Profiling websites using EyeWitness
After discovering the subdomains of a target domain, it's important to check each one to determine which subdomain leads to a login portal or a sensitive directory of the organization. However, there may be a lot of subdomains to check manually, and this process can be very time-consuming. As an aspiring penetration tester, you can be strategic and use a tool such as EyeWitness, which allows you to automate the process of checking each subdomain within a file and taking a screenshot of them.
To get started using EyeWitness, please use the following instructions:
- On Kali Linux, open the Terminal area and use the following command to create an offline copy of Witness:
kali@kali:~$ git clone https://github.com/FortyNorthSecurity/EyeWitness
- Next, use the following commands to install EyeWitness on your Kali Linux system:
kali@kali:~$ cd EyeWitness/Python/setup kali@kali:~/EyeWitness/Python/setup$ sudo ./setup.sh
- Next use the
cd...