https://github.com/xscriptorcode/xtool-getinfo
XTool GetInfo: gathers network data, analyzes local and remote machines, scans networks, and visualizes information in graphs.
https://github.com/xscriptorcode/xtool-getinfo
automation matplotlib networkx nmap-scripts python3
Last synced: 27 days ago
JSON representation
XTool GetInfo: gathers network data, analyzes local and remote machines, scans networks, and visualizes information in graphs.
- Host: GitHub
- URL: https://github.com/xscriptorcode/xtool-getinfo
- Owner: xscriptorcode
- Created: 2024-03-22T15:23:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T18:14:01.000Z (about 1 year ago)
- Last Synced: 2024-03-25T18:24:08.574Z (about 1 year ago)
- Topics: automation, matplotlib, networkx, nmap-scripts, python3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## XTool-GetInfo: Network Information Gathering and Analysis
### Requirements:
## Libraries:
* nmap
``` $ apt install python3-nmap```
* networkx
``` $ apt install python3-networkx ```
* matplotlib
``` $ apt install python3-matplotlib ```
* subprocess### Installation:
* ``` $ git clone https://github.com/xscriptorcode/xtool-getinfo.git ```
* ``` $ cd xtool-getinfo ```### Execution:
* ``` $ python3 xinfoexec.py ```
### Description:
XTool GetInfo is a comprehensive application for network information gathering and analysis. With an intuitive user interface and a wide range of features, XTool GetInfo allows users to obtain detailed information about local and remote machines, perform network scans, and visualize the information in graph form.
### Features:
## Local Information:
* Operating system
* CPU
* Memory
* Running processes
* Network
* Disks
* Network Analysis:## Network scanning
* Subnet scanning
* IP scanning
* Operating system detection
* Vulnerability detection
* Network mapping
* Generation of graphs with machines as nodes and connections as edges.