Alvin Dork Scanner is a utility that leverages Google Dorking via the Serper API to identify potentially vulnerable websites and exposed information. With its command-line interface and configurable search options, users can effectively locate sensitive data, gaining insights into security vulnerabilities with ease.
The Alvin Dork Scanner is a powerful and efficient tool designed to enhance security assessments by leveraging Google Dorking techniques through the Serper API. This utility allows users to search for potentially vulnerable websites and exposed information using predefined lists of search queries (dorks).
.tr domains..tr domains for vulnerabilities.vulnerable_links.txt).time.sleep(1.5)) to prevent hitting API rate limits too quickly.requests library: Install using pip install requests.Run the script from the terminal, ensuring at least one dork category is specified:
python alvin_scanner.py [options]
--xss: Use the XSS dorks list for scanning.--sqli: Use the SQLi dorks list.--sensitive-documents: Scan for sensitive document exposures.--cctv: Scan utilizing CCTV/DVR dorks.--output <filename>: Specify an output filename (default: vulnerable_links.txt).-h, --help: Display help information and exit.--xss --sqli).python alvin_scanner.py --xss --sqli
# Input: How many pages to scan per dork? Enter 5
python alvin_scanner.py --sensitive-documents --cctv --output exposed_systems.txt
# Input: How many pages to scan per dork? Enter 3
python alvin_scanner.py --xss --sqli --sensitive-documents --cctv
# Input: How many pages to scan per dork? Enter 2
The Alvin Dork Scanner generates a text file (default: vulnerable_links.txt) containing a comprehensive list of unique URLs identified during the scan, with each URL neatly arranged on a separate line.
⚠️ This tool is intended for educational and research purposes only.
No comments yet.
Sign in to be the first to comment.