Forum by laureateci.it
[ Home | REGOLE FORUM | Tutti i blog | Profilo | Registrati | CHAT | Discussioni Attive | Discussioni Recenti | Segnalibro | Msg privati | Sondaggi Attivi | Utenti | Download Informatica | Download ICD | Download TPS | Download Magistrale | Download Specialistica | Giochi | Cerca nel web | cerca | faq | RSS ]
Nome Utente:
Password:
Salva Password
Password Dimenticata?

 Tutti i Forum
 Cultura Informatica
 Cultura Informatica
 macos,yosemite,wpscrack.py,python
 Nuova Discussione  Nuovo Sondaggio Nuovo Sondaggio
 Rispondi
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
I seguenti utenti stanno leggendo questo Forum Qui c'è:
Autore Discussione Precedente Discussione Discussione Successiva  

gigietto
Utente medio

1213_da_ladytvb


Regione: Puglia
Prov.: Bari
Città: Barletta


Inserito il - 11/12/2015 : 01:57:34  Mostra Profilo  Visita l'Homepage di gigietto Invia a gigietto un Messaggio Privato  Rispondi Quotando
ciao
stavo seguendo l'articolo per testare la sicurezza dei cpe per un progetto europeo
http://www.html.it/articoli/strumenti-per-attaccare-router-wifi-con-wps/

ho problemi con wpscrack.py non conosco il python e sto andando alla cieca ecco il log dopo che lancio lo script sia da utente che da root

$ ./wpscrack.py --iface en1 --client e0:f8:47:41:bc:b8 --bssid 00:21:96:69:FB:84 --ssid testap -v

WARNING: No route found for IPv6 destination :: (no default route?)
sniffer started
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "./wpscrack.py", line 516, in sniffer
    sniff(store=0, stop_filter=lambda x: self.sniffer_filter(x))
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/sendrecv.py", line 561, in sniff
    s = L2socket(type=ETH_P_ALL, *arg, **karg)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 118, in __init__
    self.ins = open_pcap(iface, 1600, self.promisc, 100)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 80, in <lambda>
    open_pcap = lambda *args,**kargs: _PcapWrapper_libpcap(*args,**kargs)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 66, in __init__
    self.pcap.open_live(*args, **kargs)
  File "/usr/local/Cellar/scapy/2.3.1/libexec/vendor/lib/python2.7/site-packages/pcap.py", line 87, in open_live
    def open_live(*args): return _pcap.pcapObject_open_live(*args)
Exception: en1: You don't have permission to capture on that device ((cannot open BPF device) /dev/bpf0: Permission denied)

Exception RuntimeError: 'pcapObject must be initialized via open_live(), open_offline(), or open_dead() methods' in <bound method _PcapWrapper_libpcap.__del__ of <pcap.pcapObject; proxy of <Swig Object of type 'pcapObject *' at 0x7faad5908180> >> ignored
------------------- attempt #1
Trying 00000000
-> 802.11 deauthentication
Traceback (most recent call last):
  File "./wpscrack.py", line 621, in <module>
    main()
  File "./wpscrack.py", line 615, in main
    wps.run()
  File "./wpscrack.py", line 187, in run
    self.send_deauth()
  File "./wpscrack.py", line 552, in send_deauth
    sendp(deauth, verbose=0)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/sendrecv.py", line 259, in sendp
    __gen_send(conf.L2socket(iface=iface, *args, **kargs), x, inter=inter, loop=loop, count=count, verbose=verbose, realtime=realtime)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 303, in __init__
    self.ins = open_pcap(iface, 1600, 0, 100)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 80, in <lambda>
    open_pcap = lambda *args,**kargs: _PcapWrapper_libpcap(*args,**kargs)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 66, in __init__
    self.pcap.open_live(*args, **kargs)
  File "/usr/local/Cellar/scapy/2.3.1/libexec/vendor/lib/python2.7/site-packages/pcap.py", line 87, in open_live
    def open_live(*args): return _pcap.pcapObject_open_live(*args)
