/cyber-scripts

A collection of personal cybersecurity scripts, mostly for learning some Python and how common tools work.

Primary LanguagePython

cyber-scripts

A collection of personal cybersecurity scripts, mostly for learning some Python and how common tools work.

Current tools

  • portscan.py
    • Usage: portscan.py [target] <start_port> <end_port>
    • Use basic sockets to check for open ports
    • Can scan all ports, one port, or a defined range of ports
    • Target can be in the form of a hostname or IPv4 address
    • Randomize port scan order
    • Randomize time interval between scans (5-15 seconds)

image