Unstable Twin - Write-up - TryHackMe
Information Room# Name: Unstable Twin Profile: tryhackme.com Difficulty: Medium Description: A Services based room, extracting information from HTTP Services and finding the hidden messages. Write-
Information Room# Name: Unstable Twin Profile: tryhackme.com Difficulty: Medium Description: A Services based room, extracting information from HTTP Services and finding the hidden messages. Write-
Information Room# Name: Red Stone One Carat Profile: tryhackme.com Difficulty: Medium Description: First room of the Red Stone series. Hack ruby using ruby. Write-up Overview# Install tools used in
Information Box# Name: Laboratory Profile: www.hackthebox.eu Difficulty: Easy OS: Linux Points: 30 Write-up Overview# Install tools used in this WU on BlackArch Linux: $ sudo pacman -S nmap ruby-ct
Information Box# Name: Jewel Profile: www.hackthebox.eu Difficulty: Medium OS: Linux Points: 30 Write-up Overview# Install tools used in this WU on BlackArch Linux: $ sudo pacman -S nmap oath-toolk
Information Box# Name: Blunder Profile: www.hackthebox.eu Difficulty: Easy OS: Linux Points: 20 Write-up Overview# Install tools used in this WU on BlackArch Linux: $ pacman -S nmap ffuf exploitdb
We will see how to generate a SVG background with triangle patterns in ruby to have something that look likes this: At first, install the TrianglePattern gem: $ gem install triangle_pattern Then we o
Information# CTF# Name : Hexpresso FIC CTF 2020 Prequalification Round Website : ctf.hexpresso.fr Type : Online Format : Jeopardy Step 1# https://ctf.hexpresso.fr/2cd2362f7d4c063279c047618d4a2d38
Take it easy Ruby! Basic concepts# Hello World# puts "Hello World!" Comments# # single line comment =begin Multi-lines comment =end Variables# my_var = 42 My_constant_var = 31337 Shorth