info:cursos:pue:ethical-hacker:shellgpt

Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

Ambdós costats versió prèvia Revisió prèvia
Següent revisió
Revisió prèvia
info:cursos:pue:ethical-hacker:shellgpt [17/02/2025 09:19] – suprimit - edició externa (Unknown date) 127.0.0.1info:cursos:pue:ethical-hacker:shellgpt [17/02/2025 09:20] (actual) mate
Línia 1: Línia 1:
 += Ethical Hacker : shellgpt
  
 +== sesión 1, lab 2
 +<code bash>
 +export OPENAI_API_KEY='...'
 +sgpt --chat footprint --shell “Use theHarvester to gather email accounts associated with 'microsoft.com', limiting results to 200, and leveraging 'baidu' as a data source”
 +sgpt --chat footprint --shell “Use Sherlock to gather personal information about 'Sundar Pichai' and save the result in recon2.txt”
 +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, and more to gather information about the target domain” 
 +</code>