blharbour / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

wash not working, reaver OK. Needed folders OK. #594

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Reaver working just fine. But wash returns nothing (not event in AP were reaver 
worked!). 
wash version 1.4. 
monitor mode OK
Xubuntu 13.10 - 64bit
Linux XXXXX 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:04:55 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
was command used : wash -i mon0 -C

/etc directory specified at Makefile is correctly created.

The strange thing i've checked is once of the outputs of the lsof command : 

wash      7304            root  cwd       DIR                8,7       4096    
7077889 /root
wash      7304            root  rtd       DIR                8,7       4096     
     2 /
wash      7304            root  txt       REG                8,7     623926   
12985478 /usr/local/bin/wash
wash      7304            root  mem       REG                0,7                
 81514 socket:[81514] (stat: No such file or directory)
wash      7304            root  mem       REG                8,7      14664    
9178923 /lib/x86_64-linux-gnu/libdl-2.17.so
wash      7304            root  mem       REG                8,7     135757    
9179022 /lib/x86_64-linux-gnu/libpthread-2.17.so
wash      7304            root  mem       REG                8,7    1853400    
9178908 /lib/x86_64-linux-gnu/libc-2.17.so
wash      7304            root  mem       REG                8,7     730088   
12721455 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
wash      7304            root  mem       REG                8,7     236776   
12721351 /usr/lib/x86_64-linux-gnu/libpcap.so.1.4.0
wash      7304            root  mem       REG                8,7    1063328    
9178958 /lib/x86_64-linux-gnu/libm-2.17.so
wash      7304            root  mem       REG                8,7     149312    
9178884 /lib/x86_64-linux-gnu/ld-2.17.so
wash      7304            root    0u      CHR              136,2        0t0     
     5 /dev/pts/2
wash      7304            root    1u      CHR              136,2        0t0     
     5 /dev/pts/2
wash      7304            root    2u      CHR              136,2        0t0     
     5 /dev/pts/2
wash      7304            root    3u      REG                8,7      14336   
12985475 /usr/local/etc/reaver/reaver.db
wash      7304            root    4u     pack              81514        0t0     
   ALL type=SOCK_RAW

Specifically the line : wash      7304            root  mem       REG           
     0,7                 81514 socket:[81514] (stat: No such file or directory)

Original issue reported on code.google.com by nicolas...@gmail.com on 17 Dec 2013 at 2:20