https://github.com/sisoma2/rootkithashcracker
A little code to crack some hashes found in the HackAV Rootkit
https://github.com/sisoma2/rootkithashcracker
hack-av hashcracking malware-analysis rootkit windows
Last synced: 3 months ago
JSON representation
A little code to crack some hashes found in the HackAV Rootkit
- Host: GitHub
- URL: https://github.com/sisoma2/rootkithashcracker
- Owner: sisoma2
- Created: 2018-05-09T11:01:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T17:30:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T12:35:13.609Z (over 1 year ago)
- Topics: hack-av, hashcracking, malware-analysis, rootkit, windows
- Language: C++
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RootkitHashCracker
RootkitHashCracker it's a little program I developed to crack the antivirus processes names stored as hashes in the HackAV Rootkit.
Works in x86/x64 systems.
## Releases
Go to the Releases tab and download the compiled executables.
## Usage
In order to work it needs a file with the hashes each one in a different line and the dictionary with the processes to bruteforce with the same format.
```
RootkitHashCracker.exe HASHES_FILE DICTIONARY_FILE
```
### Example
```
RootkitHashCracker.exe Hashes.txt Dictionary.txt
```
### Hashes File Format Example
164CFA74
45470A4A
4FEDA50D
19C93F2D
13CA8828
### Dictionary File Format Example
Olly.exe
LordPE.exe
ipfs.exe
SWIS.exe
PEiD.exe