{"id":13843789,"url":"https://github.com/MyKings/python-masscan","last_synced_at":"2025-07-11T20:30:36.727Z","repository":{"id":52961545,"uuid":"85899016","full_name":"MyKings/python-masscan","owner":"MyKings","description":"python-masscan is a python library which helps in using masscan port scanner. ","archived":false,"fork":false,"pushed_at":"2024-05-06T01:35:42.000Z","size":92,"stargazers_count":281,"open_issues_count":7,"forks_count":60,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-10T04:14:19.251Z","etag":null,"topics":["masscan","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-masscan/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MyKings.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-23T02:42:00.000Z","updated_at":"2024-09-19T11:50:44.000Z","dependencies_parsed_at":"2024-02-06T00:59:18.897Z","dependency_job_id":"07e1be30-0a5b-4175-89e3-45f34d19bed8","html_url":"https://github.com/MyKings/python-masscan","commit_stats":{"total_commits":39,"total_committers":7,"mean_commits":5.571428571428571,"dds":"0.33333333333333337","last_synced_commit":"0ddfd5d464ef4e3c93c8dad21e8282678239d376"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyKings%2Fpython-masscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyKings%2Fpython-masscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyKings%2Fpython-masscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyKings%2Fpython-masscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyKings","download_url":"https://codeload.github.com/MyKings/python-masscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225755150,"owners_count":17519212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["masscan","python"],"created_at":"2024-08-04T17:02:27.231Z","updated_at":"2024-11-21T15:31:33.150Z","avatar_url":"https://github.com/MyKings.png","language":"Python","funding_links":[],"categories":["Python (1887)","Python"],"sub_categories":[],"readme":"python-masscan\n================\n\npython-masscan is a python library which helps in using masscan port scanner. \n\n.. image:: https://badge.fury.io/py/python-masscan.svg\n    :target: https://badge.fury.io/py/python-masscan\n\n.. image:: https://img.shields.io/badge/python-2.7|3.7-brightgreen.svg\n    :target: https://www.python.org/\n\n.. image:: https://img.shields.io/github/issues/MyKings/python-masscan.svg   \n    :alt: GitHub issues\n    :target: https://github.com/MyKings/python-masscan/issues\n\n\n.. image:: https://img.shields.io/github/forks/MyKings/python-masscan.svg\n    :alt: GitHub forks\n    :target: https://github.com/MyKings/python-masscan/network\n\n\n.. image:: https://img.shields.io/github/stars/MyKings/python-masscan.svg\n    :alt: GitHub stars\n    :target: https://github.com/MyKings/python-masscan/stargazers\n\n\n.. image:: https://img.shields.io/github/license/MyKings/python-masscan.svg\n    :alt: GitHub license\n    :target: https://github.com/MyKings/python-masscan/blob/master/LICENSE\n\n\nINSTALL\n--------\n\n.. code-block:: bash\n\n    $ pip install python-masscan\n\nUSAGE\n--------\n\n.. code-block:: python\n\n import masscan\n\n\n  mas = masscan.PortScanner()\n  mas.scan('192.168.1.1', ports='22,1900', arguments='--max-rate 1000')\n  print(mas.scan_result)\n\n\n\nResult\n--------\n\n.. code-block:: json\n\n    {\n    \"command_line\": \"masscan -oJ - 192.168.1.1 -p 80,1900\",\n    \"scan\": {\n        \"192.168.1.1\": [\n            {\n                \"status\": \"open\",\n                \"reason\": \"syn-ack\",\n                \"ttl\": 64,\n                \"port\": 1900,\n                \"proto\": \"tcp\"\n            },\n            {\n                \"status\": \"open\",\n                \"reason\": \"syn-ack\",\n                \"ttl\": 64,\n                \"port\": 80,\n                \"proto\": \"tcp\"\n            }\n        ]\n    }\n}\n\n\nContributors\n-------------\n\n - [Matt Lebrun](https://github.com/cr8ivecodesmith)\n - [Gonçalo Ribeiro](https://github.com/goncalor)\n - [Fabian Affolter](https://github.com/fabaff)\n\n\nREFERENCE\n-------------\nhttps://bitbucket.org/xael/python-nmap/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMyKings%2Fpython-masscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMyKings%2Fpython-masscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMyKings%2Fpython-masscan/lists"}