InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

Tryhackme: Anonymous

Naman Jain
InfoSec Write-ups
Published in
3 min readApr 25, 2022

--

Intro:

Initials

export IP=10.10.193.59

Port scanning:

rustscan -a $IP --ulimit 5000 | tee rust.txt
nmap -sC -sV -p21,22,139,445 -oN nmap $IP -Pn
nmap scan results

Port - 139,445 (SMB):

smbclient -L $IP -N
smb share

Exploit

Port- 21 (FTP):

FTP share
clean.sh
shell

Root

root!!
/root
root.txt

--

--

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Naman Jain

Security Researcher @Credshields | Smart Contract Auditor

No responses yet

Write a response