http [initial Access]
Looking at page

If we enter passwords like admin and admin. We are are able to login as admin user.

Looking at sub directory.
I found two interesting pages.

Found that version 1.3.3 is being used of CS cart.
On searching on google, I got the exploit for the CS-CART.
https://gist.github.com/momenbasel/ccb91523f86714edb96c871d4cf1d05c
This is authenticated RCE. This means we will need the username and password for RCE. We have that as admin:admin. Also, Reading the content i found that php and
Visit below link:
Login with username and password as admin:admin .

click on templete editor

Getting php shell.


Now start the listener.
capture the request using burpsuite and change the extention to .phtml

After forwarding the request you will see that file have been uplaod.

Now visit below url to get the shell. Make sure that netcat listener is on.

Got the shell.
Stabilize it.
Last updated
Was this helpful?