Menu

Tree [da6f96] main /
 History

HTTPS access


File Date Author Commit
 .github 2023-07-30 HPD1155 HPD1155 [5252e9] Create python-publish.yml
 Documentation 2023-07-30 Aadi K Aadi K [f271d1] Published to pypi
 image 2023-08-01 HPD1155 HPD1155 [c58a91] Add files via upload
 netscorpion 2023-07-31 Aadi K Aadi K [7e5a23] Added multithreading
 .gitignore 2023-07-29 Aadi K Aadi K [bfb84d] Bug fixes and added some docs
 CODE_OF_CONDUCT.md 2023-07-29 Hack.cpp Hack.cpp [69fc38] Create CODE_OF_CONDUCT.md
 LICENSE 2023-07-28 Aadi K Aadi K [898922] Added more
 README.md 2023-08-01 HPD1155 HPD1155 [da6f96] Update README.md
 SECURITY.md 2023-07-29 Hack.cpp Hack.cpp [7242e3] Create SECURITY.md
 contributing.txt 2023-07-30 Aadi K Aadi K [c81524] Renamed the library cuz Scorpion already exists
 requirements.txt 2023-07-30 Aadi K Aadi K [ea2d29] Added setup.py
 setup.cfg 2023-07-30 Aadi K Aadi K [f271d1] Published to pypi
 setup.py 2023-07-30 Aadi K Aadi K [f271d1] Published to pypi
 test.py 2023-07-31 Aadi K Aadi K [7e5a23] Added multithreading

Read Me

NetScorpion

CodeQL
Version: 0.0.4
License: GPL
Testing Status
Stars
Forks
Watchers
Issues
Closed issues

NetScorpion logo

Description

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.

Features

  • Network discovery: Find active hosts on the network using various scanning techniques.
  • Port scanning: Scan for open ports on discovered hosts to identify available services.
  • Service detection: Identify the services running on open ports to understand your network's configuration.
  • Vulnerability scanning: Integrate with vulnerability databases to identify potential risks.
  • Network topology mapping: Visualize the network layout to understand device connections.
  • Network traffic analysis: Capture and analyze network traffic for performance and security insights.

Installation

To install NetScorpion, use pip:

pip install netscorpion

Usage

import netscorpion
from netscorpion import *
from netscorpion.scanning import portscanning

Contributing

NetScorpion is open-source library, and we welcome contributions from the community. Please see the contributing.txt file for more information.

Contributions we need at the moment

  • new features Priority: HIGH
  • bug fixes Priority: LOW
  • documentation Priority: HIGH
  • unit tests Priority: MEDIUM
  • testing files Priority: MEDIUM
  • reviewing files Priority: MEDIUM
  • new components Priority: HIGH
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.