Skip to content

v7upSln/OpenRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRecon Logo

PyPI Version License LinkedIn Python

What is it about ?

OpenRecon is a comprehensive network reconnaissance tool designed for security professionals, network administrators, and cybersecurity enthusiasts. Originally developed as an educational project to explore network security concepts, it provides powerful scanning and discovery capabilities for authorized security assessments.

Installation

Via pip:

pip install openrecon

Clone the Repository

git clone https://github.com/v7upSln/OpenRecon.git
cd OpenRecon

Optional: Install Nmap (for enhanced version detection)

## Ubuntu/Debian
sudo apt install nmap

## CentOS/RHEL
sudo yum install nmap

Usage

Basic Command Structure

python main.py [command] [options]

Display System Information

python main.py

Shows system and network configuration.

Legal Disclaimer

This tool is intended for:
Security professionals conducting authorized assessments
Network administrators monitoring their own networks
Educational and research purposes

Important:

Only use on networks you own or have explicit permission to test Unauthorized scanning may be illegal in your jurisdiction The developers are not responsible for misuse of this tool

License

This project is open source. See the LICENSE file for details.