Open in app
Home
Notifications
Lists
Stories

Write
Oline77
Oline77

Home

Nov 29, 2020

ONSYSTEM: SHELLDREED #1 HANNAH vulnhub writeup

I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool. nmap -p- -A <IP> Let’s login with Ftp as Anonymous :

Ctf

2 min read

ONSYSTEM: SHELLDREED #1 HANNAH vulnhub writeup
ONSYSTEM: SHELLDREED #1 HANNAH vulnhub writeup

ONSYSTEM: SHELLDREED #1 HANNAH vulnhub writeup

I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool.

nmap -p- -A <IP>

Let’s login with Ftp as Anonymous :

--

--


Nov 24, 2020

KB-Vuln 3 vulnhub writeup

I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool. nmap -p- -A <IP> We have an Apache server running on port 80, let’s gobuster it : gobuster dir --url http://<IP>/ --wordlist=/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x js,php,txt,html,/ -t 100

Hacking

3 min read

KB-Vuln 3 vulnhub writeup
KB-Vuln 3 vulnhub writeup

Nov 23, 2020

Tenderfoot vulnhub writeup

Before, using the command sudo netdiscover, scan our local network to find tenderfoot IP.

Hacking

3 min read

Tenderfoot vulnhub writeup
Tenderfoot vulnhub writeup

Nov 22, 2020

C0lddBoxEasy vulnhub writeup

It is a WordPress machine with an easy level of difficulty. I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool. nmap -p- -A 192.168.1.138 Lets go see the http website, it’s a WordPress Blog. With Wpscan let’s analyze…

Hacking

3 min read

C0lddBoxEasy vulnhub writeup
C0lddBoxEasy vulnhub writeup

Nov 22, 2020

Hogwarts: Dobby vulnhub writeup

I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool. So first, let’s decode the base64 string from http-title. echo "dG9vIGVhc3kgbm8/IFBvdHRlcg=="|base64 -d $>too easy no? Potter Maybe a user… I decided to check the website hosted on port 80…

Hacking

3 min read

Hogwarts: Dobby vulnhub writeup
Hogwarts: Dobby vulnhub writeup
Oline77

Oline77

CTF player

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable