Lucene search
+L

589 matches found

Exploit DB
Exploit DB
added 2017/06/20 12:00 a.m.35 views

Linux/x86 - Reverse UDP Shellcode (668 bytes)

Linux/x86 - Reverse UDP Shellcode 668 bytes. Shellcode exploit for Linx86 platform ; SLAE-X ; thanks to writesup from previou students : ; assignment: 2. create a reverse shell ; originality: using UDP instead TCP ; usage : sudo ncat -lup 53 on the receiving end ; warning, this shellcode might...

7.4AI score
SaveExploits0
zdt
zdt
added 2017/06/15 12:00 a.m.36 views

Linux/x86 - XOR encoded execve(/bin/sh) setuid(0) setgid(0) Shellcode (66 bytes)

;Title: Linux/x86 - 66 byte - execve/bin/sh - setuid0 - setgid0 - XOR encrypted ;Author: nullparasite ;Contact: email protected ;Category: Shellcode ;Architecture: Linux x86 ;Description: This shellcode, first set uid and gid to zero then call shell using execve. Also, /bin/sh defined as a XOR...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/06/15 12:00 a.m.42 views

Linux/x86 - XOR encoded execve(/bin/sh) setuid(0) setgid(0) Shellcode (66 bytes)

Linux/x86 - XOR encoded execve/bin/sh setuid0 setgid0 Shellcode 66 bytes. Shellcode exploit for Linx86 platform ;Title: Linux/x86 - 66 byte - execve/bin/sh - setuid0 - setgid0 - XOR encrypted ;Author: nullparasite ;Contact: [email protected] ;Category: Shellcode ;Architecture: Linux x86...

0.3AI score
SaveExploits0
zdt
zdt
added 2017/05/09 12:00 a.m.29 views

Linux/x86 - Disable ASLR Shellcode (80 bytes)

/ Linux/x86 setuid-disable-aslr.c by @abatchy17 - abatchy.com Shellcode size: 80 bytes SLAE-885 section .text global start start: ; ; setruid0,0 ; xor ecx,ecx mov ebx,ecx push 0x46 pop eax int 0x80 ; ; open"/proc/sys/kernel/randomizevaspaceX", ORDWR ; xor eax,eax ; EAX = 0 jmp aslrfile shellcode:...

0.1AI score
SaveExploits0
zdt
zdt
added 2017/04/13 12:00 a.m.49 views

Linux/x86-64 - execve(/bin/sh) Shellcode (31 bytes)

Hi, This time I wanna to submit a shellcode whose length is 31Bytes , It's tested on Linux x86-64 ;=========================================================== ===================== ; The MIT License ; ; Copyright c ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ;...

0.1AI score
SaveExploits0
zdt
zdt
added 2017/03/17 12:00 a.m.39 views

Linux/x86 - Encoded exceve("/bin/sh") Shellcode (44 Bytes)

;================================================================================ ; The MIT License ; ; Copyright c ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files the "Software", to deal ; in the Software...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/02/28 12:00 a.m.132 views

Linux/x86-64 - Reverse Shell Shellcode (84 bytes)

Linux/x86-64 - Reverse Shell Shellcode 84 bytes. Shellcode exploit for Linux platform / Title: Linux/x86-64 - Reverse TCP shellcode - 84 bytes Author: Manuel Mancera @sinkmanu Tested on: 3.16.0-4-amd64 1 SMP Debian 3.16.39-1 2016-12-30 x8664 GNU/Linux ----------------- Assembly code...

7.4AI score
SaveExploits0
zdt
zdt
added 2017/02/09 12:00 a.m.69 views

Linux/x86 - Reverse TCP Alphanumeric Staged Shellcode (103 bytes)

Reverse TCP Staged Alphanumeric Shellcode Linux x86 Execve /bin/sh Author: Snir Levi, Applitects 103 Bytes date: 9.2.17 Automatic python shellcode handler with stage preset send will be ready soon: https://github.com/snir-levi/ReverseTCPAlphanumericStagedShellcodeExecve-bin-bash/ IP - 127.0.0.1...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/02/08 12:00 a.m.54 views

Linux/x86 - Reverse TCP Alphanumeric Staged Shellcode (103 bytes)

Linux/x86 - Reverse TCP Alphanumeric Staged Shellcode 103 bytes. Shellcode exploit for Linx86 platform Reverse TCP Staged Alphanumeric Shellcode Linux x86 Execve /bin/sh Author: Snir Levi, Applitects 103 Bytes date: 9.2.17 Automatic python shellcode handler with stage preset send will be ready...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/12/16 12:00 a.m.69 views

Linux/x86 - /bin/bash -c Arbitrary Command Execution Shellcode (72 bytes)

Linux/x86 - /bin/bash -c Arbitrary Command Execution Shellcode 72 bytes. Shellcode exploit for Linx86 platform / ;author: Filippo "zinzloun" Bersani ;date: 16/12/2016 ;version: 1.0 ;X86 Assembly/NASM Syntax ;tested on: Linux OpenSuse001 2.6.34-12-desktop 32bit ; Linux ubuntu 3.13.0-100-generic...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/11/25 12:00 a.m.48 views

