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-47668 — Python exploit for CVE-2023-47668 that extracts sensitive log information from vulnerable Restrict Content WordPress plugin versions <= 3.2.7. | Kitploit
Tools/GitHubGitHub/nxploited/cve-2023-47668
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubnxploited/cve-2023-47668

CVE-2023-47668

Python exploit for CVE-2023-47668 that extracts sensitive log information from vulnerable Restrict Content WordPress plugin versions <= 3.2.7.

View Repository
1 year 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-47668

Description

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in StellarWP Membership Plugin – Restrict Content plugin <= 3.2.7 versions.

Usage:

root@kitploit:~
 python CVE-2023-47668.py <site_url>

Example of the result

root@kitploit:~
Log file content:
2024-12-24 20:47:19 - wp_rcp_discounts table upgrade to 202003311 successful.
2024-12-24 20:47:19 - wp_rcp_discounts table upgrade to 202003312 successful.
2024-12-24 20:47:19 - wp_rcp_discounts table upgrade to 202003313 successful.
2024-12-24 21:01:46 - Starting rcp_check_for_expired_users() cron job.
2024-12-24 21:01:46 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-24 21:01:46 - Starting rcp_check_member_counts() cron job.
2024-12-24 21:01:46 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-25 21:09:09 - Starting rcp_check_for_expired_users() cron job.
2024-12-25 21:09:09 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-25 21:09:09 - Starting rcp_check_member_counts() cron job.
2024-12-25 21:09:09 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-27 01:46:14 - Starting rcp_check_for_expired_users() cron job.
2024-12-27 01:46:14 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-27 01:46:14 - Starting rcp_check_member_counts() cron job.
2024-12-27 01:46:14 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-27 21:02:13 - Starting rcp_check_for_expired_users() cron job.
2024-12-27 21:02:13 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-27 21:02:13 - Starting rcp_check_member_counts() cron job.
2024-12-27 21:02:13 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-28 22:44:43 - Starting rcp_check_for_expired_users() cron job.
2024-12-28 22:44:43 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-28 22:44:43 - Starting rcp_check_member_counts() cron job.
2024-12-28 22:44:43 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-31 07:09:27 - Starting rcp_check_for_expired_users() cron job.
2024-12-31 07:09:27 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-31 07:09:27 - Starting rcp_check_member_counts() cron job.
2024-12-31 07:09:27 - Starting rcp_mark_abandoned_payments() cron job.
2024-12-31 22:14:16 - Starting rcp_check_for_expired_users() cron job.
2024-12-31 22:14:16 - Starting rcp_check_for_soon_to_expire_users() cron job.
2024-12-31 22:14:16 - Starting rcp_check_member_counts() cron job.
2024-12-31 22:14:16 - Starting rcp_mark_abandoned_payments() cron job.
2025-1-01 21:00:32 - Starting rcp_check_for_expired_users() cron job.
2025-1-01 21:00:33 - Starting rcp_check_for_soon_to_expire_users() cron job.
2025-1-01 21:00:33 - Starting rcp_check_member_counts() cron job.
2025-1-01 21:00:35 - Starting rcp_mark_abandoned_payments() cron job.

[+] Result saved to log.txt
Download Tool