Home
Eno Leriand
Cancel

HackTheBox - Shocker image

Foothold nmap scan $ nmap -min-rate 5000 --max-retries 1 -sV -sC -p- -oN Shocker-full-port-scan.txt 10.10.10.56 Nmap scan report for 10.10.10.56 Host is up (0.099s latency). Not shown: 65532 clo...

HackTheBox - Mirai image

Mirai is one of the first significant botnets targeting exposed networking devices running Linux. Found in August 2016 by MalwareMustDie, its name means “future” in Japanese. Nowadays it targets...

HackTheBox - Blocky image

Foothold Nmap scan (open ports) $ nmap -min-rate 5000 --max-retries 1 -sV -sC -p- -oN Blocky-full-port-scan.txt 10.10.10.37 Nmap scan report for 10.10.10.37 Host is up (0.12s latency). Not shown:...

HackTheBox - Lame image

Foothold Nmap scan (open ports) FTP We can log in as anonymous: But there are no interesting files… Let’s check what we can enumerate on the other ports ! Samba I couldn’t get anything f...

eJPT Exam image

So this year I have been trying to get into the pentesting/offensive side of security and trying to get my certifications going. Already having EC-Council C|ND (Certified Network Defender) and C|E...

HackTheBox - Active image

Active is a great and very realistic box, It’s a bit easy if you are familiar with windows active directory. But if you don’t… then this box will ask you something. This is a windows box so let’s...

Magic Writeup image

Let’s do a NMAP scan Browsing to http://10.10.10.185 we get a page with images and on the bottom left a login to upload images. Let’s click on the login link. I tried default top 10 userna...