NetScorpion Code
A python library meant for easier computer networking and analysis.
Brought to you by:
hpd11552020
File | Date | Author | Commit |
---|---|---|---|
.github | 2023-07-30 |
![]() |
[5252e9] Create python-publish.yml |
Documentation | 2023-07-30 |
![]() |
[f271d1] Published to pypi |
image | 2023-08-01 |
![]() |
[c58a91] Add files via upload |
netscorpion | 2023-07-31 |
![]() |
[7e5a23] Added multithreading |
.gitignore | 2023-07-29 |
![]() |
[bfb84d] Bug fixes and added some docs |
CODE_OF_CONDUCT.md | 2023-07-29 |
![]() |
[69fc38] Create CODE_OF_CONDUCT.md |
LICENSE | 2023-07-28 |
![]() |
[898922] Added more |
README.md | 2023-08-01 |
![]() |
[da6f96] Update README.md |
SECURITY.md | 2023-07-29 |
![]() |
[7242e3] Create SECURITY.md |
contributing.txt | 2023-07-30 |
![]() |
[c81524] Renamed the library cuz Scorpion already exists |
requirements.txt | 2023-07-30 |
![]() |
[ea2d29] Added setup.py |
setup.cfg | 2023-07-30 |
![]() |
[f271d1] Published to pypi |
setup.py | 2023-07-30 |
![]() |
[f271d1] Published to pypi |
test.py | 2023-07-31 |
![]() |
[7e5a23] Added multithreading |
NetScorpion is an open-source Python library for network scanning and analysis. It provides tools to discover active hosts, perform port scans, identify services running on open ports, and conduct vulnerability assessments. With NetScorpion, you can gain insights into your network's health, security, and performance.
To install NetScorpion, use pip:
pip install netscorpion
import netscorpion
from netscorpion import *
from netscorpion.scanning import portscanning
NetScorpion is open-source library, and we welcome contributions from the community. Please see the contributing.txt file for more information.