Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupin3000/pythonscapyexamples
Tiny library of Python Scapy and Bash scripts
https://github.com/lupin3000/pythonscapyexamples
arp-scanner bash dns-sniffer http-sniffer icmp-ping monitor-mode port-scan python3 scapy scapy-scripts tcp-syn-flooding traceroute wifi-deauth wifi-fake-ap wifi-scanner
Last synced: 2 months ago
JSON representation
Tiny library of Python Scapy and Bash scripts
- Host: GitHub
- URL: https://github.com/lupin3000/pythonscapyexamples
- Owner: Lupin3000
- Created: 2021-03-15T13:03:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T12:20:56.000Z (almost 4 years ago)
- Last Synced: 2023-11-25T10:20:43.397Z (about 1 year ago)
- Topics: arp-scanner, bash, dns-sniffer, http-sniffer, icmp-ping, monitor-mode, port-scan, python3, scapy, scapy-scripts, tcp-syn-flooding, traceroute, wifi-deauth, wifi-fake-ap, wifi-scanner
- Language: Python
- Homepage: https://softwaretester.info
- Size: 104 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python 3 - Scapy scripts
## Why this repository?
I created this repository to learn Python incl. Scapy (_self study_) and to provide some simple scripts for my [suitcases](https://softwaretester.info/suitcases-full-of-fun/). You can read all about Python Scapy [here](https://scapy.readthedocs.io/en/latest/introduction.html). If you want, you are very welcome to participate. Most of the scripts can still be improved or expanded.
**Very Important**
The author of these scripts (_code_) take no responsibility for your use or misuse! Respect the law in your country/location/area! The information included at this repository is for educational purposes only!
## Table of Content
- [ARP Scanner](./ARPScanner) (_Python_)
- [ICMP Ping](./ICMPPing) (_Python_)
- [TCP Port Scan](./TCPPortScan) (_Python_)
- [TCP SYN Traceroute](./TCPSYNTraceroute) (_Python_)
- [TCP SYN Flooding](./TCPSYNFlood) (_Python_)
- [DNS Sniffer](./DNSsniffer) (_Python_)
- [HTTP Sniffer](./HTTPsniffer) (_Python_)
- [Enable Monitor Mode](./InterfaceMonitorMode) (_Bash_)
- [Wi-Fi Fake AP](./FakeWifiAP) (_Python_)
- [Wi-Fi Scanner](./WifiScanner) (_Python_)
- [Wi-Fi Deauthentication](./WifiDeauth) (_Python_)