{"id":23613713,"url":"https://github.com/iabdullah215/reconpro","last_synced_at":"2025-07-30T13:32:52.613Z","repository":{"id":269408326,"uuid":"903359775","full_name":"iabdullah215/ReconPro","owner":"iabdullah215","description":"This tool performs a comprehensive security reconnaissance on a given domain, gathering information such as subdomains, SSL certificate details, open ports, HTTP headers, WHOIS data, and more. It generates a detailed JSON report of the findings for further analysis.","archived":false,"fork":false,"pushed_at":"2024-12-23T10:52:43.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T05:11:35.871Z","etag":null,"topics":["data-gathering","open-source","osint","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iabdullah215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-14T12:05:05.000Z","updated_at":"2024-12-23T10:52:46.000Z","dependencies_parsed_at":"2024-12-23T11:39:23.349Z","dependency_job_id":null,"html_url":"https://github.com/iabdullah215/ReconPro","commit_stats":null,"previous_names":["iabdullah215/reconpro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iabdullah215/ReconPro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iabdullah215%2FReconPro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iabdullah215%2FReconPro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iabdullah215%2FReconPro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iabdullah215%2FReconPro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iabdullah215","download_url":"https://codeload.github.com/iabdullah215/ReconPro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iabdullah215%2FReconPro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875536,"owners_count":24158781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-gathering","open-source","osint","web-scraping"],"created_at":"2024-12-27T17:19:16.546Z","updated_at":"2025-07-30T13:32:52.588Z","avatar_url":"https://github.com/iabdullah215.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```console\n\n                ██████╗ ███████╗ ██████╗ ██████╗ ███╗   ██╗    ██████╗ ██████╗  ██████╗ \n                ██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗  ██║    ██╔══██╗██╔══██╗██╔═══██╗\n                ██████╔╝█████╗  ██║     ██║   ██║██╔██╗ ██║    ██████╔╝██████╔╝██║   ██║\n                ██╔══██╗██╔══╝  ██║     ██║   ██║██║╚██╗██║    ██╔═══╝ ██╔══██╗██║   ██║\n                ██║  ██║███████╗╚██████╗╚██████╔╝██║ ╚████║    ██║     ██║  ██║╚██████╔╝\n                ╚═╝  ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝    ╚═╝     ╚═╝  ╚═╝ ╚═════╝\n                \n                                                                        BY: n0tabdu11ah\n\n```\n\n# Pentest Automation Tool\n\n## Overview\nThe Pentest Automation Tool is a Python-based utility designed to automate various penetration testing tasks for a given domain. It gathers a comprehensive set of information to help you understand the security posture of a target domain, including subdomain enumeration, SSL/TLS certificate details, port scanning, HTTP headers, and more.\n\n---\n\n## Features\n- **Subdomain Bruteforce:** Uses Sublist3r to find subdomains.\n- **Fetch Robots.txt:** Retrieves and displays the `robots.txt` file.\n- **Fetch Sitemap.xml:** Retrieves and displays the `sitemap.xml` file.\n- **SSL/TLS Certificate Info:** Fetches SSL/TLS certificate details for the domain.\n- **Port Scanning:** Scans ports 1-1024 using Nmap.\n- **HTTP Headers:** Fetches HTTP headers for the domain.\n- **WHOIS Info:** Retrieves WHOIS information.\n- **HTTP Methods:** Checks allowed HTTP methods.\n- **DNS Lookup:** Resolves the domain to its IP address.\n- **Page Title Extraction:** Extracts the page title of the domain's main page.\n- **Server Fingerprinting:** Identifies the server type.\n- **Ping Test:** Checks domain reachability.\n- **Report Generation:** Saves all gathered data into a JSON report.\n\n---\n\n## Requirements\n- Python 3.x\n- Required Python modules: `requests`, `nmap`, `BeautifulSoup`, `whois`\n- Tools: Sublist3r (installed and configured), Nmap\n\n---\n\n## Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/pentest-tool.git\ncd pentest-tool\n```\n2. Install dependencies:\n\n  ```bash\n  pip install -r requirements.txt\n  ```\n\n  - Ensure Sublist3r is installed and accessible in your PATH:\n  \n  ```bash\n  git clone https://github.com/aboul3la/Sublist3r.git\n  cd Sublist3r\n  pip install -r requirements.txt\n  ```\n\n## Usage\n\n1. Run the script:\n\n```bash\npython pentest_tool.py\n```\n\n2. Enter the domain to test when prompted.\n3. The tool will perform a series of tests and generate a report.\n\n## Output\n\nThe tool generates a JSON report containing all gathered information. The report is saved as `\u003cdomain\u003e_pentest_report.json` in the working directory.\n\n## Example\n\n```console\n██████╗ ███████╗ ██████╗ ██████╗ ███╗   ██╗    ██████╗ ██████╗  ██████╗ \n██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗  ██║    ██╔══██╗██╔══██╗██╔═══██╗\n██████╔╝█████╗  ██║     ██║   ██║██╔██╗ ██║    ██████╔╝██████╔╝██║   ██║\n██╔══██╗██╔══╝  ██║     ██║   ██║██║╚██╗██║    ██╔═══╝ ██╔══██╗██║   ██║\n██║  ██║███████╗╚██████╗╚██████╔╝██║ ╚████║    ██║     ██║  ██║╚██████╔╝\n╚═╝  ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝    ╚═╝     ╚═╝  ╚═╝ ╚═════╝ \n\n[+] Enter the domain to test: example.com\n[+] Brute forcing subdomains for example.com using Sublist3r...\n[+] Fetching robots.txt for example.com...\n[+] Fetching sitemap.xml for example.com...\n[+] Getting SSL/TLS Certificate Information for example.com...\n[+] Scanning ports for example.com...\n...\n[+] Report saved as example.com_pentest_report.json\n```\n\n## Dependencies\n\nPython Modules:\n- requests\n- nmap\n- BeautifulSoup\n- whois\n## Tools:\n- Sublist3r\n- Nmap\n\n## Disclaimer\n\nThis tool is for educational purposes only. Ensure you have proper authorization before testing any domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiabdullah215%2Freconpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiabdullah215%2Freconpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiabdullah215%2Freconpro/lists"}