Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.24 KB

File metadata and controls

36 lines (23 loc) · 1.24 KB

Reconnaissance

apt install sublist3r #tool for finding subdomains

sublist3r -d tesla.com
  • crt.sh can be used for certificate fingerprinting.

  • Tools such as BuiltWith and Wappalyzer can be used for identifying technologies used in a website. whatweb can be used as an alternative, and can be used from the Kali Linux terminal itself.

  • Burp Suite can be used for information gathering by intercepting requests.

  • Google Advanced Search can be used for efficient Googling.