Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:41:00.000Z (7 months ago)
- Last Synced: 2024-04-14T05:29:28.752Z (7 months 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
![Captura de tela de 2024-04-13 12-47-51](https://github.com/Jsmoreira02/ShowMeThePorts/assets/103542430/a5772e54-956b-4a38-8c9b-5f5587a878a1)
# 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`
![ezgif com-video-to-gif](https://github.com/Jsmoreira02/Port-Scanner/assets/103542430/042535be-3ee7-4b35-8b9a-f2b48d0088f8)
-------------------------------
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