SSScripter is a advanced scanner to test whether a website is vulnerable to Same-Site Scripting.
- Gathers subdomains via bruteforce as well as a public APIs.
- Checks for heuristics and then goes in for vast scope vulnerabilities.
- Multiple modules employed in identifying vulnerabilities in broader scope.
- Less chances of false positives.
- Has huge subdomain paths (3 different files containing 1000, 2000, 10000).
- Support for custom subdomains path.
- tld
- requests
- bs4
➲ Clone the script and launch it.
git clone https://github.com/the-Infected-Drake/SSScripter.git
cd SSScripter
➲ Install the dependencies.
pip install -r requirements
➲ Launch the script.
python ssscripter.py
➲ Enter the website target.
examplesite.com
➲ Let the scanner load up.
➲ Keep track of changes and bugs.
➲ Report to owners if any bugs found... ; )
- v1.1.0
- Associate multithreading for the better.
Thank you...
✎ @_tID (Team CodeSploit)