Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl4ck44/hashbox
Herramienta que sirve para saber si un programa es malicioso a partir del hash y comparándola con la lista de hashes más peligrosos.
https://github.com/bl4ck44/hashbox
cracking hacking hash md5 md5-hash python python3 security security-tools sha256
Last synced: about 2 months ago
JSON representation
Herramienta que sirve para saber si un programa es malicioso a partir del hash y comparándola con la lista de hashes más peligrosos.
- Host: GitHub
- URL: https://github.com/bl4ck44/hashbox
- Owner: bl4ck44
- License: gpl-3.0
- Created: 2023-04-28T02:33:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T20:52:35.000Z (about 1 year ago)
- Last Synced: 2023-11-05T21:33:50.777Z (about 1 year ago)
- Topics: cracking, hacking, hash, md5, md5-hash, python, python3, security, security-tools, sha256
- Language: Python
- Homepage:
- Size: 18.2 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hashbox
hashbox es una herramienta que nos sirve para saber si un programa es malicioso a partir del hash y comparándola con la lista de hashes más peligrosos, la lista contiene mas 1000 000 hashes.
```
git clone https://github.com/bl4ck44/hashbox.gitcd hashbox
python3 hashbox.py
```