Skip to content

Instantly share code, notes, and snippets.

@Bedrovelsen
Created June 10, 2021 04:44
Show Gist options
  • Select an option

  • Save Bedrovelsen/e57c78bb35984f6bb377a0f35c662780 to your computer and use it in GitHub Desktop.

Select an option

Save Bedrovelsen/e57c78bb35984f6bb377a0f35c662780 to your computer and use it in GitHub Desktop.
OSINT.party Fresh Check
#! /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