Active recon

DNS records

~# dig axfr @NS -> for zone transfers

~# dnsenum -> for enumerating dns records and zone transfers

~# dirb -> Scan the web server (http://192.168.1.224/) for directories using a dictionary file
(/usr/share/wordlists/dirb/common.txt)

~# dirb buster -> GUI tool prebuilt in Kali very usefull.


TCP 3-way Handshake

  1. SYN

  2. SYN-ACK

  3. ACK

    SYN : stands for synchronize

    ACK: stands for acknowledgement

    Active recon_TCP 3 way handsha.jpg


** #Host_discovery techniques**

fping -a -g

is a great alternative of the standard ping command because we can ping a subnet in a more easy way


Port scan techniques