Add/attack surface mapper #136
Open
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
🔍 Attack Surface Mapper - OSINT Reconnaissance Tool
Description
This pull request adds the Attack Surface Mapper project to the All-In-One-Python-Projects collection. It's a comprehensive Python-based OSINT reconnaissance platform that combines multiple security research techniques.
What's Included
Key Features
✨ Google Search API Reconnaissance - Intelligent dorking with automatic severity classification
🐙 GitHub API Secret Scanner - Detects hardcoded credentials and sensitive information
🌐 Subdomain Enumeration - Certificate Transparency queries and DNS brute-forcing
🔌 Port Scanner - Multi-threaded concurrent scanning with service identification
🔗 Correlation Engine - Merges findings and identifies critical combinations
📊 HTML Reports - Beautiful, client-ready report generation
Use Cases
Target Audience
Beginner to Advanced Python learners interested in:
Requirements
Original Repository
🔗 Full source code: github.com/LingeshwarKulal/attack-surface-mapper
Following Guidelines
✅ Code follows project style conventions
✅ Comprehensive documentation provided
✅ Example usage included
✅ Respects Code of Conduct
✅ Ready for beginner-to-advanced learners
This project enriches the All-In-One-Python-Projects collection with enterprise-grade security tooling for educational purposes.