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
Entry_1:
Name: Notes Name: Notes
Description: Notes for Ident Description: Notes for Ident
Note: """ Note: |
Is an Internet protocol that helps identify the user of a particular TCP connection. 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
"""
Entry_2:
Name: Enum Users Name: Enum Users
Description: Enumerate Users Description: Enumerate Users
Note: """ Note: apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports)
apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports)
"""
``` ```