sec-pentesting-toolkit/Network_and_802.11/README.md
2014-12-16 11:43:30 -05:00

737 B

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:
    • netcat
    • cracking linksys
    • reading socket
    • TCP Client
    • TCP Server
    • UDP Client

telnetlib

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

scapy

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

Useful Tools in General

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