Lucene search
+L

4122 matches found

zdt
zdt
added 2015/07/05 12:0 a.m.17 views

linux/x86 execve /bin/sh - shellcode 23 bytes

/ Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx ;zero out rdx 10 push rdx ;push rdx to stack to null terminate /bin//sh 11 mov a...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/26 12:0 a.m.30 views

Linux x86 - execve /bin/sh 23 Bytes

Linux x86 - execve /bin/sh 23 Bytes. Shellcode exploit for linx86-64 platform / Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx...

7.4AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2015/06/23 8:3 p.m.18 views

rfet.es XSS vulnerability

Open Bug Bounty ID: OBB-67930 Description| Value ---|--- Affected Website:| rfet.es Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Cheat Sheet...

6.4AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/06/23 5:54 p.m.11 views

Threat Outbreak Alert RuleID16158: Email Messages Distributing Malicious Software on June 23, 2015

Medium Alert ID: 39492 First Published: 2015 June 23 17:54 GMT Last Updated: 2015 June 24 13:24 GMT Version: 2 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID16158 and...

6.9AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/06/23 1:34 p.m.12 views

Threat Outbreak Alert RuleID16147: Email Messages Distributing Malicious Software on June 23, 2015

Medium Alert ID: 39481 First Published: 2015 June 23 13:34 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID16147 may contain the following files: Name | Siz...

0.3AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/06/23 1:34 p.m.42 views

Threat Outbreak Alert RuleID16108: Email Messages Distributing Malicious Software on June 23, 2015

Medium Alert ID: 39475 First Published: 2015 June 23 13:34 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID16108 may contain the following files: Name | Siz...

0.3AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/06/23 1:34 p.m.16 views

Threat Outbreak Alert RuleID16120: Email Messages Distributing Malicious Software on June 23, 2015

Medium Alert ID: 39474 First Published: 2015 June 23 13:34 GMT Last Updated: 2015 June 24 13:24 GMT Version: 2 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID16120 and...

0.3AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/06/22 8:9 p.m.12 views

Threat Outbreak Alert RuleID16118: Email Messages Distributing Malicious Software on June 23, 2015

Medium Alert ID: 39464 First Published: 2015 June 22 20:09 GMT Last Updated: 2015 June 24 13:24 GMT Version: 4 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID16118 and...

1AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2015/05/25 1:29 a.m.14 views

misas.org XSS vulnerability

Open Bug Bounty ID: OBB-64190 Description| Value ---|--- Affected Website:| misas.org Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Cheat Sheet...

6.4AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2015/05/23 11:53 a.m.19 views

exams.griet.in XSS vulnerability

Open Bug Bounty ID: OBB-63942 Description| Value ---|--- Affected Website:| exams.griet.in Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Cheat She...

6.4AI score
SaveExploits0
zdt
zdt
added 2015/05/16 12:0 a.m.25 views

linux/x86-64 - Execve /bin/sh Shellcode Via Push - 23 bytes

/ Execve /bin/sh Shellcode Via Push Linux x8664 23 bytes Dying to be the shortest. Copyright C 2015 Gu Zhengxiong email protected 27 April 2015 GPL .global start start: char const argv xorl %esi, %esi 'h' 's' '/' '/' 'n' 'i' 'b' '/' movq $0x68732f2f6e69622f, %rbx for '\x00' pushq %rsi pushq %rbx...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/04/29 12:0 a.m.33 views

Linux x86-64 - Execve /bin/sh Shellcode Via Push 23 bytes

Linux x86-64 - Execve /bin/sh Shellcode Via Push 23 bytes. Shellcode exploit for linx86-64 platform / Execve /bin/sh Shellcode Via Push Linux x8664 23 bytes Dying to be the shortest. Copyright C 2015 Gu Zhengxiong [email protected] 27 April 2015 GPL .global start start: char const argv xorl %esi,...

0.6AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2015/04/28 11:10 p.m.11 views

aydinpost.com XSS vulnerability

Open Bug Bounty ID: OBB-60122 Description| Value ---|--- Affected Website:| aydinpost.com Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Cheat Shee...

6.4AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/04/23 5:53 p.m.15 views

Threat Outbreak Alert RuleID14868: Email Messages Distributing Malicious Software on April 23, 2015

Medium Alert ID: 38510 First Published: 2015 April 23 17:53 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID14868 may contain the following files: Name | Si...

0.4AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/04/23 1:29 p.m.15 views

Threat Outbreak Alert RuleID14859: Email Messages Distributing Malicious Software on April 23, 2015

Medium Alert ID: 38505 First Published: 2015 April 23 13:29 GMT Last Updated: 2015 April 24 12:35 GMT Version: 2 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID14859 and...

0.2AI score
SaveExploits0
ALT Linux
ALT Linux
added 2015/04/23 12:0 a.m.88 views

Security fix for the ALT Linux 6 package openssl10 version 1.0.0p-alt0.M60P.1

1.0.0p-alt0.M60P.1 built April 23, 2015 Michael Shigorin in task 143478 April 23, 2015 Michael Shigorin - Updated to 1.0.0p fixes CVE-2014-3571, CVE-2015-0206, CVE-2014-3569, CVE-2014-3572, CVE-2015-0204, CVE-2015-0205, CVE-2014-8275, CVE-2014-3570...

5CVSS6.7AI score0.98685EPSS
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/04/13 12:26 p.m.15 views

Threat Outbreak Alert RuleID14548: Email Messages Distributing Malicious Software on April 23, 2015

Medium Alert ID: 38345 First Published: 2015 April 13 12:26 GMT Last Updated: 2015 April 24 12:35 GMT Version: 5 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID14548 and...

6.7AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/03/23 3:54 p.m.9 views

Threat Outbreak Alert RuleID14164: Email Messages Distributing Malicious Software on March 23, 2015

Medium Alert ID: 37991 First Published: 2015 March 23 15:54 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID14164 may contain the following files: Name | Si...

0.3AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/01/26 4:25 p.m.7 views

Threat Outbreak Alert RuleID13255: Email Messages Distributing Malicious Software on January 23, 2015

Medium Alert ID: 37151 First Published: 2015 January 26 16:25 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID13255 may contain the following files: Name |...

0.5AI score
SaveExploits0
Cisco Threats
Cisco Threats
added 2015/01/26 4:25 p.m.22 views

Threat Outbreak Alert RuleID13254: Email Messages Distributing Malicious Software on January 23, 2015

Medium Alert ID: 37149 First Published: 2015 January 26 16:25 GMT Version: 1 Summary Cisco Security has detected significant activity related to spam email messages distributing malicious software. Email messages that are related to this threat RuleID13254 may contain the following files: Name |...

0.7AI score
SaveExploits0
Rows per page
Query Builder