Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoXOX3 authored Jul 14, 2024
1 parent 503307e commit 9e11ddc
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pkg install build-essential -y
pkg install libssl-dev -y
pkg install libgmp-dev -y
git clone https://github.com/albertobsd/keyhunt.git
make
make legacy
./keyhunt -h
1 change: 1 addition & 0 deletions start130.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./keyhunt -m bsgs -f tests/130.txt -b 130 -R -t 8
1 change: 1 addition & 0 deletions start66.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./keyhunt -m address -f tests/66.txt -b 66 -l compress -R -q -s 10 -t 8

0 comments on commit 9e11ddc

Please sign in to comment.