Skip to content

Cyber-Nate/python-info-gathering-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Cyber Nate — Python Information Gathering Tool

Cross-platform ping-based reconnaissance script for ethical hacking Built for MetBrains 7-Day Cyber Camp | Guided by Prof. Dimple Chauhan

Python Platform License Status


📌 Description

This tool performs active network reconnaissance using the system ping command. It auto-detects the operating system and presents the appropriate ping arguments, validates user input, and executes the command with colour-coded output.


⚙️ Features

Feature Description
🖥️ Cross-Platform Auto-detects Windows, Linux & Mac
🎨 Colour Output ANSI colour-coded terminal interface
✔ Input Validation Validates domain before executing
⚙️ Multi-Argument Supports all ping flags combined
🔄 Repeat Mode Run multiple pings without restarting
📋 Help Menu Shows OS-specific args with descriptions

🚀 How to Run

# Clone the repo
git clone https://github.com/Cyber-Nate/python-info-gathering-tool

# Navigate to folder
cd python-info-gathering-tool

# Run the script
python cyber_nate_ping_tool.py

📸 Screenshots

Demo 1 — Basic Ping (-n 4)

Demo1

Demo 2 — Large Packet (-n 4 -l 512)

Demo2


📖 Supported Ping Arguments

Windows

Argument Purpose
-n <count> Number of packets to send
-l <size> Packet buffer size in bytes
-t Ping continuously (Ctrl+C to stop)
-i <TTL> Set Time To Live value
-w <ms> Timeout in milliseconds

Linux / Mac

Argument Purpose
-c <count> Number of packets to send
-s <size> Packet size in bytes
-i <interval> Interval between packets
-W <sec> Timeout in seconds
-q Quiet mode — summary only

⚠️ Disclaimer

This tool is built strictly for educational purposes and authorized ethical hacking only. Do not use on systems you do not own or have explicit written permission to test.


👤 Author

Nathaniel Temitope Ogunjobi AMICDFA | CCEP | CBTP | CTIGA | SOC Analyst

🌐 cybernatesec.netlify.app 💼 LinkedIn 📺 YouTube: @CyberNation01


MetBrains 7-Day Cyber Camp 2026 | Guided by Prof. Dimple Chauhan

About

Cross-platform Python ping-based information gathering tool for ethical hacking recon | MetBrains Cyber Camp 2026

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages