Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


hashcat_amazon

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hashcat_amazon [2016/11/22 21:55] – [Intel OpenCL runtime for CPU] adminhashcat_amazon [2017/06/03 18:11] – [Configure the software] admin
Line 3: Line 3:
 =====Amazon EC2 advanced password recovery===== =====Amazon EC2 advanced password recovery=====
 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 23: 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 82: 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