Is it possible to exfiltrate a router config file to server using csrf ajax?

the curl commend used to download the file

curl “http://192.168.1.1/html/management/downloadconfigfile.conf?RequestFile=/html/management/cfgfile.asp” -H “Cookie: SessionID_R3=dsadwdwqdasdwasdawd” –data “csrf_token=saddasdwa… Continue reading Is it possible to exfiltrate a router config file to server using csrf ajax?

Why does the file "shell.php.jpg" can execute as a php file but "shell.jpg" cannot?

I am learning about file upload vulnerabilities using DVWA.

After cranking the website’s security level to High,
the website checks both the post request’s content type & file extension, so in order to bypass it I change… Continue reading Why does the file "shell.php.jpg" can execute as a php file but "shell.jpg" cannot?