https://github.com/reconmap/plain-port-scanner
Simple port scanner for GNU/Linux
https://github.com/reconmap/plain-port-scanner
port-scanner security
Last synced: about 1 year ago
JSON representation
Simple port scanner for GNU/Linux
- Host: GitHub
- URL: https://github.com/reconmap/plain-port-scanner
- Owner: reconmap
- License: gpl-3.0
- Created: 2012-09-09T19:20:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T19:40:58.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T21:53:59.570Z (about 2 years ago)
- Topics: port-scanner, security
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Plain Port Scanner** is a simple tool which scans a target host and reports a list of open and closed ports.
If you wan to build this software first launch ./configure and then a make install (with root privileges).
If you don't have root privileges, install the binaries on a differente folder: ./configure --prefix= && make install
# Requirements
* autoconf
* make
* C17 compiler (GCC with GNU extensions)
## Build instructions
```sh
./autogen.sh
./configure
make
sudo make install
```