AungRecon is a comprehensive, automated reconnaissance script for web application security assessments. It performs multiple security checks and scans on a target domain, including subdomain enumeration, SQL injection, XSS, open redirects, LFI vulnerabilities, and more. The tool integrates several popular security tools, streamlining the workflow of security analysts and penetration testers.
- WhatWeb Scan: Identifies technologies, plugins, and versions used by the target website.
- Subdomain Enumeration: Discovers and filters alive subdomains.
- Subdomain Takeover Detection: Identifies possible subdomain takeovers.
- SQL Injection Detection: Searches for SQLi vulnerabilities using parameterized URLs.
- Cross-Site Scripting (XSS) Detection: Scans for XSS vulnerabilities.
- Open Redirect Detection: Finds possible open redirect vulnerabilities.
- Local File Inclusion (LFI) Detection: Identifies possible LFI vulnerabilities.
- Nuclei Vulnerability Scans: Executes multiple vulnerability templates via Nuclei.
Before you can use AungRecon, ensure you have the following tools installed on your system:
subfinderparamspiderwhatweburohttpxsubzybsqliurldedupeanewGxsskxssffufgaugfnucleiDalfoxkatananiktoSecretFinder
These tools are required for full functionality. You can install them manually or automate the process by using the provided install.sh script .
- Clone the repository:
git clone https://github.com/aungsanoo-usa/aungrecon.git cd aungreconchmod +x install.sh chmod +x aungrecon.sh
- Usage: To run AungRecon on a target domain, simply execute the script with the following command:
./install.sh ./aungrecon.shThe results of the scan will be saved in the output directory, including:
- xss_vul.txt:: XSS vulnerabilities.
- open_redirect_vul.txt:: Open redirect vulnerabilities.
- lfi_vul.txt:: LFI vulnerabilities.
- bsqli_results:: SQLi vulnerabilities.
- whatweb.txt:: Information from the WhatWeb scan.
- multiple_vulnerabilities.txt:: Results from Nuclei scans.
If you'd like to contribute to AungRecon, feel free to fork the repository and submit a pull request. Issues and feature requests are also welcome!
This script is designed for educational purposes only. The author is not responsible for any misuse of this tool. Please ensure you have permission from the domain owner before running the scans.