Exception: en1: You don't have permission to capture on that device ((cannot open BPF device) /dev/bpf0: Permission denied)
TIMEOUT!!
Exception RuntimeError: 'pcapObject must be initialized via open_live(), open_offline(), or open_dead() methods' in <bound method _PcapWrapper_libpcap.__del__ of <pcap.pcapObject; proxy of <Swig Object of type 'pcapObject *' at 0x7faad5882db0> >> ignored
MacBook-Pro-di-Antonio-3:download_wpscrack antonio$ clear
MacBook-Pro-di-Antonio-3:download_wpscrack antonio$ ./wpscrack.py --iface en1 --client e0:f8:47:41:bc:b8 --bssid 00:21:96:69:FB:84 --ssid testap -v
WARNING: No route found for IPv6 destination :: (no default route?)
sniffer started
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "./wpscrack.py", line 516, in sniffer
    sniff(store=0, stop_filter=lambda x: self.sniffer_filter(x))
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/sendrecv.py", line 561, in sniff
    s = L2socket(type=ETH_P_ALL, *arg, **karg)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 118, in __init__
    self.ins = open_pcap(iface, 1600, self.promisc, 100)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 80, in <lambda>
    open_pcap = lambda *args,**kargs: _PcapWrapper_libpcap(*args,**kargs)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 66, in __init__
    self.pcap.open_live(*args, **kargs)
  File "/usr/local/Cellar/scapy/2.3.1/libexec/vendor/lib/python2.7/site-packages/pcap.py", line 87, in open_live
    def open_live(*args): return _pcap.pcapObject_open_live(*args)
Exception: en1: You don't have permission to capture on that device ((cannot open BPF device) /dev/bpf0: Permission denied)

Exception RuntimeError: 'pcapObject must be initialized via open_live(), open_offline(), or open_dead() methods' in <bound method _PcapWrapper_libpcap.__del__ of <pcap.pcapObject; proxy of <Swig Object of type 'pcapObject *' at 0x7f8d326f9440> >> ignored
------------------- attempt #1
Trying 00000000
-> 802.11 deauthentication
Traceback (most recent call last):
  File "./wpscrack.py", line 621, in <module>
    main()
  File "./wpscrack.py", line 615, in main
    wps.run()
  File "./wpscrack.py", line 187, in run
    self.send_deauth()
  File "./wpscrack.py", line 552, in send_deauth
    sendp(deauth, verbose=0)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/sendrecv.py", line 259, in sendp
    __gen_send(conf.L2socket(iface=iface, *args, **kargs), x, inter=inter, loop=loop, count=count, verbose=verbose, realtime=realtime)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 303, in __init__
    self.ins = open_pcap(iface, 1600, 0, 100)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 80, in <lambda>
    open_pcap = lambda *args,**kargs: _PcapWrapper_libpcap(*args,**kargs)
  File "/Library/Python/2.7/site-packages/scapy-2.3.1-py2.7.egg/scapy/arch/pcapdnet.py", line 66, in __init__
    self.pcap.open_live(*args, **kargs)
  File "/usr/local/Cellar/scapy/2.3.1/libexec/vendor/lib/python2.7/site-packages/pcap.py", line 87, in open_live
    def open_live(*args): return _pcap.pcapObject_open_live(*args)
Exception: en1: You don't have permission to capture on that device ((cannot open BPF device) /dev/bpf0: Permission denied)
TIMEOUT!!
Exception RuntimeError: 'pcapObject must be initialized via open_live(), open_offline(), or open_dead() methods' in <bound method _PcapWrapper_libpcap.__del__ of <pcap.pcapObject; proxy of <Swig Object of type 'pcapObject *' at 0x7f8d32584e10> >> ignored




Modificato da - gigietto in Data 11/12/2015 01:58:12
  Discussione Precedente Discussione Discussione Successiva  
 Nuova Discussione  Nuovo Sondaggio Nuovo Sondaggio
 Rispondi
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
Vai a:
Forum by laureateci.it © 2002 - 2012 Laureateci Communications Torna all'inizio della Pagina
Il DB ha risposto in 0,17 secondi.

TargatoNA.it | SuperDeejay.Net | Antidoto.org | Brutto.it | Equiweb.it | Snitz Forum 2000