Port Scanner in Python 3 (pyDroid and iPhone)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • A simple port scanner using a few lines of Python 3 code.
    This is a fast (threaded) scanner on ports ranging from 1 to 1024.
    Feel free to modify for your own port ranges and settings.
    Check out article and code here:
    codeonby.com/2...
    Note that we can run it from a terminal like:
    python3 portscanner.py host.com
    python3 portscanner.py 192.168.1.1
    ...and so on giving it first argument.
    Also can be passed out to a text file using a greater than sign.

Комментарии • 7