Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 808 Bytes

Port enumeration

Have you ever faced with the lack of possibility of using NMap? For instance if you have reverse shell as an unprivileged user and there are no useful tools preinstalled?

This is a small script which will help you to scan a network if you have nothing.

Usage example:

chmod +x port-enum.sh
./port-enum.sh 192.168.1.1

or

bash port-enum.sh 192.168.1.1

An original article:

https://www.ivanglinkin.com/simple-port-enumeration/

Video example:

Screenshots: