From ec17df90f18c0e98c46986b8b0dfb6854cfc8a42 Mon Sep 17 00:00:00 2001 From: n0p <0x90@n0p.cc> Date: Tue, 17 Oct 2017 20:31:59 +0200 Subject: Init. --- notes.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 notes.txt (limited to 'notes.txt') 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 -- cgit v1.2.3