Solvere Labs

Practical, hands-on cybersecurity - walkthroughs for TryHackMe, HackTheBox, and VulnHub machines, alongside tutorials, projects, and a curated set of learning resources. Everything here is written to be followed step by step.

Tutorials

Step-by-step guides for building practical, hands-on security skills.

67 entries Explore

CTFs

Detailed walkthroughs for TryHackMe, HackTheBox, and VulnHub machines.

315 entries Explore

Projects

Long-running builds, home labs, and hands-on experiments.

Coming soon Explore

Resources

A curated collection of tools, books, and references for learning security.

Coming soon Explore

Recent

SMB File Transfer

intermediate

Move files to and from a Windows target over SMB: stand up a share with impacket-smbserver, then pull, run, and push back with native copy / net use or smbclient. Quick reference with a modular cheat sheet and per-command breakdowns.

SCP and SSH File Transfer

beginner

The scp and sftp quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real transfer. Upload and download, copy a directory with -r, authenticate with a recovered key, hop through a jump host, pipe over ssh when scp is missing, and verify with a checksum.

Oh My Webserver Walkthrough

easy windows

Today we are solving another Linux-based TryHackMe machine called Oh My WebServer. This machine focuses on exploiting vulnerable web services, container breakout-style enumeration,

Netcat File Transfer

beginner

The netcat file-transfer quick reference: flags, a modular cheat sheet, and worked breakdowns. Listen and save, connect and send, close cleanly with -N or -q0, stream a directory with tar, encrypt with socat OPENSSL, fall back to bash /dev/tcp when nc is missing, and checksum to catch truncation.

HTTP File Transfer

beginner

The HTTP file-transfer quick reference: serve a folder from your attacker box in one line, then pull files onto the target with wget, curl, certutil, PowerShell, or curl.exe. Flags, a modular cheat sheet, in-memory execution, upload-back with updog, checksum verification, and beating egress filters by serving on 80 or 443.

Getting Files onto a Target

beginner

The file-transfer quick reference: the serve-and-pull vs push-and-receive decision, a modular copy-paste cheat sheet, and a worked breakdown of every method. Serve a folder over HTTP, pull with wget or certutil, host an SMB share, move a file with netcat or socat, copy over scp, paste a base64 blob, and checksum both ends.

base64 File Transfer

beginner

The base64 file-transfer quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Encode a file to one pasteable line, decode it with a heredoc, move files with certutil or PowerShell on Windows, chunk a blob too long to paste, and checksum both ends to prove it arrived intact.

Carnage Walkthrough

easy linux

Today we are solving another Defensive Security challenge from TryHackMe called Carnage. In this challenge we are provided with a packet capture (PCAP) file from a real-world malwa

BreakOutTheCage Walkthrough

easy linux

Today we are solving another TryHackMe machine called Break Out The Cage, a Linux-based challenge inspired by Nicolas Cage. The machine contains multiple stages including anonymous

Super Spammr Walkthrough

easy windows

The infamous cosmic hacker Super-spam has returned. Originating from the planet Alpha Solaris IV, Super-spam's mission is to eliminate Linux systems across the galaxy and replace t

REvil Walkthrough

intermediate linux

One of the employees at Lockman Group reported that all of his files had suddenly been renamed with an unfamiliar extension. After a quick inspection, the IT department suspected r

Conti Walkthrough

easy linux

Today we are investigating a ransomware incident involving Conti Ransomware, one of the most notorious Ransomware-as-a-Service (RaaS) operations.

IronShade Walkthrough

easy linux

Based on threat intelligence reports, an APT group known as IronShade has been actively targeting Linux servers across the region.