Created
June 10, 2021 04:44
-
-
Save Bedrovelsen/e57c78bb35984f6bb377a0f35c662780 to your computer and use it in GitHub Desktop.
OSINT.party Fresh Check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # Fetches latest fresh onion list from doctorchaos's osint.party fresh onion rss | |
| # Extracts the onion urls only | |
| # Passes all extracted urls to doctorchaos's garlic onion metadata api | |
| curl osint.party/api/rss/fresh | grep -Ei -o "[a-z0-9]{56}" | xargs -I {} wget osint.party/api/onion/{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment