Skip to content

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

Notifications You must be signed in to change notification settings

garrett16r/cyber-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages