Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3dhulk/port-scanner-in-go
A Simple Port Scanner Wriiten In Go
https://github.com/r3dhulk/port-scanner-in-go
black-hat blackhat blackhathacker blackhathacking ethical-hacking go go-for-ethical-hackers go-for-ethical-hacking goforethicalhackers goforethicalhacking golang hacking hacking-tool hacking-tools port-scanner port-scanner-in-go port-scanning portscan portscanner
Last synced: 5 days ago
JSON representation
A Simple Port Scanner Wriiten In Go
- Host: GitHub
- URL: https://github.com/r3dhulk/port-scanner-in-go
- Owner: R3DHULK
- License: mit
- Created: 2023-01-26T09:50:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T12:14:34.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:54:10.945Z (5 months ago)
- Topics: black-hat, blackhat, blackhathacker, blackhathacking, ethical-hacking, go, go-for-ethical-hackers, go-for-ethical-hacking, goforethicalhackers, goforethicalhacking, golang, hacking, hacking-tool, hacking-tools, port-scanner, port-scanner-in-go, port-scanning, portscan, portscanner
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Port Scanner In Go
A port scanner is an application designed to probe a server or host for open ports. Such an application may be used by administrators to verify security policies of their networks and by attackers to identify network services running on a host and exploit vulnerabilities.#
#
😇 Author: Sumalya Chatterjee
#
❤️ Don't Copy, Do Fork 😊
#
See What This Tool Usually Does 👇
![Alt text](go-port-scanner.png)
#
Git Installation
```
# Install Git
sudo apt install git# Install Go
sudo apt install golang# Git Clone
git clone https://github.com/R3DHULK/port-scanner-in-go# Change Directory
cd port-scanner-in-go# Run This Tool
go run port-scanner.go```
#
Show Support 👇👇👇