Lucene search
K

1195 matches found

0day.today
0day.today
added 2017/11/15 12:0 a.m.48 views

Dup Scout Enterprise 10.0.18 - Login Buffer Overflow Exploit

Exploit for windows platform in category remote exploits Tested on Windows 10 x86 The application requires to have the web server enabled. Exploit for older version: https://www.exploit-db.com/exploits/40832/ !/usr/bin/python import socket,os,time,struct,argparse parser = argparse.ArgumentParser...

0.1AI score
Exploits0
n0where
n0where
added 2017/11/14 5:51 p.m.19 views

Linux Process Hunter: Prochunter

Prochunter aims to find hidden process with all userspace and most of the kernelspace rootkits. This tool is composed of a kernel module that prints out all running processes walking the taskstruct list and creates /sys/kernel/prochunter/set entry. A python script that invokes the kernel function...

1AI score
Exploits0References1
Kitploit
Kitploit
added 2017/11/05 9:45 p.m.23 views

KRACK Detector - Detect and prevent KRACK attacks in your network

KRACK Detector is a Python script to detect possible KRACK attacks against client devices on your network. The script is meant to be run on the Access Point rather than the client devices. It listens on the Wi-Fi interface and waits for duplicate message 3 of the 4-way handshake. It then...

7.2AI score
Exploits0References1
seebug.org
seebug.org
added 2017/10/24 12:0 a.m.91 views

Apache James Deserialization RCE(CVE-2017-12628)

Analysis of CVE-2017-12628 This morning I spotted a tweet mentioning an “Apache James 3.0.1 JMX Server Deserialization” vulnerability, CVE-2017-12628, which caught my eye because I wrote a generic JMX deserialization exploit which is included in my RMI attack tool BaRMIe. A quick search for more...

7.2CVSS8.3AI score0.00142EPSS
Exploits4
Packet Storm
Packet Storm
added 2017/10/14 12:0 a.m.68 views

Opentext Documentum Content Server File Hijack / Privilege Escalation

!/usr/bin/env python Opentext Documentum Content Server formerly known as EMC Documentum Content Server does not properly validate input of PUTFILE RPC-command which allows any authenticated user to hijack arbitrary file from Content Server filesystem, because some files on Content Server...

1AI score0.041EPSS
Exploits4
Packet Storm
Packet Storm
added 2017/10/10 12:0 a.m.189 views

Apache Tomcat Upload Bypass / Remote Code Execution

