Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 212 Bytes

UDP.md

File metadata and controls

13 lines (10 loc) · 212 Bytes

Nmap

sudo nmap -sU -T3 -Pn <target ip> --top-ports 200

tftp

sudo nmap -p69 --script=tftp-enum.nse <target ip> -sU
tftp <target ip> -c put <filename>
tftp <target ip> -c get <filename>