Talismancer

Results 8 comments of Talismancer

Thanks Maker114...that fixed it. I had to delete the device & re-pair it like others have.

It'd be great to see this updated. I was going through the code to find how to do this manually but the wpa-supplicant isn't included in recent images. Cheers!

I added a new port (in start_receiver_server() ) to receive the file with a threaded FileReceiverHandler to handle incoming files. A new global ticket variable that can be seen by...

I've created a fork that adds this feature. It's unencrypted, doesn't work with with siblings, but it's a start. Edit: I've also just added rolling Ticket authentication to secure the...

This remains a big problem for windows users. The correct default for Windows as listed using the -l option (on my machine, on this boot) is: 21 - Primary Sound...

You can do this by just changing line 10 of roguehostapd/config/hostapdconfig.py to: from configparser import ConfigParser as SafeConfigParser Then it installs using python3 fine. To verify: python3 -c "import roguehostapd"...

The problem is that the library was written for ESP32 board version 2.x and Espressif have updated the board library to 3.x. Go into board manager and downgrade "esp32" from...

Same...had hoped for a log output of the attack. In the Browser developer mode I get the following: ``` index.html:106 POST http://10.0.0.2:8000/execute_manual_attack 500 (Internal Server Error) index.html:118 Failed to execute...