mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
123 Yaml
This commit is contained in:
parent
3f06798973
commit
b703916d71
1 changed files with 10 additions and 10 deletions
|
@ -54,16 +54,16 @@ Protocol_Name: NTP #Protocol Abbreviation if there is one.
|
|||
Port_Number: 123 #Comma separated if there is more than one.
|
||||
Protocol_Description: Network Time Protocol #Protocol Abbreviation Spelled out
|
||||
|
||||
Name: Notes
|
||||
Description: Notes for NTP
|
||||
Note: """
|
||||
The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks.
|
||||
Entry_1:
|
||||
Name: Notes
|
||||
Description: Notes for NTP
|
||||
Note: |
|
||||
The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks.
|
||||
|
||||
https://book.hacktricks.xyz/pentesting/pentesting-ntp
|
||||
"""
|
||||
https://book.hacktricks.xyz/pentesting/pentesting-ntp
|
||||
|
||||
Name: Nmap
|
||||
Description: Enumerate NTP
|
||||
Command: """nmap -sU -sV --script "ntp* and (discovery or vuln) and not (dos or brute)" -p 123 {IP}"""
|
||||
Entry_2:
|
||||
Name: Nmap
|
||||
Description: Enumerate NTP
|
||||
Command: nmap -sU -sV --script "ntp* and (discovery or vuln) and not (dos or brute)" -p 123 {IP}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue