Skip to content

Small and faster port scanner developed in Go, oriented to learn about go routines.

License

Notifications You must be signed in to change notification settings

alechilczenko/platypus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platypus

This is my small project, that I created while I'm learning Go programming language. It's a simple TCP port scanner with two modes. The first mode (TOP-PORTS) scan only 1000 most used ports, and the second mode (ALL-PORTS) scan 65535 existing ports.

This tool is only for educational purposes and fun, works good for perform scans in vulnerable virtual machines. Don't expect good results with real hosts over the net.

Screenshot Screenshot Screenshot

Screenshot

Installation

git clone https://github.com/intrackeable/Platypus-Scanner.git
cd Platypus-Scanner
./Platypus

Screenshot

Example of usage

./Platypus -t 192.168.0.177 -s TOP-PORTS
./Platypus --target 192.168.0.177 --scan ALL-PORTS

About

Small and faster port scanner developed in Go, oriented to learn about go routines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages