Lucene search
+L

235 matches found

Kitploit
Kitploit
•added 2017/08/16 2:24 p.m.•41 views

PiSavar - Detects PineAP Module and Starts Deauthentication Attack (for fake access points)

The goal of this project is to find out the fake access points opened by the WiFi pineapple device using the PineAP module and to prevent clients from being affected by initiating a deauthentication attack to the attacking device. How PineAP Module Works Collects SSID information Creates SSID poo...

7AI score
SaveExploits0References1
seebug.org
seebug.org
•added 2017/08/04 12:00 a.m.•35 views

SMBLoris Denial Of Service

There's a lot of talk about SMBLoris but nobody seems to have written a public efficient PoC yet, so I gave it a shot. A single instance takes down a fully patched Windows 10 Pro box with 8GiB of RAM in less than 10 seconds. I tried using Scapy initially, but it's dog slow, so I went with C. The...

6.7AI score
SaveExploits0
Kitploit
Kitploit
•added 2017/05/15 3:30 p.m.•42 views

NETATTACK 2 - An Advanced Wireless Network Scan and Attack Script

NETATTACK 2 is a python script that scans and attacks local and wireless networks. Everything is super easy because of the GUI that makes it unnecessary to remember commands and parameters. FUNCTIONS SCAN-FUNCTIONS Scan for Wi-Fi networks Scan for local hosts in your network ATTACK-FUNCTIONS...

7.2AI score
SaveExploits0References1
exploitpack
exploitpack
•added 2017/04/04 12:00 a.m.•51 views

Broadcom Wi-Fi SoC - dhd_handle_swc_evt Heap Overflow

Broadcom Wi-Fi SoC - dhdhandleswcevt Heap Overflow Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1061 Broadcom produces Wi-Fi HardMAC SoCs which are used to handle the PHY and MAC layer processing. These chips are present in both mobile devices and Wi-Fi routers, and are capab...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2017/04/04 12:00 a.m.•81 views

Broadcom Wi-Fi SoC - 'dhd_handle_swc_evt' Heap Overflow

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1061 Broadcom produces Wi-Fi HardMAC SoCs which are used to handle the PHY and MAC layer processing. These chips are present in both mobile devices and Wi-Fi routers, and are capable of handling many Wi-Fi related events without...

7.6CVSS7.2AI score0.07686EPSS
SaveExploits3
n0where
n0where
•added 2017/03/31 6:22 a.m.•127 views

DHCP Exhaustion Script: DHCPig

DHCP Exhaustion Script DHCPig initiates an advanced DHCP exhaustion attack. It will consume all IPs on the LAN, stop new users from obtaining IPs, release any IPs in use, then for good measure send gratuitous ARP and knock all windows hosts offline. It requires scapy =2.1 library and admin...

7.1AI score
SaveExploits0References1
Exploit DB
Exploit DB
•added 2017/03/17 12:00 a.m.•88 views

Cisco IOS 12.2 < 12.4 / 15.0 < 15.6 - Security Association Negotiation Request Device Memory

!/usr/bin/python -- coding: utf8 -- import socket from scapy.all import --------------------------- Requirements: $ sudo pip install scapy --------------------------- conf.verb = 0 RCVSIZE = 2548 TIMEOUT = 6 payload = '5\xc7\x07\xdf\xed\xef\x00\x00\x00\x00\x00\x00\x00\x00\x01\x10\x02' payload +=...

7.5CVSS7.8AI score0.87687EPSS
SaveExploits7
exploitpack
exploitpack
•added 2017/03/17 12:00 a.m.•76 views

Cisco IOS 12.2 12.4 15.0 15.6 - Security Association Negotiation Request Device Memory

Cisco IOS 12.2 12.4 15.0 15.6 - Security Association Negotiation Request Device Memory !/usr/bin/python -- coding: utf8 -- import socket from scapy.all import --------------------------- Requirements: $ sudo pip install scapy --------------------------- conf.verb = 0 RCVSIZE = 2548 TIMEOUT = 6...

5CVSS1.5AI score0.87687EPSS
SaveExploits7
Kitploit
Kitploit
•added 2017/02/08 2:30 p.m.•26 views

Smith - A Very Quick And Very Dirty Client/Server Tool For Testing Firewalls

A client/server style agent meant for testing connectivity to and from a machine on a network. Installation python setup.py install or pip install . should install smith. Note: If you want to use the tcp/udp protocol options, you'll need to install scapy and it's dependencies. Ubuntu has 'apt-get...

7.3AI score
SaveExploits0References1
n0where
n0where
•added 2016/12/07 5:52 a.m.•36 views

Powerful Extensible Wireless Drop Box: Pina Colada

Powerful Extensible Wireless Drop Box Pina Colada, a powerful and extensible wireless drop box, capable of performing a wide range of remote offensive attacks on a network. It can currently be controlled only via a command line interface, but a Command and Control remote server functionality is...

0.3AI score
SaveExploits0References2
n0where
n0where
•added 2016/05/09 12:01 a.m.•221 views

IDS IPS Testing Framework: pytbull

pytbull is an Intrusion Detection/Prevention System IDS/IPS Testing Framework for Snort, Suricata and any IDS/IPS that generates an alert file. It can be used to test the detection and blocking capabilities of an IDS/IPS, to compare IDS/IPS, to compare configuration modifications and to...

0.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2016/02/20 6:30 p.m.•42 views

Smod - MODBUS Penetration Testing Framework

smod is a modular framework with every kind of diagnostic and offensive feature you could need in order to pentest modbus protocol. It is a full Modbus protocol implementation using Python and Scapy. This software could be run on Linux/OSX under python 2.7.x. Feel free to make pull requests, if...

7.6AI score
SaveExploits0References1
zdt
zdt
•added 2016/01/25 12:00 a.m.•55 views

FreeBSD SCTP ICMPv6 - Error Processing

Exploit for freebsd platform in category dos / poc !/usr/bin/env python -- coding: utf-8 -- ''' Source: http://blog.ptsecurity.com/2016/01/severe-vulnerabilities-detected-in.html SCTP stream control transmission protocol is a transport-layer protocol designed to transfer signaling messages in an ...

7.8CVSS7.8AI score0.13259EPSS
SaveExploits3
Packet Storm
Packet Storm
•added 2016/01/25 12:00 a.m.•43 views

FreeBSD SCTP ICMPv6 Denial Of Service

!/usr/bin/env python -- coding: utf-8 -- ''' Source: http://blog.ptsecurity.com/2016/01/severe-vulnerabilities-detected-in.html SCTP stream control transmission protocol is a transport-layer protocol designed to transfer signaling messages in an IP environment. As a rule, mobile operators use thi...

7.8CVSS0.13259EPSS
SaveExploits3
Exploit DB
Exploit DB
•added 2016/01/25 12:00 a.m.•40 views

FreeBSD SCTP ICMPv6 - Error Processing

!/usr/bin/env python -- coding: utf-8 -- ''' Source: http://blog.ptsecurity.com/2016/01/severe-vulnerabilities-detected-in.html SCTP stream control transmission protocol is a transport-layer protocol designed to transfer signaling messages in an IP environment. As a rule, mobile operators use thi...

7.8CVSS7.4AI score0.13259EPSS
SaveExploits3
Kitploit
Kitploit
•added 2015/12/15 9:59 p.m.•27 views

Pyersinia - Network Attack Tool

Pyersinia is a similar tool to Yersinia, but Pyersinia is implemented in Python using Scapy. The main objective is the realization of network attacks such as spoofing ARP, DHCP DoS , STP DoS among others. The community can add new attacks on the tool in a simple way, using plugins. This is becaus...

7.2AI score
SaveExploits0References1
zdt
zdt
•added 2015/11/25 12:00 a.m.•71 views

KNX ETS 4.1.5 Build 3246 Buffer Overflow Vulnerability

Exploit for windows platform in category local exploits Title: Remote code execution vulnerability in the KNX management software ETS Category/Abstract: Buffer overflow vulnerability Product: ETS Engineering Tool Software Affected versions: ETS 4.1.5 Build 3246 no other versions tested Fixed in...

7.5CVSS9AI score0.0617EPSS
SaveExploits3
n0where
n0where
•added 2015/09/21 9:38 p.m.•49 views

DHCP exhaustion attack: DHCPig

dhcpig – an advanced DHCP exhaustion attack DHCPig initiates an advanced DHCP exhaustion attack. It will consume all IPs on the LAN, stop new users from obtaining IPs, release any IPs in use, then for good measure send gratuitous ARP and knock all windows hosts offline. It requires scapy =2.1...

0.3AI score
SaveExploits0References1
n0where
n0where
•added 2015/09/01 4:18 p.m.•40 views

Rogue Wi-Fi Access Point: 3vilTwinAttacker

This tool create an rogue Wi-Fi access point , purporting to provide wireless Internet services, but snooping on the traffic 3vilTwinAttacker is security tool that provide the Rogue access point to Man-In-The-Middle and network attacks. purporting to provide wireless Internet services, but snoopi...

0.4AI score
SaveExploits0References1
zdt
zdt
•added 2015/08/08 12:00 a.m.•30 views

NETGEAR ReadyNAS LAN /dbbroker 6.2.4 - Credential Disclosure Exploit

Exploit for hardware platform in category web applications !/usr/bin/env python Exploit Title: NETGEAR ReadyNAS LAN /dbbroker Credential Stealing Date: 25/07/2015 Exploit Author: St0rn Vendor Homepage: www.netgear.fr/business/products/storage/readynas Software Link:...

7.1AI score
SaveExploits0
Rows per page
Query Builder