encoderpie / PortScannerWithDialog

Made with Python3 and PythonDialog. Using this tool, you can scan the ports of an IP or Hostname.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port scanner with python3 and pythondialog

Using this tool, you can scan the ports of an IP or Hostname.

Installation - dialog

sudo apt-get install python3-dialog

For termux:

pip install pythondialog

Used modules

  • dialog
  • timer
  • sys, locale, socet, datetime

If you receive an error message about the modules, please install the modules with pip3 (except for the dialog box module).

Run

python3 scan.py

Contact

Bug reports and feedback for: Discord Server & Discord Username: discord.com/invite/Rnny2wF9MD & encoderpie#3312

About

Made with Python3 and PythonDialog. Using this tool, you can scan the ports of an IP or Hostname.


Languages

Language:Python 100.0%