Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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
https://github.com/vrikodar/portfu

enumeration-tool fastscanner hacking-tool portscan portscanner portscanning scanner service-discovery

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# PortFU

![](https://media.tenor.com/images/9533937aefa8dfacbee26a9f23d26c61/tenor.gif)

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

# In Action

![](https://github.com/SxNade/PortFU/blob/main/portfu.gif)

# 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**