https://github.com/austinsonger/intel-hash
Takes a Onion URL and Hashes it and compares it against blacklisted hashed onion URLS
https://github.com/austinsonger/intel-hash
script security security-operations security-tools
Last synced: 7 months ago
JSON representation
Takes a Onion URL and Hashes it and compares it against blacklisted hashed onion URLS
- Host: GitHub
- URL: https://github.com/austinsonger/intel-hash
- Owner: austinsonger
- Created: 2021-01-05T21:50:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T23:40:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T23:31:34.255Z (9 months ago)
- Topics: script, security, security-operations, security-tools
- Language: Python
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Not Ready for Production Yet
# IntelHash
Takes a Onion URL and Hashes it and compares it against blacklisted hashed onion URLS### To-Do
- [X] Feature: Hash Onion URL
- [ ] Feature: Compare Hashed Onion URL with Ahmia [Blacklist Hashed Onion URLS](https://ahmia.fi/blacklist/banned/)
- [ ] Feature: Returns Result - "Match Found" or "Match Not Found"### To-Do Later
- [ ] Feature: Hash Regular URL and Check Hash on VirusTotal
- [ ] Feature: Hash File and Check Hash on VirusTotal