Skip to content

Rafael-Santamaria-Ortega/Nmap_Vulnerability_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nmap Vulnerability Scanner | Python, Nmap, Vulnerability Assessments

This repository contains two Python scripts designed for network security and system administration tasks: a network reconnaissance automation tool and a simple HTTP server. These scripts are beginner-friendly and demonstrate essential concepts in network management and offensive security.

Network Reconnaissance Automation Tool

This Python script leverages the Nmap library to automate network scanning, enabling users to perform reconnaissance on HTTP/HTTPS domains or IP addresses.

The core idea behind this tool is to streamline network exploration, identifying open ports and services efficiently. While this script could be further enhanced for deeper analysis, its primary objective is to highlight the power of automated scanning in security assessments.

This script can also inspire organizations to audit their own network environments, ensuring secure configurations and minimizing exposure to external threats.

Simple HTTP Web Server

This Python script sets up a lightweight HTTP server that can handle GET and POST requests. By defining configurable host and port settings, the script is ideal for testing and debugging HTTP-based applications in a controlled environment.

While simple, this server demonstrates the basics of handling client requests and managing server lifecycles. It can be used as a starting point for more complex web server projects.

These scripts emphasize the importance of understanding basic tools in the cybersecurity arsenal and encourage users to explore further applications in system hardening and awareness campaigns. After all, the foundation of secure systems often lies in mastering the basics.

License

This project is completely open source.

About

Vulnerability scanner built using Python and Nmap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages