https://github.com/r3dhulk/port-scanner-in-ruby
A Simple Port Scanner Wriiten In Ruby
https://github.com/r3dhulk/port-scanner-in-ruby
blackhathacker blackhathacking ethical-hacking ethical-hacking-tools ethicalhacker ethicalhackers ethicalhacking port-scan port-scanner port-scanning portscan portscanner portscanning ruby ruby-for-ethical-hacker ruby-for-ethical-hackers ruby-for-ethical-hacking ruby-on-rails rubyforethicalhackers rubyforethicalhacking
Last synced: 7 months ago
JSON representation
A Simple Port Scanner Wriiten In Ruby
- Host: GitHub
- URL: https://github.com/r3dhulk/port-scanner-in-ruby
- Owner: R3DHULK
- License: mit
- Created: 2023-01-26T09:55:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T11:57:05.000Z (over 2 years ago)
- Last Synced: 2025-01-10T17:42:38.393Z (9 months ago)
- Topics: blackhathacker, blackhathacking, ethical-hacking, ethical-hacking-tools, ethicalhacker, ethicalhackers, ethicalhacking, port-scan, port-scanner, port-scanning, portscan, portscanner, portscanning, ruby, ruby-for-ethical-hacker, ruby-for-ethical-hackers, ruby-for-ethical-hacking, ruby-on-rails, rubyforethicalhackers, rubyforethicalhacking
- Language: Ruby
- Homepage:
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Port Scanner In Ruby
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 😊
#
Give The IP Address And Port Numbers Before Starting 👇

I Give My Localhost IP Address 👆
#
Result 👇

#
Git Installation
```
# Install Git
sudo apt install git# Install Ruby
sudo apt install ruby# Git Clone
git clone https://github.com/R3DHULK/port-scanner-in-ruby# Change Directory
cd port-scanner-in-ruby# Run This Tool
ruby port-scanner.rb```
#
Show Support 👇👇👇