Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcba/nmap-to-database
This Python script automates the process of scanning a network using Nmap and stores the results with MariaDB.
https://github.com/danielcba/nmap-to-database
mariadb mysql mysql-connector nmap nmap-port-scanner pyfiglet python-nmap python-nmap-api python3 sql
Last synced: about 2 months ago
JSON representation
This Python script automates the process of scanning a network using Nmap and stores the results with MariaDB.
- Host: GitHub
- URL: https://github.com/danielcba/nmap-to-database
- Owner: danielcba
- License: mit
- Created: 2024-07-26T03:21:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T03:38:50.000Z (5 months ago)
- Last Synced: 2024-10-11T02:41:21.848Z (2 months ago)
- Topics: mariadb, mysql, mysql-connector, nmap, nmap-port-scanner, pyfiglet, python-nmap, python-nmap-api, python3, sql
- Language: Python
- Homepage: https://www.pythonparatodo.com/?p=251
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
## Purpose of the Script
This script automates the process of scanning a network to identify connected devices and the services they are running, and then stores these results in a database for later analysis and query. It is useful for network administrators and computer security professionals who need to monitor and manage network infrastructure efficiently.
### Key Script Functions
1. **Network Scan**:
- Use `nmap`, a powerful network scanning tool, to search all devices on a specific network and detect the services and software versions they are running.
- Scanning covers a range of IP addresses and uses advanced techniques to identify active services and software versions with high accuracy.2. **Generation of Results**:
- Scan results are saved in a file in CSV (comma separated values) format, which makes it easy to organize and analyze the collected data.
3. **Database Storage**:
- Connects to a MariaDB database and loads the scan results into a specific table.
- Storing the results in a database allows for quick and efficient queries, and facilitates integration with other analysis and reporting tools.### Script Benefits
- **Automation**: The script automates the entire process, from scanning to data storage, saving time and reducing human errors.
- **Continuous Monitoring**: Can be run periodically to maintain an updated view of the network, helping to detect unauthorized changes or potential problems.
- **Security Analysis**: Helps identify services and software versions on the network that could be vulnerable, facilitating the management of security patches and updates.
- **Network Inventory**: Provides a detailed inventory of all devices and services on the network, useful for asset management and capacity planning.### Typical Use
1. **Network Administrators**: You can use the script to get an overview of the network infrastructure, identify devices and services, and maintain an up-to-date inventory.
2. **Security Professionals**: They can use the data to perform security assessments, identify possible vulnerabilities and plan corrective actions.
3. **Auditors**: They can use the script as part of network audits to verify compliance with security policies and regulations.### Security Considerations
- **Credential Management**: It is important not to store credentials directly in the code. It is recommended to use safe environment variables or configuration files.
- **Permissions and Access**: Ensure that only authorized personnel can run the script and access the stored results.### Result
![Screenshot from 2024-10-22 16-54-04](https://github.com/user-attachments/assets/b06c9c87-11ab-4212-a2fc-269fc997dbff)### License
This project is licensed under the MIT License. See the `LICENSE` file for more details.
---
This script is a powerful and versatile tool for network management and security, providing critical information in an automated and efficient manner.