Passive Information Gathering Flashcards
What is whois?
Whois is a TCP service, tool, and a type of database that can provide information about a domain name, such as the name server and registrar. This information is often public since registrars charge a fee for private registration.
How to gather basic information about website “megacorpone.com” using whois?
whois megacorpone.com
How to do whois reverse lookup?
whois ip address
How to search with site operator “megacorpone.com”?
site: megacorpone.com
How to declare PHP filetype for searching in google?
filetype:php
How to search in google for php file on domain megacorpone.com?
site:megacorpone.com filetype:php
What SIEM mean?
Security Information and Event Management.
What is SIEM tools designed for?
Monitor applications and network traffic for malicious activities. Usually these tools are only available on internal networks.
How to find interesting non-HTML pages on megacorpone.com?
site:megacorpone.com -filetype:html
What is the exclude operator in Google Hacking?
-
How to use Google to find directory listings?
intitle: “index of” “parent directory”
What is GHDB?
Google Hacking Database
What is netcraft?
Netcraft is an Internet services company based in England offering a free web portal that performs various information gathering functions. The use of services such as those offered by Netcraft is considered a passive technique since we never interact with our target directly.
What is recon-ng?
recon-ng is a module-based framework for web-based information gathering. Recon-ng displays the results of a module to the terminal but it also stores them in a database. Much of the power of recon-ng lies in feeding the results of one module into another, allowing us to quickly expand the scope of our information gathering.
How to start recon-ng?
recon-ng
How to search recon-ng marketplace for GitHub modules?
marketplace search github
How to get information on a module with path recon/domains-hosts/google_site_web on recon-ng?
marketplace info recon/domains-hosts/google_site_web
How to install a module on recon-ng with path recon/domains-hosts/google_site_web?
marketplace install recon/domains-hosts/google_site_web
How to load module in recon-ng with path recon/domains-hosts/google_site_web?
[recon-ng][default] > modules load recon/domains-hosts/google_site_web
How to set a source “megacorpone.com” in recon-ng?
[recon-ng][default][google_site_web] > options set SOURCE megacorpone.com
SOURCE => megacorpone.com