Skip to content

Simple script to detect active hosts and ports on the network when pivoting

Notifications You must be signed in to change notification settings

c0rnf13ld/PivoMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PivoMap

Simple script developed to scan active hosts and ports on the network when pivoting between computers or containers.

Usage:

scan.sh

If you want to scan the active hosts under a network

$ ./scan.sh -H 172.15.0.0

If you want to scan the first 1,000 active ports of a specific host

$ ./scan.sh -H 172.15.0.18 -p 10000

The port.sh and host.sh scripts use scan.sh as their basis.

host.sh

To be able to scan the entire network without having to do it manually you can run:

./host.sh

port.sh

In order to scan all ports of all active hosts within the network without having to do it manually you can run:

./port.sh <top-port-range>

About

Simple script to detect active hosts and ports on the network when pivoting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages