Nytro Posted October 17, 2014 Report Posted October 17, 2014 [h=2]About[/h] Wifiphisher is a security tool that mounts fast automated phishing attacks against WPA networks in order to obtain the secret passphrase. It is a social engineering attack that unlike other methods it does not include any brute forcing. It is an easy way for obtaining WPA credentials. Wifiphisher works on Kali Linux and is licensed under the MIT license. From the victim's perspective, the attack makes use in three phases: Victim is being deauthenticated from her access point. Wifiphisher continuously jams all of the target access point's wifi devices within range by sending deauth packets to the client from the access point, to the access point from the client, and to the broadcast address as well. Victim joins a rogue access point. Wifiphisher sniffs the area and copies the target access point's settings. It then creates a rogue wireless access point that is modeled on the target. It also sets up a NAT/DHCP server and forwards the right ports. Consequently, because of the jamming, clients will start connecting to the rogue access point. After this phase, the victim is MiTMed. Victim is being served a realistic router config-looking page. wifiphisher employs a minimal web server that responds to HTTP & HTTPS requests. As soon as the victim requests a page from the Internet, wifiphisher will respond with a realistic fake page that asks for WPA password confirmation due to a router firmware upgrade. Performing MiTM attack [h=2]Usage[/h] [h=2]Screenshots[/h] Targeting an access point A successful attack [h=2]Requirements[/h] Kali Linux.Two network interfaces, one wireless.A wireless card capable of injection. [h=2]Credits[/h] The idea belongs to Dan McInerney who also authored two essential modules of this script, wifijammer and fakeAP. [h=2]License[/h] Wifiphisher is licensed under the MIT license. See LICENSE for more information.Sursa: https://github.com/sophron/wifiphisher Quote
mark0 Posted November 10, 2014 Report Posted November 10, 2014 @NytroAi testat? Mie imi returneaza asta:root@localhost:~/tools/wifiphisher# python wifiphisher.pyWARNING: No route found for IPv6 destination :: (no default route?)[*] Starting HTTP server at port 8081[*] Starting HTTPS server at port 444[+] Networks discovered by wlan0: 2[+] Starting monitor mode off wlan0Monitor is: wlan0Traceback (most recent call last): File "wifiphisher.py", line 747, in <module> print "For the AP is: " + ap_ifaceTypeError: cannot concatenate 'str' and 'bool' objects###Cu monitor activat(mon0)Dupa ce se apare eroarea se opreste si monitorul de pe wlan0*NU am citit codul scriptului, nu stiu sa-l interpretez.*###root@localhost:~/tools/wifiphisher# python wifiphisher.pyWARNING: No route found for IPv6 destination :: (no default route?)[*] Starting HTTP server at port 8081[*] Starting HTTPS server at port 444Monitor is: mon0For the AP is: wlan0[*] Cleared leases, started DHCP, set up iptablesTraceback (most recent call last): File "wifiphisher.py", line 761, in <module> sniffing(mon_iface, targeting_cb) File "wifiphisher.py", line 342, in sniffing sniff(iface=interface, prn=cb, store=0) File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 561, in sniff s = L2socket(type=ETH_P_ALL, *arg, **karg) File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 455, in __init__ self.ins.bind((iface, type)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args)socket.error: [Errno 19] No such device Quote
Byte-ul Posted November 10, 2014 Report Posted November 10, 2014 (edited) @NytroAi testat? Mie imi returneaza asta:root@localhost:~/tools/wifiphisher# python wifiphisher.pyWARNING: No route found for IPv6 destination :: (no default route?)[*] Starting HTTP server at port 8081[*] Starting HTTPS server at port 444[+] Networks discovered by wlan0: 2[+] Starting monitor mode off wlan0Monitor is: wlan0Traceback (most recent call last): File "wifiphisher.py", line 747, in <module> print "For the AP is: " + ap_ifaceTypeError: cannot concatenate 'str' and 'bool' objects###Cu monitor activat(mon0)Dupa ce se apare eroarea se opreste si monitorul de pe wlan0*NU am citit codul scriptului, nu stiu sa-l interpretez.*###root@localhost:~/tools/wifiphisher# python wifiphisher.pyWARNING: No route found for IPv6 destination :: (no default route?)[*] Starting HTTP server at port 8081[*] Starting HTTPS server at port 444Monitor is: mon0For the AP is: wlan0[*] Cleared leases, started DHCP, set up iptablesTraceback (most recent call last): File "wifiphisher.py", line 761, in <module> sniffing(mon_iface, targeting_cb) File "wifiphisher.py", line 342, in sniffing sniff(iface=interface, prn=cb, store=0) File "/usr/lib/python2.7/dist-packages/scapy/sendrecv.py", line 561, in sniff s = L2socket(type=ETH_P_ALL, *arg, **karg) File "/usr/lib/python2.7/dist-packages/scapy/arch/linux.py", line 455, in __init__ self.ins.bind((iface, type)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args)socket.error: [Errno 19] No such deviceSi eu primesc exact aceeasi eroare.//edit: Am rezolvat asta, insa acum imi da alta eroare... Edited November 10, 2014 by Byte-ul Quote
ceurogsm Posted November 14, 2014 Report Posted November 14, 2014 imi poate spune cineva cum pot instala wifiphisher pe kali? Quote