Post

Gaining a Reverse Shell through Command Panel

TryHackMe - Pickle Rick Writeup

Gaining a Reverse Shell through Command Panel

INFORMATION GHATERING

Dirsearch

Find hidden directories using Dirsearch (a command-line tool designed to brute force directories and files in webservers.)

1
python3 dirsearch.py -u http://10.10.51.149/

Logo

We get the following files and directories.

  • /assets/
  • /login.php
  • /robots.txt

Login Page

Find username and password for login page

Logo

Let’s go to find something hidden in source code first.

Logo

This post is licensed under CC BY 4.0 by the author.