diff --git a/pentesting/113-pentesting-ident.md b/pentesting/113-pentesting-ident.md index 6aea385d..ad37f946 100644 --- a/pentesting/113-pentesting-ident.md +++ b/pentesting/113-pentesting-ident.md @@ -75,18 +75,17 @@ Protocol_Name: Ident #Protocol Abbreviation if there is one. Port_Number: 113 #Comma separated if there is more than one. Protocol_Description: Identification Protocol #Protocol Abbreviation Spelled out -Name: Notes -Description: Notes for Ident -Note: """ -Is an Internet protocol that helps identify the user of a particular TCP connection. +Entry_1: + Name: Notes + Description: Notes for Ident + 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 -Description: Enumerate Users -Note: """ -apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports) -""" +Entry_2: + Name: Enum Users + Description: Enumerate Users + Note: apt install ident-user-enum ident-user-enum {IP} 22 23 139 445 (try all open ports) ```