https://github.com/thetechromancer/crackhaws
Quick setup script for Ubuntu which installs hashcat and Nvidia drivers - ideal for cracking in AWS, etc.
https://github.com/thetechromancer/crackhaws
Last synced: about 1 year ago
JSON representation
Quick setup script for Ubuntu which installs hashcat and Nvidia drivers - ideal for cracking in AWS, etc.
- Host: GitHub
- URL: https://github.com/thetechromancer/crackhaws
- Owner: TheTechromancer
- Created: 2018-06-11T03:06:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T21:14:29.000Z (over 5 years ago)
- Last Synced: 2024-12-14T11:13:00.532Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrackHAWS
### A road warrior AWS hashcat setup script
## NOTE: NOWADAYS, THE BEST WAY TO GET WORKING DRIVERS IS JUST TO USE THE AMAZON LINUX GPU AMI
### Features:
* No arguments or user interaction required
* Installs latest version of hashcat (from hashcat.net)
* Installs latest Nvidia driver (from nvidia.com)
* Installs latest Nvidia Docker runtime (from nvidia.com)
### Please be aware:
* Tested on Ubuntu only
* The latest official hashcat and nvidia binaries are used - not your distro's packages.
### Usage:
~~~
$ sudo ./crackhaws.sh
~~~
### Download wordlists:
~~~
$ git clone https://github.com/berzerk0/Probable-Wordlists.git
$ cd Probable-Wordlists/Real-Passwords
$ apt install deluged deluge-console
$ deluged
$ deluge-console
>>> add ProbWL-v2-Real-Passwords-7z.torrent
~~~