Hi I am running a simulation attack on a Ubuntu box with remote code execution vulnerability through a web app.(Virtualbox)
I have installed john the ripper on the rooted box and would like to run it to crack a SHA256 password.
Is there anyway to run jtr on the rooted box without throttling the cpu to 100% and alerting the sysadmins?. What arguments are passed when calling john to accomplish this ?
Ps: This is all assuming this is a live HTTP server with MYSQL running at a remote location.
Thanks.