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: about 1 month 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
- Host: GitHub
- URL: https://github.com/vrikodar/portfu
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2020-12-11T06:18:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T15:34:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T05:23:32.144Z (about 2 months ago)
- Topics: enumeration-tool, fastscanner, hacking-tool, portscan, portscanner, portscanning, scanner, service-discovery
- Language: Shell
- Homepage:
- Size: 373 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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# 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**