使用邮件地址作为反弹shell的服务器地址,用于windows的反弹shell,可在编译时选择隐藏弹出窗口
This golng reverse shell fetches the address from your latest email subject, and the subject should be like this:
10.1.1.1:1234
This golag file requires go-pop3 lib which you can get it here:
https://github.com/taknb2nch/go-pop3.git
If you want to hide the window when executing it, compile the program like this:
go build -ldflags -H=windowsgui email_reverse_shell-repl.go
1