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
hashcat_amazon [2016/11/22 22:28] – [Amazon EC2 advanced password recovery] adminhashcat_amazon [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[hardware security crack hash password]}} {{tag>[hardware security crack hash password]}}
-~~TOC~~ 
 =====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 24: Line 23:
 ====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 82:
 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