Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 903 Bytes

File metadata and controls

62 lines (39 loc) · 903 Bytes

Network and 802.11

Subfolders:

802.11

  • Cracking linksys
  • Cracking wifi: WEP, WPA, WPA2-PSK

Wireshark stuff

  • Shark the ripper
  • An extensive 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

telnetlib

  • Example of a script to create a telnet connection with Python's telnetlib module.

scapy

  • Several scripts with Python's scapy module:
    • traceroute

paramiko

  • Several scripts for SSH connections:
    • ssh client
    • ssh tunneling

Useful Tools in General

  • Wireshark
  • tshark
  • OpenVPN
  • OpenSSL
  • nmap
  • tcpdump
  • netcat
  • telnet