Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pry0cc/autocrack
autocrack adds queue support for hashcat cracking.
https://github.com/pry0cc/autocrack
Last synced: 2 months ago
JSON representation
autocrack adds queue support for hashcat cracking.
- Host: GitHub
- URL: https://github.com/pry0cc/autocrack
- Owner: pry0cc
- Created: 2020-06-19T02:28:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:30:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T17:36:20.630Z (3 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 42
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-password-cracking - Autocrack - A set of client and server tools for automatically, and lightly automatically cracking hashes. (Hashcat)
README
# autocrack
Autocrack is a set of client and server tools for automatically, and lightly automatically cracking hashes.The goals of Autocrack:
- Be lightweight
- Be easy to setup
- Be secure and encrypted
- Be really cool
- Not take too long to write# Functions
```
source functions.sh
ingesthash ""
ingesthashfile
```# Usage
```
./autocrack.sh
ngrok http 8182
``````
curl -X POST --data "key=HP47YJEHK4PW&hash=mr-r0b0t::vuln.lab.local:5082e2430c5f939b:45FCC3294D568F4BF4686870C05D9292:01010000000000008007AD82044AD501A51EFD7146FAA33D0000000009001C0063006900660073002F00310030002E0030002E0030002E003700310002000A005600410055004C00540001001000410044004D0049004E00570053003200040028007600610075006C0074002E00700061006C00690073006100640065002E006C006F00630061006C0003003A00610064006D0069006E007700730032002E007600610075006C0074002E00700061006C00690073006100640065002E006C006F00630061006C00050028007600610075006C0074002E00700061006C00690073006100640065002E006C006F00630061006C0007000800D5CD3984044AD5010000000000000000" https://yourngrok.ngrok.io/submit
```