netdiscover-scanner/netdiscover
Fork: 26 Star: 283 (更新于 2024-10-18 14:55:09)
license: GPL-3.0
Language: C .
Netdiscover, ARP Scanner (official repository)
最后发布版本: 0.10 ( 2022-10-30 04:38:03)
Netdiscover
by Jaime Penalba jpenalbae@gmail.com
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 to https://github.com/netdiscover-scanner/netdiscover/issues or patches (PR) to https://github.com/netdiscover-scanner/netdiscover/pulls.
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 or https://github.com/netdiscover-scanner/netdiscover/pulls
Jaime Penalba jpenalbae@gmail.com
最近版本更新:(数据更新于 2024-09-28 16:01:52)
2022-10-30 04:38:03 0.10
2022-02-21 09:11:33 0.9
2021-11-02 10:33:24 0.8.1
2021-07-12 08:14:42 0.8
2020-06-30 02:32:57 0.7
2020-04-18 08:47:55 0.6
2019-02-08 06:24:10 0.5.1
2019-02-07 06:06:27 0.5
2019-02-06 10:28:23 0.4
netdiscover-scanner/netdiscover同语言 C最近更新仓库
2024-11-05 10:48:49 EdgeTX/edgetx
2024-11-04 17:16:21 redis/redis
2024-10-31 09:06:25 Spooks4576/Ghost_ESP
2024-10-21 23:21:37 pbatard/rufus
2024-10-19 07:55:53 EpicGamesExt/raddebugger
2024-10-15 20:35:06 Mbed-TLS/mbedtls