The Bandit Surfer - Write-up - TryHackMe
Information Room# Name: The Bandit Surfer Profile: tryhackme.com Difficulty: Hard Description: The Bandit Yeti is surfing to town. This is the Side Quest Challenge 4 of Advent of Cyber '23 Side Que
Information Room# Name: The Bandit Surfer Profile: tryhackme.com Difficulty: Hard Description: The Bandit Yeti is surfing to town. This is the Side Quest Challenge 4 of Advent of Cyber '23 Side Que
Information Room# Name: Bash Scripting Profile: tryhackme.com Difficulty: Easy Description: A Walkthrough room to teach you the basics of bash scripting Write-up Our first simple bash scripts# Wha
Goal# Today I did a practical bash exercise: crawl a web page, extract all domains and resolve them to IP addresses with bash and common GNU/Linux tools. Script# #!/bin/bash url='blog.raw.pm'