18 Commits

Author SHA1 Message Date
Zer0Trac3
cfaf5bf6c2 update 1 2013-12-07 20:39:26 -05:00
Zer0Trac3
7983e14782 test2 2013-12-05 16:41:01 -05:00
Zer0Trac3
ce3c8cbf07 update1
Tool: Netdiscover
Version: 0.3-beta6
Kali Linux Verison: 1.0.5
Developers: Jaime Penalba & Alvaro

Purpose: Netdiscover is an active/passive address reconnaissance tool, mainly developed for those wireless network without dhcp server, when you are wardriving. It can be also used on hub/switched networks.  It can passively detect online hosts, or search for them, by actively sending arp requests, it can also be used to inspect your network arp traffic, or find network addresses using auto scan mode, which will scan for common local networks.

Command line usage & parameters:

Usage: netdiscover [-i device] [-r range | -p] [-s time] [-n node] [-c count] [-f] [-S]
  -i device: your network device
  -r range: scan a given range instead of auto scan. 192.168.6.0/24,/16,/8
  -p passive mode do not send anything, only sniff
  -s time: time to sleep between each arp request (miliseconds)
  -c count: number of times to send each arp reques (for nets with packet loss)
  -n node: last ip octet used for scanning (from 2 to 253)
  -S enable sleep time supression betwen each request (hardcore mode)
  -f enable fastmode scan, saves a lot of time, recommended for auto

If -p or -r arent enabled, netdiscover will scan for common lan addresses

On screen usage keys:

  h      Show help screen
  j      Scroll down (or down arrow)
  k      Scroll up (or up arrow)
  a      Show arp replys list
  r      Show arp requests list
  q      Close help screen or end application

Some examples of usage:

    Scan a class C network, to see wich hosts are up
    # netdiscover -i etho -r 192.168.1.0/24
    # netdiscover i wlan0 -r 10.0.0.1/16

    Auto scan common networks
    # netdiscover -i eth1

    Dont send arp requests, listen only
    # netdiscover -i wlan0 -p

    Auto scan in fast mode
    # netdiscover -i eth0 -f

    Scan with sleep inbetween
    # netdiscover -i eth1 -s 30

    Scan range with count
    # netdiscover -r 192.168.1.0/24 -c 50

Dependency: libnet 1.1.x & libpcap

Audience: Penetration testing, Wireless Testing, System Administrator

website: http://sourceforge.net/projects/netdiscover/
webiste: http://nixgeneration.com/~jaime/netdiscover/
youtube: https://www.youtube.com/watch?v=35BvdXSrfZk/
youtube: https://www.youtube.com/watch?v=4Ahoj3YafMU&feature=player_embedded
2013-12-05 01:25:21 -05:00
zer0Trac3
0ace8f62cc Rename netdiscovery.md to netdiscover.md 2013-12-02 19:05:25 -05:00
zer0Trac3
262f514c46 Rename netdiscovery to netdiscovery.md 2013-12-02 20:17:29 +00:00
zer0Trac3
d2c76df59d Create netdiscovery 2013-12-02 20:14:49 +00:00
zer0Trac3
34a6f8a359 Update nmap.md 2013-12-02 07:55:44 -05:00
Giga1699
b6faa3cd9b Added help documentation for dnsdict6 2013-12-01 21:34:01 -05:00
Giga1699
c0bfe4cb59 Renamed persistance to persistence 2013-12-01 21:07:36 -05:00
Giga1699
9fd61815d0 Added items under vulnerability analysis 2013-12-01 21:05:05 -05:00
Giga1699
a9ced5f624 Added config.json similar to that of pwnwiki 2013-12-01 20:50:41 -05:00
Giga1699
8235835fcf Added placeholder folders, and index file, for all categories 2013-12-01 20:46:38 -05:00
Giga1699
495ccb6339 Removed infogathering.md from root since direcotry exists 2013-12-01 20:42:41 -05:00
Giga1699
3dc4778063 Added all the items from info gathering. Removed test from menu. 2013-12-01 20:33:38 -05:00
Rob Fuller
62f9817e19 update index.md 2013-12-01 19:37:31 -05:00
Rob Fuller
299b4e5de8 update README 2013-12-01 19:36:32 -05:00
Rob Fuller
9942ae9c56 initial commit 2013-12-01 19:34:46 -05:00
Rob Fuller
ad4617ea28 Initial commit 2013-11-30 06:35:43 -08:00