sensepost / mana

*DEPRECATED* mana toolkit for wifi rogue AP attacks and MitM
https://w1f1.net/
Other
1.09k stars 275 forks source link

start-noupstream.sh mode missing log files #62

Open freeroute opened 8 years ago

freeroute commented 8 years ago

Hello,

I installed mana-toolkit. Running the ./start-noupstream.sh mode I found the challenge in stdout: MANA (EAP-FAST) : Username:iser MANA (EAP-FAST) : Challenge MANA (EAP-FAST) : cf:1d:08:8b:56:41:f3:04 MANA (EAP-FAST) : Response MANA (EAP-FAST) : 5f:bc:ed:37:cf:8b:8a:39:e3:92:ae:a1:e7:b0:f7:bf:ef:17:0c:02:25:be:b1:b7 MANA - CrackApd - ITEM ADDED TO QUEUE CHAP|iser|cf:1d:08:8b:56:41:f3:04|5f:bc:ed:37:cf:8b:8a:39:e3:92:ae:a1:e7:b0:f7:bf:ef:17:0c:02:25:be:b1:b7

But I didn't found these lines in the directories /var/log/syslog or /var/lib/mana-toolkit. How can I set to log into a file these Challenge-Response?

OS: Kali2016R Mana-toolkit installed from kali repository.

Thank you.

singe commented 8 years ago

/var/log/mana-toolkit/ennode.node If you're running the start-* script it will create it as a fifo and pass it to crackapd. You can edit the file to make it a file rather than fifo if you prefer however.