Introduction to information gathering
Information Gathering (Reconnaissance) Reconnaissance is the first phase in penetration testing operation and is to collect or gather information that is public available (passive reconnaissance) or private (active reconnaissance) about organization or individual or system or website and so on (information about our target) Types of Reconnaissance Passive information gathering → collect information that is public available without any active engaging with the target (IP and DNS information - Domain names - web technologies - subdomains and so on) Active information gathering → collecting information that isn’t public available with active engaging with the target (need authorization from target) (port scanning - information about internal network infrastructure - enumeration of gathered information) Target Scoping (In-Scope - Out-Scope) Target scoping is the process of defining what systems, apps and networks are allowed to test or not to test, it is the rules of engaging (what am i allowed to collect information about?), during reconnaissance the target is defined via one of those ways: ...