You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a simple password brute force tool designed for ethical hacking and security testing. Automates the process of selecting passwords for a given user on a website by sending POST requests with different passwords and analyzing the response.
TuwiliScan is a vulnerability scanner designed to detect potential SQL Injection vulnerabilities on websites by crawling and testing query parameters in URLs. It automates the scanning process using Python and provides color-coded feedback on identified vulnerabilities.
This project uses Python and Selenium to simulate brute force attacks on websites. It locates username and password input fields, using credentials from a yaml file to test the site's authentication strength.