Red Stone One Carat - Write-up - TryHackMe
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 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 Room# Name: Bounty Hacker Profile: tryhackme.com Difficulty: Easy Description: You talked a big game about being the most elite hacker in the solar system. Prove it and claim your right t
Disclaimer# This an english translation of an article I wrote in french on Orange Cyberdefense blog. Introduction: what is pivoting?# Penetration testers are often required to cross network boundaries
Information Room# Name: Basic Pentesting Profile: tryhackme.com Difficulty: Easy Description: This is a machine that allows you to practice web app hacking and privilege escalation Write-up Overvie
Display the default fingerprint# Of a key# You can either use the public key or private key to obtain the fingerprint (default is SHA256 in base64). 1234$ ssh-keygen -lf ./id_ed25519256 SHA256:jI
Create a new user. In the following example, we will name it bob. 123root# useradd -m bobroot# id bobuid=1000(bob) gid=1000(bob) groupes=1000(bob) Set the password for the new user.
Before beginning# These are the steps to do on the SSH server. Be sure to do all the steps before exiting SSH connection if you are connected via SSH. This config was tested for default CentOS 7 iso.