Please enable JavaScript.
Coggle requires JavaScript to display documents.
ALL COMMANDS (Scanning (:star: ICMP host discovery (:fountain_pen:Ping…
ALL COMMANDS
Scanning
:star:ARP host discovery
:fountain_pen: Arp-scan
- sudo arp-scan [IP address]
- sudo arp-scan [IP address/24]
- sudo arp-scan [-l] OR sudo arp-scan [--localnet]
:fountain_pen:Nmap
- sudo nmap [-sn] [-PR] [IP address/24]
-
-
-
-
-
Enumeration
-
-
-
:star:Banner Grabbing
:fountain_pen:telnet
- telnet <target IP or URL> <port number>
- telnet www.example.com 80-100
:fountain_pen:Netcat
- nc –v <target IP or URL> <port number>
DoS
:star:Ping of Death
- 1- apt-get install apache2
- 2- service apache2 start
- 3- Check http service 127.0.0.1
- 4- Ping [–t] [–l <packetSize>] [IP_target]
- 5- check wireshark
-
:star:SYN Flood
:fountain_pen:Hping
- sudo hping3 [–S] [–p <port>] [IP address]
- sudo hping3 [–S] [–p <port>] [--flood] [--spoof fake IP address] [target IP address]
-
:fountain_pen:XerXes
- ./xerxes [domain name of target website] 80