Submit Flag
Submit Flag
Submit root flag
How to
Connecting via SMB
To connect via SMB, we'll use the WorkShares Share without a password.
smbclient //<target_ip>/WorkShares

Obtaining the Root Flag
Now, let's find the root flag and display it.
get James.P\flag.txt
cat 'James.P\flag.txt'


Last updated