Skip to content

Assia-Elguerch/Port-Scanning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Open Port Scanner Tool πŸ› οΈ

Welcome to the Open Port Scanner Tool repository! This Python-based tool allows you to scan open ports on a target host quickly and efficiently. Whether you're a network administrator, a security enthusiast, or just curious about the open ports on a system, this tool can be a handy addition to your toolkit.

Features

  • πŸš€ Fast and efficient port scanning.
  • πŸ“Š Displays port status: Open, Closed, or Filtered.
  • πŸ“‹ Supports scanning multiple ports at once.
  • πŸ” Option to perform a comprehensive scan or a specific range scan.
  • πŸ“‘ Ability to scan both TCP and UDP ports.
  • πŸ“ User-friendly interface and clear output.

Usage

  • Open the open_port_scanner.py script in your preferred text editor.

  • Modify the target variable to specify the IP address of the target host you want to scan.

  • Update the ports list to include the port numbers you want to scan.

    Example βœ”

python open_port_scanner.py
--[*19* is open --> chargen]
--[*20* is open --> ftp-data]
--[*21* is open --> ftp]
--[*22* is open --> ssh]
--[*23* is open --> telnet]
--[*80* is open --> http]
--[*443* is open --> https]

Scan complete! πŸŽ‰

Happy scanning! πŸ•΅οΈβ€β™‚οΈπŸ”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages