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
Connect to SMB

Obtaining the Root Flag

Now, let's find the root flag and display it.

get James.P\flag.txt
cat 'James.P\flag.txt'
get flag.txt
cat flag.txt

Last updated