Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -32,11 +32,15 @@ This is intended to be viewed in the blog found here: [Offensive Security Cheat
|
|||||||
# Usage
|
# Usage
|
||||||
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
||||||
|
|
||||||
|
# UDP Scan
|
||||||
|
sudo nmap -sU {IP ADDRESS}
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
# -p-: scans ALL ports
|
# -p-: scans ALL ports
|
||||||
# --min-rate <number>: Send packets no slower than <number> per second
|
# --min-rate <number>: Send packets no slower than <number> per second
|
||||||
# -sC: equivalent to --script=default
|
# -sC: equivalent to --script=default
|
||||||
# -sV: Probe open ports to determine service/version info
|
# -sV: Probe open ports to determine service/version info
|
||||||
|
# -sU: UDP port scan
|
||||||
```
|
```
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
@@ -103,6 +107,21 @@ ftp {IP ADDRESS}
|
|||||||
<br />
|
<br />
|
||||||
## DNS [53]
|
## DNS [53]
|
||||||
|
|
||||||
|
<br />
|
||||||
|
## TFTP [69]
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# About: Connect to TFTP server
|
||||||
|
# Download: Pre-installed on Kali Linux
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
tftp {IP ADDRESS}
|
||||||
|
|
||||||
|
# Additional Information
|
||||||
|
# Only detectable via UDP scan
|
||||||
|
# No authentication required
|
||||||
|
```
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
## FINGER [79]
|
## FINGER [79]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user