Skip to content

Helps you hunt vulnerabilities in Mendix applications

Notifications You must be signed in to change notification settings

Jelle-DIVD/MendixHunter

Repository files navigation

MendixHunter

Electron browser for Mendix security research.

Install

npm install
npm start

Build

npm run build-win    # Windows
npm run build-mac    # macOS
npm run build-linux  # Linux

Usage

  1. Launch app
  2. Enter target URL
  3. Use toolbar buttons (top-right)
  4. Check DevTools console for output

Custom Injection

Create these files in the project root to inject custom code into Mendix sites:

  • inject.css - Custom CSS
  • inject.js - Custom JavaScript

Both files are automatically loaded when a Mendix app is detected.

Features

  • Domain locking
  • Request interception
  • Mendix auto-detection
  • Built-in recon tools
  • Custom code injection

About

Helps you hunt vulnerabilities in Mendix applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages