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
nosqli-flintcms — Blind noSQL injection case study lab based on CVE-2018-3783 | Kitploit
Tools/GitHubGitHub/nisaruj/nosqli-flintcms
Vulnerability AnalysisWeb Application ExploitationCTFLearning & EducationDatabase SecurityLabs & Practice
GitHubnisaruj/nosqli-flintcms

nosqli-flintcms

Blind noSQL injection case study lab based on CVE-2018-3783

View Repository
43 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

nosqli-flintcms

Blind noSQL injection case study lab based on CVE-2018-3783 (privilege escalation on flintcms 1.1.9).

The vulnerability was originally discovered by Benoit Côté-Jodoin. You can read original report on HackerOne.

Prerequisites

root@kitploit:~
docker-compose

Limitation: We removed sendEmail function so that the server cannot send an email. However, it can still generate a token when password is reset.

Lab Setup

  1. The environment variables are in docker-compose.yml you can change database's credential here.
  2. Run docker-compose up, wait until the containers are built and running properly.
  3. Go to localhost:4000 you should see a welcome page. Then visit localhost:4000/admin/install, enter fake email username and password.
  4. Let's hack!

Don't forget to run docker-compose down once finished hacking.

How it works?

Coming soon.

Download Tool