thm-writeups

VulnNet: Internal

Topics: Enumeration, Scanning, Recon, Reverse-shell, PrivEsc

Difficulty: Easy


📝 Room Description

This is a room that highly focuses on internal networks/systems rather than more common areas like web-applications. Most of the work will be done in the terminal instead of on a browser.

Note: Research is your best friend. Especially for beginners, many of the tools and systems/applications in this room may be new to you so if something looks unfamiliar please take the time to do research before consulting writeups.


🔎 Enumeration

Nmap

Nmap Scan

SMB

serviceflag

Redisconnect

redispass

Note: we can also use cat redis.conf | grep requirepass to find the password easier. we use the one that is uncommented.

usertxt

SSH

customscript


Afterthoughts


Questions or Issues