aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorn0p <0x90@n0p.cc>2017-10-17 20:31:59 +0200
committern0p <0x90@n0p.cc>2017-10-17 20:31:59 +0200
commitec17df90f18c0e98c46986b8b0dfb6854cfc8a42 (patch)
tree9732747f35d46bc41bf9c65860d04a194e8695b6 /notes.txt
downloadLostKey-ec17df90f18c0e98c46986b8b0dfb6854cfc8a42.tar.gz
LostKey-ec17df90f18c0e98c46986b8b0dfb6854cfc8a42.zip
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..92ebce8
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,23 @@
+Useful for debugging with gdb:
+
+ set follow-fork-mode child
+ set detach-on-fork off
+
+ info inferiors
+ inferior infno
+
+
+Hashcat for the 3rd argument:
+
+ hashcat -m 0 -a 3 md5_hash.txt \?a\?a\?a\?a\?a\?a
+
+
+LostKey with correct arguments:
+ ./LostKey flag{Th3 _key_1s_in_th3_secret_com p4rtme $(python2 -c "print 'nt_of_your_t00l_sh3d...}'")
+
+
+My zsh complains about
+ zsh: no matches found: ?a?a?a?a?a?a
+and
+ zsh: parse error near `}'
+:/ \ No newline at end of file