Skip to content

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

Notifications You must be signed in to change notification settings

Gheris-579/DEATHNOTE-1-VulnHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

DEATHNOTE-1-VulnHub

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

Screenshot 2024-03-22 194002

nmap -sS -sV -sC -p- ip

  1. 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.
  2. 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.
  3. 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.

Screenshot 2024-03-22 194247

nano /etc/hosts

Screenshot 2024-03-22 194610

Screenshot 2024-03-22 194915

Screenshot 2024-03-22 195256

this page was created with WordPress.

Screenshot 2024-03-22 195453

gobuster dir -u http://deathnote.vuln/wordpress/ -w /usr/share/wordlists/Discovery/Web-Content/directory-list-2.3-medium.txt

Screenshot 2024-03-22 195823

Screenshot 2024-03-22 200338

wpscan --url http://deathnote.vuln/wordpress/ -e u

Screenshot 2024-03-22 200817

Password

7

User:kira pass:iamjustic3

Screenshot 2024-03-22 201122

Screenshot 2024-03-22 202604

hydra -l l -P note ssh://192.168.56.103

  1. l in username

Screenshot 2024-03-22 203211

Screenshot 2024-03-23 211255

https://www.dcode.fr/brainfuck-language

Screenshot 2024-03-23 211928

Screenshot 2024-03-23 212742

Screenshot 2024-03-23 213030

Screenshot 2024-03-23 213447

Screenshot 2024-03-23 213948

https://cyberchef.org/

Screenshot 2024-03-23 215732

Screenshot 2024-03-23 220150

Screenshot 2024-03-23 220247

Screenshot 2024-03-23 220436

Screenshot 2024-03-23 220749

Screenshot 2024-03-23 220941

Screenshot 2024-03-23 221127

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published