- Project Title and Introduction
- Discover More About the Project
- Screenshots
- Installation
- Install Reconnaissance Tool
- Installation
- Report Problem
- Contributing
LowHangingBugs is a comprehensive security testing tool designed to identify and assess common vulnerabilities in web applications. Leveraging a range of powerful features, this tool streamlines the process of uncovering potential risks associated with web infrastructure. Below are the key features of LowHangingBugs:
-
Subdomain Discovery:
- Quickly identifies subdomains associated with the target domain, providing a comprehensive view of the web ecosystem.
-
Admin/Login & Registrations Panel Enumeration:
- Searches for Admin, Login, and Registration panels within the target domain to pinpoint potential points of unauthorized access.
-
Clickjacking Vulnerability Check:
- Assess the susceptibility of Login & Registration panels to clickjacking attacks, ensuring a thorough evaluation of the web application's security posture.
-
SPF (Sender Policy Framework) Bug Detection:
- Checks for SPF misconfigurations, helping to mitigate email spoofing and phishing risks.
-
Security Headers Evaluation:
- Verifies the presence of essential security headers, such as Content-Security-Policy (CSP), X-Frame-Options, and others, to fortify the web application against common security threats.
-
Java Library Version Scanning:
- Conducts a comprehensive scan of all Java libraries utilized in the target web application, providing insights into potential vulnerabilities associated with library versions.
-
CVE (Common Vulnerabilities and Exposures) and Exploit Identification:
- Automatically searches for known CVEs associated with the web application components and provides information on available exploits, aiding in the prioritization of remediation efforts.
-
Detailed Reporting:
- Generates a detailed report summarizing the findings, vulnerabilities, and recommended actions for enhancing the overall security posture of the web application.
LowHangingBugs is your go-to tool for identifying and addressing low-hanging security vulnerabilities efficiently. Elevate your web application security with our comprehensive testing capabilities.
Install LowHangingBugs tool
git clone https://github.com/balwantyadav1/LowHangingBugs.git
cd LowHangingBugsGet a NVD API key open this link in your browser
https://nvd.nist.gov/developers/request-an-api-key
-
Open the file
js-cve-finder.pyin your preferred text editor or integrated development environment (IDE). -
Navigate to line 100 within the file.
-
Locate the variable responsible for storing the API key. It may look something like this:
api_key = "your_current_api_key_here"
-
Replace
"your_current_api_key_here"with your original API key. Ensure that the new key is accurately entered, without any additional spaces or characters. -
Save the changes to the
js-cve-finder.pyfile. The follow the instruciton
chmod +x *pip3 install -r requirements.txt./run.sh