Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4xx101/subash
https://github.com/m4xx101/subash
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m4xx101/subash
- Owner: m4xx101
- Created: 2020-09-06T09:37:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T10:00:00.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:42:59.309Z (4 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - m4xx101/subash - (Shell)
README
# subash
Merged multiple tools for more efficient subdomain discovery which includes [assetfinder, crtsh, findomain, jldc, subfinder, amass] it automatically sort all found subdomain and remove similar entries and than run httprobe against it and store both lists.
## Usage:
### (1) Checking dependencies:
```sh
git clone https://github.com/m4xx101/subash.git
cd subash
chmod +x check-dependencies.sh
chmod +x subash.sh./check-dependencies.sh
```### (2) Running the script:
```sh
./subash example.com
```
## Thanks to:
[tomnomnom]
[Edu4rdSHL]
[OWASP]