Can anyone help? Please I’ve been on these questions for days now 1.Determine what user the ProFTPd server is running under. Submit the username as the answer.
2.Use cURL from your Pwnbox (not the target machine) to obtain the source code of the “https://www.inlanefreight.com” website and filter all unique paths of that domain. Submit the number of these paths as the answer.
use ps command : ps aux → list all of process are running then use grep to find “proftpd”
This will solve :
—>ps aux | grep “proftpd”
you will see the username column is the first column on the left
TBH I’ve just been using htop, filtered for proftbd and got the answer (if you activate tree view after filtering it’ll look a bit more obvious)
It solved my “problem” pretty well but i guess I should’ve been using the commands