Skip to content

Stanley-blik/SimpleReconScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ CyberSec Tool 1 - SimpleReconScanner

πŸ” SimpleReconScanner is a beginner-friendly Python script for basic network reconnaissance and port scanning.


πŸ“š Learn More About Reconnaissance

To understand why reconnaissance is important, see this educational repo:

πŸ”— Cyber Security Learnings - Reconnaissance
πŸ”— Banner Grabbing Detailed Explanation


πŸ›‘οΈ Features

  • Scans TCP ports 1–1024 on a target IP address
  • Detects and displays open ports
  • Performs banner grabbing to identify running services

βš™οΈ Requirements

  • Python 3
  • Linux terminal environment (e.g., Termux, Kali, WSL, etc.)

πŸš€ Usage

  1. Clone the repository:

    git clone https://github.com/Stanley-blik/SimpleReconScanner.git
    cd SimpleReconScanner
  2. Run the script:

    python3 recon_tool.py
  3. Provide the target IP address when prompted.


πŸ–₯️ Example Output

[*] Starting scan on 192.168.56.102

[+] Port 21 is OPEN
    Banner: 220 (vsFTPd 2.3.4)

[+] Port 22 is OPEN
    Banner: SSH-2.0-OpenSSH_4.7p1...

⚠️ Legal Disclaimer

This tool is intended for educational and ethical penetration testing purposes only. Do NOT use it on networks you do not own or lack explicit authorization to assess.


πŸ“œ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages