vrikodar / PortFU

PortFU is a superfast port scanner that can scan whole range of 65535 ports in only 50-55 seconds on a target host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortFU

PortFU is a bash implementation of a port scanner

Installation and running

        $ git clone https://github.com/SxNade/PortFU
        $ cd PortFU
        $ chmod +x portfu
        
        $ ./portfu <host-ip> <optional-time-delay-in-seconds>

In Action

One Shot GO

This one Liner will download portfu on your system

curl -s https://raw.githubusercontent.com/SxNade/PortFU/main/portfu -o portfu && chmod +x portfu && ./portfu

NOTE

PortFU can be harsh on some low-end CPU's in that case you are advised to increase the time Delay [Default is set to 3 seconds]

Also Note that PortFU is not IDS/IPS safe, it is meant to be used as a suplementary portscanner

About

PortFU is a superfast port scanner that can scan whole range of 65535 ports in only 50-55 seconds on a target host

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 82.7%Language:Python 17.3%