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)
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
最近版本更新:(数据更新于 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-12-22 09:03:32 ultralytics/ultralytics
2024-12-21 13:26:40 notepad-plus-plus/nppPluginList
2024-12-21 11:42:53 XiaoMi/ha_xiaomi_home
2024-12-21 04:33:22 comfyanonymous/ComfyUI
2024-12-20 18:47:56 home-assistant/core
2024-12-20 15:41:40 jxxghp/MoviePilot