mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-27 11:09:09 -04:00
1.4 KiB
1.4 KiB
Network and 802.11
My resources in networking and wireless hacking.
Packages:
802.11
- Cracking linksys
- Cracking wifi: WEP, WPA, WPA2-PSK
Wireshark stuff
- Shark the ripper
- A comprehensive guide
- Sample of PCAP files
Scanner
- Several scripts for sniffing/scanner:
- ICMPHeader class
- IPHeader class
- Scanner
- raw_socket
- ip_header_decode
netaddr
- Several scripts using the netaddr module:
- testing subnet
- sending mail to the local network
- A comprehensive guide
Port Knocking
- Several scripts
socket
- Several scripts with Python's socket module:
- A very simple netcat client
- A full netcat client and server
- Cracking linksys
- Reading socket
- TCP Client
- TCP Server
- UDP Client
- TCP Proxy
- A comprehensive guide
telnetlib
- Example of a script to create a telnet connection with Python's telnetlib module.
scapy
- Several scripts with Python's scapy module:
- traceroute
- A comprehensive guide
paramiko
- Several scripts for SSH connections:
- ssh client
- ssh client for reverse shell
- ssh server
- ssh tunneling
- A comprehensive guide
Useful Tools in General
- Wireshark
- tshark
- OpenVPN
- OpenSSL
- nmap
- tcpdump
- netcat
- telnet