https://github.com/rix4uni/targets-filter
Converting trickest and chaos bbp targets in json, updates every 12 hour
https://github.com/rix4uni/targets-filter
bug-bounty bugbounty bugbountytips hacking infosec osint osint-resources osint-tool penetration-testing pentest-tool pentesting recon reconnaissance security security-tools threat-intelligence
Last synced: 3 months ago
JSON representation
Converting trickest and chaos bbp targets in json, updates every 12 hour
- Host: GitHub
- URL: https://github.com/rix4uni/targets-filter
- Owner: rix4uni
- License: mit
- Created: 2024-10-09T07:51:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-06T01:25:47.000Z (3 months ago)
- Last Synced: 2026-03-06T05:30:13.713Z (3 months ago)
- Topics: bug-bounty, bugbounty, bugbountytips, hacking, infosec, osint, osint-resources, osint-tool, penetration-testing, pentest-tool, pentesting, recon, reconnaissance, security, security-tools, threat-intelligence
- Language: Go
- Size: 3.7 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## targets-filter
Converting trickest and chaos bbp targets in json, updates every 12 hour
## Usage
Get `amazon.com` domains from trickest
```
curl -s "https://raw.githubusercontent.com/rix4uni/targets-filter/refs/heads/main/trickest-targets.json" | jq -r '.[] | select(.domain == "amazon.com") | .hostnames' | xargs -I{} curl -s "{}"
```
Get `amazon.com` domains `zip` from chaos
```
curl -s "https://raw.githubusercontent.com/rix4uni/targets-filter/refs/heads/main/chaos-targets.json" | jq -r '.[] | select(.domain == "amazon.com") | .ZIP' | xargs -I{} wget -q {}
```