Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vrikodar/portfu
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2020-12-11T06:18:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T15:34:43.000Z (over 3 years ago)
- Last Synced: 2023-10-05T13:38:22.035Z (over 1 year ago)
- Topics: enumeration-tool, fastscanner, hacking-tool, portscan, portscanner, portscanning, scanner, service-discovery
- Language: Shell
- Homepage:
- Size: 373 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**