Giter Site home page Giter Site logo

miautawn / bns-scanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rcvaram/bns-scanner

1.0 1.0 0.0 29 KB

This is basic network scanner that can scan the all devices which are in the connected network and give their ip address and mac address and os version.

License: Apache License 2.0

Python 100.00%

bns-scanner's Introduction

BNS Scanner

This is the basic network scanner that can scan the all devices which are in the connected network and give their ip address and mac address and os version also. This is built using scapy. Following the below isntructions.

clone the repository and go into the reposistory folder.

Installing dependencies

install python dependencies using requirements,txt with the follwing command.( We have to install only the scapy dependecy)

pip3 install -r requirements.txt

sudo python3 network_scanner.py -t [IP address range]

Alt text in the IP address range variable, you want to put your range in the CIDR notation(192.168.1.1/24)

Traceback (most recent call last):
  File "network_scanner.py", line 1, in <module>
    import scapy.all as scapy
ModuleNotFoundError: No module named 'scapy'

If you have this problem download scapy from this command

sudo apt-get install python-scapy

More details can be found in https://medium.com/@cvaram96/creating-own-network-scanner-using-python-f11a50a5ff77?source=friends_link&sk=64fbe1a530bff1a6ace92d778b232a97

bns-scanner's People

Contributors

rcvaram avatar ahmadsyafrudin avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.