diff options
Diffstat (limited to '')
-rw-r--r-- | csci5271/ho2/crack6.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csci5271/ho2/crack6.py b/csci5271/ho2/crack6.py new file mode 100644 index 0000000..60b5a3b --- /dev/null +++ b/csci5271/ho2/crack6.py @@ -0,0 +1,6 @@ +# SHA! Key guesser +import hashlib + +name = "admin" +response = "a1a9f3ebd29ff76d45a609d98e0ec31e83dfbd4d" + |