githubEdit

Network Scanning

Skill Level: Beginner to Intermediate Prerequisites: Basic networking, TCP/IP

IP resolution

# https://github.com/Josue87/resolveDomains
resolveDomains -d subdomains.txt

# Expected output:
# subdomain1.target.com -> 192.168.1.10
# subdomain2.target.com -> 192.168.1.11

Netdiscover

netdiscover -i eth0
netdiscover -r 10.11.1.1/24

# Expected output:
# _____________________________________________________________________________
#   IP            At MAC Address     Count     Len  MAC Vendor / Hostname      
# -----------------------------------------------------------------------------
# 10.11.1.1       00:50:56:aa:bb:cc      1      60  VMware, Inc.
# 10.11.1.5       00:0c:29:dd:ee:ff      1      60  VMware, Inc.

Nmap

NetBios

Ping Sweep - Bash

Ping Sweep - Windows

Last updated

Was this helpful?