https://github.com/rix4uni/haktrailsfree
Get 10k subdomains in securitytrails using cookie without apikey.
https://github.com/rix4uni/haktrailsfree
bug-bounty bugbounty bugbountytips hacking infosec osint osint-resources osint-tool penetration-testing pentest-tool pentesting recon reconnaissance security security-tools subdomain-enumeration subdomains threat-intelligence
Last synced: 5 months ago
JSON representation
Get 10k subdomains in securitytrails using cookie without apikey.
- Host: GitHub
- URL: https://github.com/rix4uni/haktrailsfree
- Owner: rix4uni
- Created: 2024-11-21T09:38:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T09:40:48.000Z (11 months ago)
- Last Synced: 2025-03-31T19:47:05.928Z (6 months ago)
- Topics: bug-bounty, bugbounty, bugbountytips, hacking, infosec, osint, osint-resources, osint-tool, penetration-testing, pentest-tool, pentesting, recon, reconnaissance, security, security-tools, subdomain-enumeration, subdomains, threat-intelligence
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## haktrailsfree
Free securitytrails apikey only gives 2k subdomains, you can get 10k subdomains using your cookies, Collect cookie in `https://securitytrails.com/list/apex_domain/google.com`
## Installation
```
go install github.com/rix4uni/haktrailsfree@latest
```## Download prebuilt binaries
```
wget https://github.com/rix4uni/haktrailsfree/releases/download/v0.0.1/haktrailsfree-linux-amd64-0.0.1.tgz
tar -xvzf haktrailsfree-linux-amd64-0.0.1.tgz
rm -rf haktrailsfree-linux-amd64-0.0.1.tgz
mv haktrailsfree ~/go/bin/haktrailsfree
```
Or download [binary release](https://github.com/rix4uni/haktrailsfree/releases) for your platform.## Compile from source
```
git clone --depth 1 github.com/rix4uni/haktrailsfree.git
cd haktrailsfree; go install
```## Usage
```
Usage of haktrailsfree:
-H string
User-Agent header (default "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36")
-cf string
Path to cookie file (default: ~/.config/haktrailsfree/cookie.txt or ./cookie.txt)
-delay int
Delay between requests in seconds (not recommended to lower delay) (default 3)
-silent
Silent mode.
-version
Print the version of the tool and exit.
```## Output Examples
Single URL:
```
echo "google.com" | haktrailsfree
```Multiple URLs:
```
cat subs.txt | haktrailsfree
```