{"id":22431151,"url":"https://github.com/mrcl0wnlab/simplereconsubdomain","last_synced_at":"2025-08-01T11:32:52.737Z","repository":{"id":133103226,"uuid":"290869378","full_name":"MrCl0wnLab/SimpleReconSubdomain","owner":"MrCl0wnLab","description":"This is very basic automated recon script tool.","archived":false,"fork":false,"pushed_at":"2024-07-14T13:27:06.000Z","size":1287,"stargazers_count":20,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-14T15:10:43.195Z","etag":null,"topics":["bugbounty","hacking","hacking-tool","python","recon"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrCl0wnLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-27T19:58:56.000Z","updated_at":"2024-07-14T13:27:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"c21a4749-a2cc-4845-849d-ebbdb1f95afd","html_url":"https://github.com/MrCl0wnLab/SimpleReconSubdomain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCl0wnLab%2FSimpleReconSubdomain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCl0wnLab%2FSimpleReconSubdomain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCl0wnLab%2FSimpleReconSubdomain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrCl0wnLab%2FSimpleReconSubdomain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrCl0wnLab","download_url":"https://codeload.github.com/MrCl0wnLab/SimpleReconSubdomain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228372616,"owners_count":17909678,"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","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":["bugbounty","hacking","hacking-tool","python","recon"],"created_at":"2024-12-05T21:22:08.617Z","updated_at":"2024-12-05T21:22:09.169Z","avatar_url":"https://github.com/MrCl0wnLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleReconSubdomain\nThis is very basic automated recon script tool.\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-yellow.svg)](https://www.python.org/)\n[![Build](https://img.shields.io/badge/Supported_OS-Linux-orange.svg)]()\n[![Build](https://img.shields.io/badge/Supported_OS-Mac-orange.svg)]()\n![GitHub](https://img.shields.io/github/license/MrCl0wnLab/SenderMailgunPython?color=blue)\n```\nAutor:    MrCl0wn\nBlog:     http://blog.mrcl0wn.com\nGitHub:   https://github.com/MrCl0wnLab\nTwitter:  https://twitter.com/MrCl0wnLab\nEmail:    mrcl0wnlab\\@\\gmail.com\n```\n## USE\n```\npython tool.py {domain}\npython tool.py fbi.gov\n```\n![Screenshot](assets/img1.png)\n![Screenshot](assets/img2.png)\n## TARGET IS A MAGIC STRING\n```bash\ncurl -s \"https://rapiddns.io/subdomain/TARGET?full=1#result\" | awk -v RS='\u003c[^\u003e]+\u003e' '/$1/' | sort -u \u003e\u003eTARGET-rapiddns.txt\n\ncurl -s \"https://rapiddns.io/subdomain/TARGET?full=1#result\" | awk -v RS='\u003c[^\u003e]+\u003e' '/$1/' | sort -u \u003e\u003eTARGET-rapiddns.txt\n\ncurl -s \"https://riddler.io/search/exportcsv?q=pld:TARGET\" | grep -Po \"(([\\w.-]*)\\.([\\w]*)\\.([A-z]))\\w+\" | sort -u \u003e\u003eTARGET-riddler.txt\n\ncurl -s \"https://jldc.me/anubis/subdomains/TARGET\" | grep -Po \"((http|https):\\/\\/)?(([\\w.-]*)\\.([\\w]*)\\.([A-z]))\\w+\" | sort -u \u003e\u003eTARGET-jldc.txt\n\ncurl -s \"https://crt.sh/?q=%25.TARGET\u0026output=json\" | jq -r '.[].name_value' | sed 's/\\*\\.//g' | sort -u \u003e\u003eTARGET-crt.txt\n\ncurl -s \"https://dns.bufferover.run/dns?q=.TARGET\" | jq -r .FDNS_A[] | sed -s 's/,/\\\\n/g'  | sort -u  \u003e\u003eTARGET-bufferover.txt\n\ncurl -s \"https://urlscan.io/domain/TARGET\" | grep \"/domain\" | grep TARGET | grep  -v \"\u003cspan\" | cut -d\"/\" -f3 | cut -d\"\u003e\" -f1 | sed 's/\"//g' | sort -u \u003e\u003eTARGET-urlscan.txt\n\ncat TARGET-*.txt | sort -u \u003eTARGET.txt;cat TARGET.txt -n\n```\n## OUTPUT\n```\nTARGET-rapiddns.txt\nTARGET-riddler.txt\nTARGET-jldc.txt\nTARGET-crt.txt\nTARGET-bufferover.txt\nTARGET-urlscan.txt\n```\n## OUTPUT SORT UNIQ\n```\nTARGET.txt\n```\n### Th4nk Y0u\n```\n@ofjaaah\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcl0wnlab%2Fsimplereconsubdomain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrcl0wnlab%2Fsimplereconsubdomain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcl0wnlab%2Fsimplereconsubdomain/lists"}