https://github.com/jsmoreira02/showmetheports
Simple Rust Port Scanner and Banner Grabber. Made for Investigation, scanning and enumeration of open ports on target machine for pentest recognition step
https://github.com/jsmoreira02/showmetheports
cybersecurity enumeration hacking-tool information-gathering rust scanner
Last synced: 8 months ago
JSON representation
Simple Rust Port Scanner and Banner Grabber. Made for Investigation, scanning and enumeration of open ports on target machine for pentest recognition step
- Host: GitHub
- URL: https://github.com/jsmoreira02/showmetheports
- Owner: Jsmoreira02
- Created: 2023-01-02T15:52:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:41:00.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:29:28.752Z (about 2 years ago)
- Topics: cybersecurity, enumeration, hacking-tool, information-gathering, rust, scanner
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Show Me The Ports
Rust port scanning and banner grabber for investigation, scanning and enumeration of open ports on target machine for pentest recognition step.
> For faster results, the "curl" and "netcat" commands are used for Banner grabbing, which is used to obtain information about a computer system on a network and the services running on its open ports.
`Usage: ./ShowMeThePorts `
`Example: ./ShowMeThePort 10.1.0.10 0-1000`
**Compiling**: `rustc showMeThePorts`
**Install OpenBSD netcat**: `sudo apt install netcat-openbsd`

-------------------------------
Some banners may not appear with the banner graber option but may appear if you only scan the desired port or consider open ports and run nmap or netcat
### Remember that capturing service information is more accurate with more specialized tools such as nmap or nikto
Good Hacking :D