Diferències
Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
| Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia | ||
| info:cursos:pue:ethical-hacker:sesion1 [17/02/2025 09:18] – mate | info:cursos:pue:ethical-hacker:sesion1 [20/02/2025 23:47] (actual) – mate | ||
|---|---|---|---|
| Línia 1: | Línia 1: | ||
| = Ethical Hacker : sesión 1 | = Ethical Hacker : sesión 1 | ||
| - | * [[info: | + | * [[info: |
| * [[info: | * [[info: | ||
| Línia 10: | Línia 10: | ||
| * etherpad | * etherpad | ||
| * Telegram | * Telegram | ||
| - | * pCloud | + | * pCloud: [[https:// |
| * aspen eccouncil: [[https:// | * aspen eccouncil: [[https:// | ||
| == clase | == clase | ||
| - | * Modulo 0, Modulo 1, Modulo 2 | + | * ASPEN: |
| - | * Lab 0, Lab 2 | + | * ASPEN: |
| + | * Pendiente: | ||
| + | * ASPEN: Lab 3, Lab 4, Lab 5 | ||
| + | |||
| + | |||
| === Introduction to Ethical Hacking | === Introduction to Ethical Hacking | ||
| * importancia de los datos: confidencialidad, | * importancia de los datos: confidencialidad, | ||
| Línia 52: | Línia 57: | ||
| * Estandard ISO | * Estandard ISO | ||
| - | === Modulo 02 | + | |
| + | === Modulo 02 : Footprinting and Reconnaissance | ||
| * Footprinting: | * Footprinting: | ||
| * pasivo (sin contacto directo) / activo (ingenieria social) | * pasivo (sin contacto directo) / activo (ingenieria social) | ||
| Línia 88: | Línia 94: | ||
| * privnote.com | * privnote.com | ||
| - | === lab 0 | ||
| - | Instalación API key para instalar shell GPT | ||
| - | <code bash> | ||
| - | === lab 2 | ||
| - | ==== Perform Footprinting Through Search Engines | ||
| - | * Google Dorks | ||
| - | ==== Perform Footprinting Through Internet Research Services | + | === Modulo 03 : Scanning Networks |
| - | * https:// | + | |
| - | * dnsdumpster.com | + | |
| - | + | ||
| - | === Modulo 03 | + | |
| * Escaneo de redes | * Escaneo de redes | ||
| * Ya es necesario el permiso expreso para realizar cualquier cosa | * Ya es necesario el permiso expreso para realizar cualquier cosa | ||
| Línia 145: | Línia 141: | ||
| * Metasploit | * Metasploit | ||
| - | === Modulo 04 | + | |
| + | |||
| + | === Modulo 04 : Enumeration | ||
| * Enumeración | * Enumeración | ||
| * NetBios | * NetBios | ||
| Línia 177: | Línia 175: | ||
| * SMB | * SMB | ||
| - | === Modulo 05 | + | |
| + | |||
| + | === Modulo 05 : Vulnerability Analysis | ||
| * Analisis de vulnerabilidades | * Analisis de vulnerabilidades | ||
| * NIST - NICE - ENISA | * NIST - NICE - ENISA | ||
| Línia 195: | Línia 195: | ||
| * CTF | * CTF | ||
| - | |||
| - | === lab 2 (cont) | ||
| - | ==== Perform Footprinting Through Social Networking Sites | ||
| - | * sherlock: búsqueda por nombre en redes sociales | ||
| - | ==== Perform Whois Footprinting | ||
| - | * https:// | ||
| - | ==== Perform DNS Footprinting | ||
| - | * '' | ||
| - | * < | ||
| - | < | ||
| - | set type=cname # respuesta autoritativa | ||
| - | </ | ||
| - | * [[http:// | ||
| - | ==== Perform Network Footprinting | ||
| - | * '' | ||
| - | * -h : número de saltos máximos | ||
| - | * '' | ||
| - | * https:// | ||
| - | * https:// | ||
| - | |||
| - | ==== Perform Email Footprinting | ||
| - | * eMailTrackerPro | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | |||
| - | ==== Perform Footprinting using Various Footprinting Tools | ||
| - | * '' | ||
| - | * < | ||
| - | marketplace install all | ||
| - | modules search | ||
| - | workspaces [list] | ||
| - | workspaces create CEH | ||
| - | db insert domains | ||
| - | < | ||
| - | show domains | ||
| - | modules load brute | ||
| - | modules load recon/ | ||
| - | run | ||
| - | back | ||
| - | modules load reverse_resolve | ||
| - | modules load recon/ | ||
| - | run | ||
| - | show hosts | ||
| - | back | ||
| - | modules load reporting/ | ||
| - | options set FILENAME / | ||
| - | options set CREATOR [your name] | ||
| - | options set CUSTOMER Certifiedhacker Networks | ||
| - | run | ||
| - | back | ||
| - | |||
| - | # información personal | ||
| - | workspaces create reconn | ||
| - | modules load recon/ | ||
| - | info command | ||
| - | options set SOURCE facebook.com | ||
| - | |||
| - | # información subdominios | ||
| - | modules load recon/ | ||
| - | options set SOURCE certifiedhacker.com | ||
| - | run | ||
| - | </ | ||
| - | |||
| - | ==== Perform Footprinting using AI | ||
| - | <code bash> | ||
| - | export OPENAI_API_KEY=' | ||
| - | sgpt --chat footprint --shell “Use theHarvester to gather email accounts associated with ' | ||
| - | sgpt --chat footprint --shell “Use Sherlock to gather personal information about ' | ||
| - | sgpt --chat footprint --shell “Install and use DNSRecon to perform DNS enumeration on the target domain www.certifiedhacker.com” | ||
| - | sgpt --chat footprint --shell “Develop a Python script which will accept domain name microsoft.com as input and execute a series of website footprinting commands, including DNS lookups, WHOIS records retrieval, email enumeration, | ||
| - | </ | ||
| - | === lab3 | ||
| - | === lab5 | ||
| - | === lab4 | ||