bits n' bytes
Sunday, February 19, 2012
cracking WPA2 [Basic]
starts interface monitor mode
monitoring the air
send deauth packets and try to catch handshake
WPA handshake: 00:1E:58:BF:E9:73
cracking with the wordlist
Monday, February 13, 2012
Meterpreter Bypass windows 7 UAC, Cripple down AVG and Windows built-in Firewall
Handler
Bypassuac
Disabling AVG Services at startup avgwd and AVGIDSAgent Disable Firewall
Bypassuac
Disabling AVG Services at startup avgwd and AVGIDSAgent Disable Firewall
Wednesday, February 8, 2012
Installation Cuda Toolkit and Cpyrit [Ubuntu 11.10]
Cuda Toolkit and GPU Computing SDK
step 1:
step 2:
step 3:
step 4:
step 5:
step 6:
step 7:
Edit the line
Into this
step 8:
Cpyrit
If this error occur
This fixes the error
Checking... Video Card must be displayed
pyrit list_cores
pyrit benchmark
oleg's AP with Sslstrip and Ettercap
Stealing User Inputs over WLAN [facebook, yahoo, google, twitter etc...]
Fire up Ettercap
Catching Prey
Tuesday, February 7, 2012
BT Auto-Login
step 1: Install rungetty
step 2: Edit tty1.conf
Comment out #exec /sbin/getty -8 38400 tty1
Type this line exec /sbin/rungetty tty1 --autologin root
step 3: Edit ~/.bash_profile
Type in startx
Save and Reboot
DONE!
Wednesday, February 1, 2012
Install Keylogger on Ubuntu [logkeys]
step 1: Download [logkeys]
step 2: Untar step 3: Install DONE! how to use: -s, --start start logging keypresses -m, --keymap=FILE use keymap FILE -o, --output=FILE log output to FILE [/var/log/logkeys.log] -u, --us-keymap use en_US keymap instead of configured default -k, --kill kill running logkeys process -d, --device=FILE input event device [eventX from /dev/input/] -?, --help print this help screen --export-keymap=FILE export configured keymap to FILE and exit --no-func-keys log only character keys --no-timestamps don't prepend timestamps to log file lines --post-http=URL POST log to URL as multipart/form-data file --post-size=SIZE post log file when size equals SIZE [500k] Examples: logkeys -s -m mylang.map -o ~/.secret-keys.log logkeys -s -d event6 logkeys -k My Example: logkeys -s -u -o log.txt
step 2: Untar step 3: Install DONE! how to use: -s, --start start logging keypresses -m, --keymap=FILE use keymap FILE -o, --output=FILE log output to FILE [/var/log/logkeys.log] -u, --us-keymap use en_US keymap instead of configured default -k, --kill kill running logkeys process -d, --device=FILE input event device [eventX from /dev/input/] -?, --help print this help screen --export-keymap=FILE export configured keymap to FILE and exit --no-func-keys log only character keys --no-timestamps don't prepend timestamps to log file lines --post-http=URL POST log to URL as multipart/form-data file --post-size=SIZE post log file when size equals SIZE [500k] Examples: logkeys -s -m mylang.map -o ~/.secret-keys.log logkeys -s -d event6 logkeys -k My Example: logkeys -s -u -o log.txt
Sunday, November 27, 2011
Windows Server 2003 - DNS Unattended Installation and Creating Zones
1.
Type this in notepad, save it as unattended.txt .
DNS=1 -->install DNS components
DNS=0 -->uninstall DNS components
2.Run this command at command prompt.
Create a Standard DNS Primary Zone
Create a Standard DNS Secondary Zone
Create a Reverse lookup Zone
-non-Integrated
-Integrated
Create A (Host) Record.
Create PTR(Pointer) Record.
Create NS (Name Server) Record.
Creates MX (Mail) Record.
Modify SOA (Start of Authority ) Record.
Create CNANE (Alias) Record.
DNS=1 -->install DNS components
DNS=0 -->uninstall DNS components
2.Run this command at command prompt.
Create a Standard DNS Primary Zone
Create a Standard DNS Secondary Zone
Create a Reverse lookup Zone
-non-Integrated
-Integrated
Create A (Host) Record.
Create PTR(Pointer) Record.
Create NS (Name Server) Record.
Creates MX (Mail) Record.
Modify SOA (Start of Authority ) Record.
Create CNANE (Alias) Record.
Subscribe to:
Posts (Atom)