Ethical Hacking Lab Assignment - 3
Ethical Hacking Lab Assignment - 3
Dmitry is a passive and active reconnaissance tool used in cybersecurity to collect publicly
available information about a domain, IP address, or host. It helps security professionals by:
Extracting WHOIS information about a domain (e.g., owner details, registration date,
expiration).
Discovering email addresses linked to the domain.
Identifying subdomains, which can reveal less-secure entry points.
Checking for open ports and potential security risks.
Commands and Explanations
dmitry -e www.mitwpu.edu.in
o This attempts to harvest publicly available email addresses associated with the
domain.
o If the domain does not expose emails, the scan may return no results.
2. Port Scanning
dmitry -p www.mitwpu.edu.in
dmitry -w www.mitwpu.edu.in
dmitry -s www.mitwpu.edu.in
SpiderFoot is a fully automated OSINT tool that collects and analyzes information about a target
from hundreds of public sources. It can:
1. GUI Opening
spiderfoot -l 127.0.0.1:5001
o This runs the GUI window of SpiderFoot on the specified IP and port.
o It contains the history of all spiderfoot scans performed.
2. OSINT Data Collection
IKE-Scan is a tool for detecting IPsec VPN endpoints. It helps security professionals by:
ike-scan example.com
ike-scan -M example.com
ike-scan -A example.com
Scans for IKE services on UDP port 500 (default for IKE traffic).
Identifies VPN endpoints using IKE over port 500.
Nikto is a web vulnerability scanner that identifies security flaws in web applications. It can
detect:
nikto -h http://www.mitwpu.edu.in
HTTrack is a powerful website mirroring tool that allows users to download entire websites for
offline viewing and analysis. It preserves the structure, links, and media files of the website,
making it useful for:
HTTrack works by crawling a website and saving all linked pages, resources, and assets to a
local directory while maintaining the original structure.
This command downloads the entire website (www.mitwpu.edu.in) and saves it in the
specified directory (/home/kali/Downloads/mitwpu_mirror).
The tool will download HTML pages, images, JavaScript, CSS files, and other assets,
allowing offline browsing.
The website structure will remain intact, meaning users can navigate pages just like they
would online.
2. Exclude Specific File Types