Skip to content

Latest commit

History

History
9 lines (7 loc) 路 800 Bytes

File metadata and controls

9 lines (7 loc) 路 800 Bytes

Contents

  • portScanner.py: Supports TCP Connect, SYN Stealth, XMAS and UDP Connect scans. Beware, no performance enhancement has been planned for this script.
  • tcp_client.py: Simple TCP Client, accepts website as argument and GETs it's HTML response.
  • udp_client.py: Simple UDP Client, by default on localhost:80.
  • tcp_server.py: TCP Server, starts at localhost:8081 by default.
  • set_fakesite.py: A quick 3rd party module for the Social Engineering Toolkit that clones a website and initializes a web server with Metasploit on port 443 plus a handler for getting reverse shells.
  • get_metadata.py: Quick script to print GPS info inside images using PIL.