Lucene search
+L

1135 matches found

Exploit DB
Exploit DB
added 2016/01/02 12:0 a.m.26 views

TCP Bindshell with Password Prompt - 162 bytes

TCP Bindshell with Password Prompt - 162 bytes. Shellcode exploit for linux platform /--------------------------------------------------------------------------------------------------------------------- / Title: tcp bindshell with password prompt in 162 bytes Author: Sathish kumar Contact:...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2015/12/31 12:0 a.m.32 views

Linux/x86-64 - Bind TCP Port Shellcode (103 bytes)

/--------------------------------------------------------------------------------------------------------------------- / Author: Scorpion Copyright: c 2016 iQube. http://iQube.io Release Date: January 1, 2016 Description: x64 Linux null-free TCP bind port shellcode Assembled Size: 103 bytes Teste...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/11/25 12:0 a.m.37 views

Linux x86_64 Polymorphic execve Shellcode - 31 bytes

Linux x8664 Polymorphic execve Shellcode - 31 bytes. Shellcode exploit for linx86-64 platform / ;Title: polymorphic execve shellcode ;Author: d4sh&r ;Contact: https://mx.linkedin.com/in/d4v1dvc ;Category: Shellcode ;Architecture:linux x8664 ;SLAE64-1379 ;Description: ;Polymorphic shellcode in 31...

SaveExploits0
Exploit DB
Exploit DB
added 2015/08/20 12:0 a.m.27 views

Win2003 x64 - Token Stealing shellcode - 59 bytes

Win2003 x64 - Token Stealing shellcode - 59 bytes. Shellcode exploit for win64 platform ;token stealing shellcode Win 2003 x64 ;based on the widely available x86 version ;syntax for NASM ;Author: Csaba Fitzl, @theevilbit ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;important structures and offsets;...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2015/08/13 12:0 a.m.36 views

linux/x86 /bin/sh ROL/ROR Encoded Shellcode

Custom shellcode encoder/decoder that switches between byte ROR and byte ROL 1. Update eRORoROL-encoder.py with your shellcode 2. Run eRORoROL-encoder.py 3. Copy output from eRORoROL-encoder.py and update eRORoROL-decoder.nasm 4. Run eRORoROLcompile.sh -----eRORoROL-encoder.py BEGIN CODE-----...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/08/12 12:0 a.m.28 views

Linux x86 - /bin/sh ROL/ROR Encoded Shellcode

Linux x86 - /bin/sh ROL/ROR Encoded Shellcode. Shellcode exploit for linx86 platform Custom shellcode encoder/decoder that switches between byte ROR and byte ROL 1. Update eRORoROL-encoder.py with your shellcode 2. Run eRORoROL-encoder.py 3. Copy output from eRORoROL-encoder.py and update...

0.2AI score
SaveExploits0
0day.today
0day.today
added 2015/07/21 12:0 a.m.35 views

linux/x86 /bin/sh ROT7 Encoded Shellcode

Shellcode Title: ROT7 Date: 5 July 2015 Exploit Author: Artem Tsvetkov Software Link: https://github.com/adeptex/SLAE/tree/master/Assignment-6/rot7 Tested on: Kali GNU/Linux 1.1.0 Platform: x86 Linux This code was created as an exercise for the SecurityTube Linux Assembly Expert SLAE. The followi...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/07/05 12:0 a.m.31 views

Linux x86 /bin/sh ROT7 Encoded Shellcode

Linux x86 /bin/sh ROT7 Encoded Shellcode. Shellcode exploit for linx86 platform Shellcode Title: ROT7 Date: 5 July 2015 Exploit Author: Artem Tsvetkov Software Link: https://github.com/adeptex/SLAE/tree/master/Assignment-6/rot7 Tested on: Kali GNU/Linux 1.1.0 Platform: x86 Linux This code was...

0.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2015/04/28 12:0 a.m.9 views

Vulnerabilities in the Debian GNU/Linux operating system that allow a remote attacker to compromise the confidentiality, integrity, and accessibility of protected information

The multiple vulnerabilities in the nasm package of the Debian GNU/Linux operating system may lead to breaches of the confidentiality, integrity, and accessibility of protected information. These vulnerabilities can be exploited remotely...

10CVSS5.4AI score0.17882EPSS
SaveExploits2References3Affected Software1
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.15 views

