TEAMBCS/AUTH-NEXUS ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based security testing tool for checking login systems on HTTP, SSH, FTP, and SMTP.
I want a modern TUI that feels clean in the terminal, with live logs, progress, ETA, request speed, and clear success or failure results as it runs. It should handle web forms smartly, including finding login fields, dealing with CSRF tokens, cookies, and redirects automatically when possible. It should also support proxies, delays, randomized headers, and fast asynchronous requests so it can work well on Linux and Termux.
Please include a simple way to load a target or a list of targets, plus username and password lists, and support common attack strategies like testing every combo, paired lists, and same value for both fields. A built in wordlist generator would be great too, with a way to save output into a lists folder and reuse it in the main tool.
If you need to, look up current docs online for any library details.