an express app to demonstrate NoSQL Injection using MongoDB
942
Express.js Application: The image includes a simple yet functional Express.js application that demonstrates a typical use case involving MongoDB for data storage and retrieval.
NoSQL Injection Vulnerabilities: The application deliberately incorporates vulnerabilities that can be exploited through NoSQL injection attacks. It allows you to simulate different injection scenarios and observe their impact on the application's behavior.
MongoDB Integration: The application integrates with MongoDB as the NoSQL database, showcasing how improper input handling can lead to security risks. It demonstrates common techniques used to construct malicious payloads and exploit NoSQL injection vulnerabilities.
Easy Deployment with Docker: The image is pre-configured with all the necessary dependencies and configurations. You can easily deploy the image as a Docker container, making it convenient to set up the demonstration environment on your local system or any Docker-compatible platform.
docker pull ankush003/nosqli
docker run -d -p 5000:5000 ankush003/nosqli
Content type
Image
Digest
sha256:6f84bdd19…
Size
65.9 MB
Last updated
about 2 years ago
docker pull ankush003/nosqli