!/usr/bin/python import requests import re import signal from optparse import OptionParser class bcolors: HEADER = '\03395m' OKBLUE = '\03394m' OKGREEN = '\03392m' WARNING = '\03393m' FAIL = '\03391m' ENDC = '\0330m' BOLD = '\0331m' UNDERLINE = '\0334m' banner=""" / \ \ / / | | \ / / | | / | \ /...

0.1AI score0.9438EPSS
Exploits22
Kitploit
Kitploit
added 2017/10/05 1:35 p.m.26 views

Wifite 2 - A complete re-write of Wifite (Automated Wireless Attack Tool)

A complete re-write of wifite, a Python script for auditing wireless networks. What's new? Lots of files instead of "one big script". Cleaner process management -- No longer leaves processes running in the background. UX: Target access points are refreshed every second instead of every 5 seconds...

7.5AI score
Exploits0References2
Exploit DB
Exploit DB
added 2017/10/05 12:0 a.m.15 views

Easy MPEG/AVI/DIVX/WMV/RM to DVD - 'Enter User Name' Local Buffer Overflow (SEH)

!/usr/bin/python Exploit Title: Easy MPEG/AVI/DIVX/WMV/RM to DVD - 'Enter User Name' Field Buffer Overflow SEH Date: 05-10-2017 Exploit Author: Venkat Rajgor Vendor Homepage: http://www.divxtodvd.net/ Software Link: http://www.divxtodvd.net/easyvideotodvd.exe Tested On: Windows 7 x64 To reproduce...

7.4AI score
Exploits0
n0where
n0where
added 2017/10/02 4:49 a.m.26 views

UEFI Firmware Parser

The UEFI firmware parser is a simple module and set of scripts for parsing, extracting, and recreating UEFI firmware volumes. This includes parsing modules for BIOS, OptionROM, Intel ME and other formats too. Please use the example scripts for parsing tutorials. Installation This module is includ...

7.5AI score
Exploits0References1
0day.today
0day.today
added 2017/10/02 12:0 a.m.387 views

Dnsmasq < 2.78 - Information Leak Exploit

Exploit for multiple platform in category dos / poc ''' Sources: https://raw.githubusercontent.com/google/security-research-pocs/master/vulnerabilities/dnsmasq/CVE-2017-14494.py https://security.googleblog.com/2017/10/behind-masq-yet-more-dns-and-dhcp.html Sadly, there are no easy docker setup...

4.3CVSS8.1AI score0.08297EPSS
Exploits5
Packet Storm
Packet Storm
added 2017/09/29 12:0 a.m.38 views

FileRun 2017.09.18 SQL Injection

!/usr/bin/env python Exploit Title: FileRun =2017.09.18 Date: September 29, 2017 Exploit Author: SPARC Vendor Homepage: https://www.filerun.com/ Software Link: http://f.afian.se/wl/?id=EHQhXhXLGaMFU7jI8mYNRN8vWkG9LUVP&recipient=d3d3LmZpbGVydW4uY29t Version: 2017.09.18 Tested on: Ubuntu 16.04.3,...

0.2AI score0.06269EPSS
Exploits5
Exploit DB
Exploit DB
added 2017/09/27 12:0 a.m.82 views

Sync Breeze Enterprise 10.0.28 - Denial of-Service (PoC)

!/usr/bin/python import socket import sys try: server = sys.argv1 port = 80 size = 800 inputBuffer = b"A" size content = b"username=" + inputBuffer + b"&password=A" buffer = b"POST /login HTTP/1.1\r\n" buffer += b"Host: " + server.encode + b"\r\n" buffer += b"User-Agent: Mozilla/5.0 X11; Linux866...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2017/09/18 12:0 a.m.3632 views

Apache &lt; 2.2.34 / &lt; 2.4.27 - OPTIONS Memory Leak

!/usr/bin/env python3 Optionsbleed proof of concept test by Hanno Böck import argparse import urllib3 import re def testbleedurl, args: r = pool.request'OPTIONS', url try: allow = strr.headers"Allow" except KeyError: return False if allow in dup: return dup.appendallow if allow == "": print"empty...

7.5CVSS7AI score0.9384EPSS
Exploits9
exploitpack
exploitpack
added 2017/09/13 12:0 a.m.30 views

Astaro Security Gateway 7 - Remote Code Execution

Astaro Security Gateway 7 - Remote Code Execution !/usr/bin/python Astaro Security Gateway v7 - Unauthenticated Remote Code Execution Exploit Authors: Jakub Palaczynski and Maciej Grabiec Tested on versions: 7.500 and 7.506 Date: 13.12.2016 Vendor Homepage: https://www.sophos.com/ CVE:...

10CVSS0.3AI score0.09429EPSS
Exploits4
GithubExploit
GithubExploit
added 2017/09/10 5:26 a.m.8 views

Exploit for Deserialization of Untrusted Data in Apache Struts

apache-struts-pwn - CVE-2017-9805 Exploit ============ An...

8.1CVSS7.7AI score0.94322EPSS
Exploits23
GithubExploit
GithubExploit
added 2017/09/09 1:32 a.m.9 views

Exploit for Deserialization of Untrusted Data in Apache Struts

struts-pwn - CVE-2017-9805 Exploit ============ An exploi...

8.1CVSS7.4AI score0.94322EPSS
Exploits23
Hacker One
Hacker One
added 2017/09/04 3:22 a.m.9 views

Tor: [rt.torproject.org] No Rate Limitting on Login Form

Vulnerability description not provided...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2017/08/28 12:0 a.m.54 views

VX Search Enterprise 10.0.14 Buffer Overflow

!/usr/bin/env python Exploit Title : VX Search Enterprise v10.0.14 Remote Buffer Overflow CVE-2017-13708 Discovery by : Anurag Srivastava and Nipun Jaswal Credtis : Team Pyramid Email : [email protected] Website : www.pyramidcyber.com Discovery Date : 26/08/2017 Software Link :...

0.6AI score0.70719EPSS
Exploits2
exploitpack
exploitpack
added 2017/08/25 12:0 a.m.14 views

Dup Scout Enterprise 9.9.14 - Remote Buffer Overflow (SEH)

Dup Scout Enterprise 9.9.14 - Remote Buffer Overflow SEH !/usr/bin/env python Exploit Title: Dup Scout Enterprise v 9.9.14 Date: 2017-08-25 Exploit Author: Nipun Jaswal & Anurag Srivastava Author Homepage: www.pyramidcyber.com Vendor Homepage: http://www.dupscout.com Software Link:...

0.5AI score
Exploits0
Exploit DB
Exploit DB
added 2017/08/22 12:0 a.m.23 views

VX Search Enterprise 9.9.12 - &#039;Import Command&#039; Local Buffer Overflow

!/usr/bin/python Exploit Title : VX Search Enterprise v9.9.12 - 'Import Command' Buffer Overflow Discovery by : Anurag Srivastava Email : [email protected] Website : www.pyramidcyber.com Discovery Date : 22/08/2017 Software Link :...

7.4AI score
Exploits0
Rows per page
Query Builder