Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


hashcat_amazon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hashcat_amazon [2016/11/22 22:28] – [Amazon EC2 advanced password recovery] adminhashcat_amazon [2017/06/03 18:11] – [Configure the software] admin
Line 4: Line 4:
 This page is for educational use only. This page is for educational use only.
  
-Used information from http://www.rockfishsec.com/2015/05/gpu-password-cracking-with-amazon-ec2.html+Used information from [[http://www.rockfishsec.com/2015/05/gpu-password-cracking-with-amazon-ec2.html|rockfishsec]] and the hashcat wiki.
  
 ====Create an instance==== ====Create an instance====
Line 24: Line 24:
 ====Configure the software==== ====Configure the software====
   * Log in with your key:<code>   * Log in with your key:<code>
-chmod 600 <keyfile>+chmod 400 <keyfile>
 ssh -i <key> ec2-user@<hostname> ssh -i <key> ec2-user@<hostname>
  
Line 83: Line 83:
 mkdir -p deps/OpenCL-Headers mkdir -p deps/OpenCL-Headers
 git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
 +cd ../..
 make make
 sudo make install sudo make install
hashcat_amazon.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1