This commit is contained in:
CoolHandSquid 2021-08-15 13:59:11 -04:00 committed by GitHub
parent 3f06798973
commit c92eca5340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,18 +75,17 @@ Protocol_Name: Ident #Protocol Abbreviation if there is one.
Port_Number: 113 #Comma separated if there is more than one. Port_Number: 113 #Comma separated if there is more than one.
Protocol_Description: Identification Protocol #Protocol Abbreviation Spelled out Protocol_Description: Identification Protocol #Protocol Abbreviation Spelled out
Name: Notes Entry_1:
Description: Notes for Ident Name: Notes
Note: """ Description: Notes for Ident
Is an Internet protocol that helps identify the user of a particular TCP connection. Note: |
Is an Internet protocol that helps identify the user of a particular TCP connection.
https://book.hacktricks.xyz/pentesting/113-pentesting-ident https://book.hacktricks.xyz/pentesting/113-pentesting-ident
"""
Name: Enum Users Entry_2:
Description: Enumerate Users Name: Enum Users
Note: """ Description: Enumerate Users
apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports) Note: apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports)
"""
``` ```