diff --git a/RECON Readme.md b/RECON Readme.md index 0749846..7d64c8a 100644 --- a/RECON Readme.md +++ b/RECON Readme.md @@ -1,17 +1,17 @@ -
Top Image
-

Reconnaissance

- -

+

Reconnaissance +
+ Coding +
+

Welcome to the Reconnaissance repository!

-

This repository is dedicated to the topic of Reconnaissance in cybersecurity. It provides information, resources, and tools related to various aspects of Reconnaissance.

+

This repository is dedicated to the topic of Reconnaissance in cybersecurity. It provides information, resources, and tools related to various aspects of Reconnaissance.

- ## Introduction

Reconnaissance is the process of gathering information and intelligence about a target, typically used in cybersecurity to assess vulnerabilities and plan targeted attacks. This repository aims to educate and provide resources about the different aspects of Reconnaissance.

@@ -20,9 +20,9 @@

    -
  1. Passive Reconnaissance: This involves gathering information without directly interacting with the target. It includes techniques like open-source intelligence (OSINT) gathering, analyzing publicly available information, and searching for vulnerabilities.
  2. -
  3. Active Reconnaissance: In this phase, an attacker engages with the target system to gather information actively. It may include techniques like port scanning, vulnerability scanning, and network mapping.
  4. -
  5. Social Engineering: Reconnaissance can also involve social engineering techniques to gather information from individuals or organizations. This includes methods like phishing, pretexting, and impersonation.
  6. +

    🔹 Passive Reconnaissance: This involves gathering information without directly interacting with the target. It includes techniques like open-source intelligence (OSINT) gathering, analyzing publicly available information, and searching for vulnerabilities. +

    🔹 Active Reconnaissance: In this phase, an attacker engages with the target system to gather information actively. It may include techniques like port scanning, vulnerability scanning, and network mapping. +

    🔹 Social Engineering: Reconnaissance can also involve social engineering techniques to gather information from individuals or organizations. This includes methods like phishing, pretexting, and impersonation.

@@ -30,11 +30,10 @@

    -
  • Nmap: A powerful network scanning tool used for port scanning and network mapping.
  • -
  • Recon-ng: A full-featured reconnaissance framework that provides various modules for data gathering and OSINT.
  • -
  • theHarvester: A tool for gathering emails, subdomains, hosts, employee names, open ports, and more.
  • -
  • Shodan: A search engine for internet-connected devices, useful for finding vulnerable systems and exposed services.
  • -
  • Gobuster: A tool used for directory and DNS busting during reconnaissance.
  • +

    🔹Nmap: A powerful network scanning tool used for port scanning and network mapping. +

    🔹Wireshark: A network protocol analyzer for capturing and analyzing network traffic. +

    🔹Nikto: A web server scanner that performs comprehensive vulnerability assessments. +

    🔹Gobuster: A tool used for directory and DNS busting during reconnaissance.

@@ -48,4 +47,10 @@ +

+ +
+ Coding +