Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamj0ker/Find-domains
This repo contain scripts written for finding subdomains using various available tools
https://github.com/iamj0ker/Find-domains
Last synced: about 2 months ago
JSON representation
This repo contain scripts written for finding subdomains using various available tools
- Host: GitHub
- URL: https://github.com/iamj0ker/Find-domains
- Owner: iamj0ker
- Created: 2020-10-14T09:55:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T07:01:39.000Z (about 4 years ago)
- Last Synced: 2024-08-05T17:42:55.153Z (5 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - iamj0ker/Find-domains - This repo contain scripts written for finding subdomains using various available tools (Shell)
README
# Find-domains
Bash scripts written for finding subdomains using various available tools and screenshoting live domains
# Usage
`./recon.sh ``./recon.sh yahoo.com`
# Features
- Create a main folder having the domain name we given
- Create a folder called subdomains and all the subdomains grabbed will be saved as one by one
- Find the live domains using httprobe
- Take screenshots of the live domains using aquatone and saved into another folder called aqua-outGrabing subdomains using sublis3r, subfinder, amass, bruteforcing using massdns, certspotter and crt.sh
# Usage and Installation
All tools and requirement needed for running this can be installed with the help of install-tools.sh
install-tools.sh contain the script for installing all tools used here
But you need to have go installed before running install-tools.sh
- Install go
* `sudo apt install golang-go`
- Clone the repo
* `git clone https://github.com/iamj0ker/Find-domains.git`
* `cd Find-domains`
- Install tools needed
* `chmod +x install-tools.sh`
* `chmod +x recon.sh`
* `./install-tools.sh`
- Usage
* `./recon.sh yahoo.com`
If you have problem with screenshot using aquatone
- Find the chromium path
* `locate chromium `
- Copy the path and change it on the recon.sh line 40Find me here : https:/twitter.com/iam_j0ker