Giter Site home page Giter Site logo

thiagoaurelio / netdiscover Goto Github PK

View Code? Open in Web Editor NEW

This project forked from netdiscover-scanner/netdiscover

0.0 0.0 0.0 2.12 MB

Netdiscover, ARP Scanner (official repository)

License: GNU General Public License v3.0

Makefile 0.06% Shell 0.58% M4 0.04% C 99.32%

netdiscover's Introduction

Netdiscover, by Jaime Penalba <[email protected]>
---------------------------------------------------

Welcome to official Netdiscover repository (since  Feb. 05, 2019).

Netdiscover is a network address discovering tool, developed mainly for those
wireless networks without dhcp server, it also works on hub/switched networks.
Its based on arp packets, it will send arp requests and sniff for replies.

Its my first public C tool, so don't be too hard with me, if some parts on the
code looks like obfuscated or are unreadable, and feel free to send suggestions
or patches to https://github.com/netdiscover-scanner/netdiscover/issues

Also notify me for any bug or compilation error, it must compile with gcc 2.95
or newer.

An excessive CPU consumption happens on OpenBSD, due to threads design and the
use of pcap_open_live() with pcap_loop(), any suggestions for fix are welcome.


Requirements
============

 - libpcap
 - libnet > 1.1.2
 - Tested to work on Linux, Solaris MacOS X and OpenBSD, other unixes may work


Build
=====

$ ./update-oui-database.sh (optional, to update the MAC addresses list)
$ ./autogen.sh
$ ./configure
$ make
# make install

To return to original source code, you can use '$ make distclean' command.


Bugs & Contact
==============

Feel free to notify me about any problem, bug, suggestions or fixes at:
https://github.com/netdiscover-scanner/netdiscover/issues

Jaime Penalba <[email protected]>

netdiscover's People

Contributors

jpenalbae avatar eribertomota 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.