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

Nota: Devi essere registrato per poter inserire un messaggio.
Per registrarti, clicca qui. La Registrazione è semplice e gratuita!

Larghezza finestra:
Nome Utente:
Password:
Modo:
Formato: GrassettoCorsivoSottolineatoBarrato Aggiungi Spoiler Allinea a  SinistraCentraAllinea a Destra Riga Orizzontale Inserisci linkInserisci EmailInserisci FlashInserisci Immagine Inserisci CodiceInserisci CitazioneInserisci Lista Inserisci Faccine
   
Icona Messaggio:              
             
Messaggio:

  * Il codice HTML è OFF
* Il Codice Forum è ON

Smilies
Approvazione [^] Arrabbiato [:(!] Bacio [:X] Bevuta [:273]
Caldo [8D] Compiaciuto [8)]    
compleanno [:269]
Davvero Felice [:D] Diavoletto [}:)] Disapprovazione [V] Domanda [?]
Felice [:)] Fumata [:29] Goloso [:P] Imbarazzato [:I]
Infelice [:(] Morte improvvisa da [:62]
Morto [xx(] Occhio Nero [B)] Occhiolino [;)] Palla 8 [8]
pc [:205]    
Riproduzione [:76]
Scioccato [:O]      

   Allega file
  Clicca qui per inserire la tua firma nel messaggio.
Clicca qui per sottoscrivere questa Discussione.
    

V I S U A L I Z Z A    D I S C U S S I O N E
gigietto Inserito il - 11/12/2015 : 01:57:34
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




Forum by laureateci.it © 2002 - 2012 Laureateci Communications Torna all'inizio della Pagina
Il DB ha risposto in 0,09 secondi.

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