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.
/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.
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.