Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_)