Skip to content

aashifm1/SawNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SawNet — Network Scanner

SawNet is a fast, multi-threaded network scanning tool written in Python. It discovers live hosts on a local network, scans common ports, and performs basic banner grabbing to identify running services.

Build for educational purposes only

Installation

Clone the repository

git clone https://github.com/aashifm1/SawNet.git
cd SawNet

Execute the program

python3 sawnet.py
   _____                _   _      _   
  / ____|              | \ | |    | |  
 | (___   __ ___      _|  \| | ___| |_ 
  \___ \ / _` \ \ /\ / / . ` |/ _ \ __|
  ____) | (_| |\ V  V /| |\  |  __/ |_ 
 |_____/ \__,_| \_/\_/ |_| \_|\___|\__| 

        ( SAWNET - Network Scanner ) 
       
Enter network prefix (example: 192.168.1.): 192.xxx.x.

[-] Scanning network: 192.xxx.xx.1-254

[+] 192.xxx.xx.xx is alive

[+] Host alive: 192.xxx.xx.xx
    [OPEN] 8080
    [OPEN] 53
    [OPEN] 80
    [OPEN] 443

[-] Scan completed.

About

A Network Scanning Tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages