MyGit

MyKings/python-masscan

Fork: 61 Star: 277 (更新于 1970-01-01 00:00:00)

license: GPL-3.0

Language: Python .

python-masscan is a python library which helps in using masscan port scanner.

最后发布版本: v1.0.0 ( 2022-10-06 20:22:33)

官方网址 GitHub网址

python-masscan

python-masscan is a python library which helps in using masscan port scanner.

.. image:: https://badge.fury.io/py/python-masscan.svg :target: https://badge.fury.io/py/python-masscan

.. image:: https://img.shields.io/badge/python-2.7|3.7-brightgreen.svg :target: https://www.python.org/

.. image:: https://img.shields.io/github/issues/MyKings/python-masscan.svg
:alt: GitHub issues :target: https://github.com/MyKings/python-masscan/issues

.. image:: https://img.shields.io/github/forks/MyKings/python-masscan.svg :alt: GitHub forks :target: https://github.com/MyKings/python-masscan/network

.. image:: https://img.shields.io/github/stars/MyKings/python-masscan.svg :alt: GitHub stars :target: https://github.com/MyKings/python-masscan/stargazers

.. image:: https://img.shields.io/github/license/MyKings/python-masscan.svg :alt: GitHub license :target: https://github.com/MyKings/python-masscan/blob/master/LICENSE

INSTALL

.. code-block:: bash

$ pip install python-masscan

USAGE

.. code-block:: python

import masscan

mas = masscan.PortScanner() mas.scan('172.0.8.78/24', ports='22,80,8080', arguments='--max-rate 1000') print(mas.scan_result)

Result

.. code-block:: json

{
"command_line": "masscan -oJ - 192.168.1.1 -p 80,1900",
"scan": {
    "192.168.1.1": [
        {
            "status": "open",
            "reason": "syn-ack",
            "ttl": 64,
            "port": 1900,
            "proto": "tcp"
        },
        {
            "status": "open",
            "reason": "syn-ack",
            "ttl": 64,
            "port": 80,
            "proto": "tcp"
        }
    ]
}

}

Contributors

REFERENCE

https://bitbucket.org/xael/python-nmap/

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2022-10-06 20:22:33 v1.0.0

2019-10-15 15:45:32 v0.1.6

2019-09-23 08:02:22 v0.1.5

2019-09-02 16:01:18 v0.1.4

2018-05-29 19:11:38 v0.1.2

2017-12-10 14:04:32 v0.1.1

2017-03-23 18:46:00 v0.1.0

主题(topics):

masscan, python

MyKings/python-masscan同语言 Python最近更新仓库

2024-06-30 23:00:16 VinciGit00/Scrapegraph-ai

2024-06-29 14:40:24 mikumifa/biliTickerBuy

2024-06-28 04:07:34 snakers4/silero-vad

2024-06-25 03:04:28 intuitem/ciso-assistant-community

2024-06-21 18:02:49 argilla-io/argilla

2024-06-19 23:32:46 mindsdb/mindsdb