kevinadhiguna / wifi-sploit

Wi-Fi sploit is a password cracker for router's login pages (but it works fine in any login page site, even on internet :D)
64 stars 24 forks source link

New wfs.py functions and creation of wfs-browser.py/wfs-browser-input.py #8

Closed d4v1-sudo closed 5 months ago

d4v1-sudo commented 5 months ago

When to Use Each Script:

About improvements:

wfs.py (Old):

wfs.py (New):

wfs-browser.py (New):

wfs-browser-input.py (New):

Note

These improvements enhance the functionality, flexibility, and user-friendliness of the scripts, making them more reliable and adaptable to various router configurations and environments. The migration to Selenium WebDriver in wfs-browser.py and wfs-browser-input.py ensures compatibility with routers that do not recognize the script as a browser. With detailed error handling, comprehensive error detection, and interactive features, these scripts provide a powerful toolkit for network security testing and troubleshooting.

kevinadhiguna commented 5 months ago

This looks fire, let me have a look!

d4v1-sudo commented 5 months ago

I just forgot to mention that the selenium-manager directory in /PATH-TO/selenium/webdriver/common/linux/selenium-manager needs file execute permission (chmod +x on linux), but I don't know how it works exactly on Windows, I haven't tested it yet. But wfs.py should work normally.

kevinadhiguna commented 5 months ago

Looks fire! Thank you for your contribution!