NASM 0.98.x Error Preprocessor Directive Buffer Overflow Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/11991/info NASM is prone to a buffer overflow. This condition is exposed when the application attempts to assemble a source file that contains malformed '%error' preprocessor directive arguments. Since the source file may...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.42 views

NASM 2.0 - 'ppscan()' Off-By-One Buffer Overflow Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/29656/info NASM is prone to an off-by-one buffer-overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied data. Successfully exploiting this issue will allow attackers to...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.18 views

linux x86 nc -lvve/bin/sh -p13377 shellcode

No description provided by source. linux x86 nc -lvve/bin/sh -p13377 shellcode This shellcode will listen on port 13377 using netcat and give /bin/sh to connecting attacker Author: Anonymous Site: http://chaossecurity.wordpress.com/ Here is code written in NASM ///////////////////////////// secti...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2014/04/15 11:31 p.m.22 views

Simple 8-bit Assembler Simulator

A simulator which provides a simplified assembler syntax based on NASM and is simulating a x86 like cpu. Press Help inside the simulator to see an overview about the supported instructions. Features 8-bit CPU 4 general purpose registers 256 bytes of memory Console output Simple 8-bit Assembler...

7.2AI score
SaveExploits0References1
0day.today
0day.today
added 2012/11/28 12:0 a.m.34 views

linux/x86-64 connect-back shell with netcat 109 bytes

Title : Shellcode linux/x86-64 connect-back shell with netcat Author : Gaussillusion Len : 109 byte In the file there is the shellcode in asm and the bytecode. Gaussillusion. ; Title: Shellcode linux/x86-64 connect back shell ; Author : Gaussillusion ; Len : 109 byte ; Language : Nasm ;syscall:...

0.5AI score
SaveExploits0
0day.today
0day.today
added 2012/08/03 12:0 a.m.18 views

linux/x86 - nc -lvve/bin/sh -p13377 - 62 bytes

linux x86 nc -lvve/bin/sh -p13377 shellcode This shellcode will listen on port 13377 using netcat and give /bin/sh to connecting attacker Author: Anonymous Site: http://chaossecurity.wordpress.com/ Here is code written in NASM ///////////////////////////// section .text global start start: xor...

7.1AI score
SaveExploits0
Prion
Prion
added 2012/07/03 4:40 p.m.26 views

Design/Logic Flaw

The emsyscall function in arch/x86/kvm/emulate.c in the KVM implementation in the Linux kernel before 3.2.14 does not properly handle the 0f05 aka syscall opcode, which allows guest OS users to cause a denial of service guest OS crash via a crafted application, as demonstrated by an NASM file...

4.7CVSS6.5AI score0.01014EPSS
SaveExploits2References6Affected Software1
CVE
CVE
added 2012/07/03 4:0 p.m.103 views

CVE-2012-0045

CVE-2012-0045 relates to the Linux kernel KVM 32-bit syscall emulation. A flaw in arch/x86/kvm/emulate.c where the 0f05 (syscall) opcode is not handled correctly allows a user in a 32-bit guest to crash the guest OS (denial of service). Public references in the provided connected documents confir...

4.7CVSS5.8AI score0.01014EPSS
SaveExploits2References6Affected Software1
Cvelist
Cvelist
added 2012/07/03 4:0 p.m.27 views

CVE-2012-0045

The emsyscall function in arch/x86/kvm/emulate.c in the KVM implementation in the Linux kernel before 3.2.14 does not properly handle the 0f05 aka syscall opcode, which allows guest OS users to cause a denial of service guest OS crash via a crafted application, as demonstrated by an NASM file...

5.8AI score0.01014EPSS
SaveExploits2References6
rdot
rdot
added 2011/03/19 12:0 a.m.78 views

Основы написания Win-шеллкода

В этой статье речь пойдет о написании простого шеллкода под Windows платформу. Статья является начальным этапом цикла статей, которые я, опираясь на материалы и труды зарубежных специалистов в данной области, планирую написать. Эта статья не насыщена всеобъемлющей информацией, однако её цель -...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2010/07/30 12:0 a.m.22 views

MDVA-2009:065 : nasm

Nasm would crash under certain conditions. This update replaces the patch that introduced the crash. %NASLMINLEVEL 70300 @DEPRECATED@ This script has been deprecated as the associated patch is not currently a security fix. Disabled on 2012/09/06. C Tenable Network Security, Inc. This script was...

7AI score
SaveExploits0References1
Rows per page
Query Builder