Linux/x86 - Egg-hunter Shellcode (31 bytes)

Linux/x86 - Egg-hunter Shellcode 31 bytes. Shellcode exploit for Linx86 platform / ;author: Filippo "zinzloun" Bersani ;date: 28/11/2016 ;version: 1.0 ;X86 Assembly/NASM Syntax ;tested on: Linux OpenSuse001 2.6.34-12-desktop 32bit ; Linux ubuntu 3.13.0-100-generic 147precise1-Ubuntu 32bit ; Linux...

SaveExploits0
zdt
zdt
added 2016/11/18 12:00 a.m.41 views

PowerShellEmpire Arbitrary File Upload (Skywalker) Exploit

A vulnerability existed in the PowerShellEmpire server prior to commit f030cf62 which would allow an arbitrary file to be written to an attacker controlled location with the permissions of the Empire server. This exploit will write the payload to /tmp/ directory followed by a cron.d file to execu...

7.3AI score
SaveExploits0
zdt
zdt
added 2016/08/10 12:00 a.m.26 views

Linux/x86 - zsh Reverse TCP Shellcode port 9090 (80 bytes)

/ ; ; Linux x86 ; Author: thryb ; Date: 21-07-16 ; Purpose: Reverse /bin/zsh to TCP port 9090 ; Size: 80 bytes ; ID: SLAE-770 ; Git: https://www.github.com/thryb/SLAE-770 ; global start section .text start: xor eax, eax ; cleaning registers xor ebx, ebx ; 1 - create socket ; socketAFINET,...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/07/20 12:00 a.m.52 views

Linux/x86 - execve /bin/sh Shellcode (19 bytes)

Linux/x86 - execve /bin/sh Shellcode 19 bytes. Shellcode exploit for Linx86 platform / Linux/x86 - execve /bin/sh shellcode 19 bytes Author: sajith Tested on: i686 GNU/Linux Shellcode Length: 19 SLAE - 750 Disassembly of section .text: 08048060 : 8048060: 31 c0 xor eax,eax 8048062: 50 push eax...

7.4AI score
SaveExploits0
zdt
zdt
added 2016/07/08 12:00 a.m.20 views

Linux/x86 - TCP Reverse Shellcode (75 bytes)

/ Linux x86 TCP Reverse Shellcode 75 bytes Author: sajith Tested on: i686 GNU/Linux Shellcode Length: 75 SLAE - 750 ------------c prog ---poc by sajith shetty---------- include include include include int mainvoid int sockfiledes; struct sockaddrin sockad; //1 create socket connection //Man page:...

7.1AI score
SaveExploits0
zdt
zdt
added 2016/07/04 12:00 a.m.49 views

Linux/x86 - Bind Shell Port 4444/TCP Shellcode (98 bytes)

/ Linux x86 TCP Bind Shell Port 4444 98 bytes Author: sajith Tested on: i686 GNU/Linux Shellcode Length: 98 SLAE - 750 ------------c prog ---poc by sajith shetty---------- include include include include include int mainvoid int sockfiledes, clientfd; struct sockaddrin sockad; //1we need to creat...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2016/01/15 12:00 a.m.30 views

GlassFish Server - Arbitrary File Read

GlassFish Server - Arbitrary File Read Title: glassfish Arbitrary file read vulnerability Date : 01/15/2016 Author: bingbing Software link: https://glassfish.java.net/download.html Software: GlassFish Server Tested: Linux x86 !/usr/bin/python import urllib2...

1AI score
SaveExploits0
zdt
zdt
added 2016/01/15 12:00 a.m.39 views

GlassFish Server - Arbitrary File Read

Exploit for java platform in category web applications Title: glassfish Arbitrary file read vulnerability Date : 01/15/2016 Author: bingbing Software link: https://glassfish.java.net/download.html Software: GlassFish Server Tested: Linux x86 !/usr/bin/python import urllib2...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/01/15 12:00 a.m.73 views

GlassFish Server - Arbitrary File Read

Title: glassfish Arbitrary file read vulnerability Date : 01/15/2016 Author: bingbing Software link: https://glassfish.java.net/download.html Software: GlassFish Server Tested: Linux x86 !/usr/bin/python import urllib2...

5.3AI score
SaveExploits0
zdt
zdt
added 2016/01/08 12:00 a.m.31 views

Linux/x86 - Egg-hunter Shellcode (13 bytes)

/ Title: Egg Hunter PoC Platform: linux/x86 Date: 2015-01-07 Author: Dennis 'dhn' Herrmann Website: https://zer0-day.pw Github: https://github.com/dhn/SLAE/ SLAE-721 / / egghunter.nasm --------------- BITS 32 global start section .text EGGSIG equ 0x4f904790 ; signature start: cdq ; zero out edx m...

7.4AI score
SaveExploits0
Rows per page
Query Builder