Skip to content

This tool makes it possible to view exposed data in Mendix applications

License

Notifications You must be signed in to change notification settings

sandervandegeijn/mendix-data-enumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mendix-data-enumerator

This repository contains a tool designed to scan Mendix applications for data that might be exposed publicly. The purpose of this tool is to assist developers and organizations in identifying and mitigating potential data exposure risks within their Mendix applications.

This tool only utilizes the default Mendix APIs, which are publicly documented. The security risks associated with these APIs have been known to Mendix and the community for quite some time. For further reference, please see the Computable article from March 23, 2022 discussing this issue in detail. Mendix has also shared guidelines with their account teams on the existence of this potential problem and how to mitigate it.

Standalone usage

python3 -m venv .
source bin/activate
pip install -r requirements.txt
pip install playwright && playwright install-deps && playwright install chromium
streamlit run webversion.py

Docker usage

docker build . -t mendix-data-enumerator
docker run -p 8501:8501 mendix-data-enumerator

To actually use

Go to http://localhost:8501/ to view the application Enter an URL to your Mendix application and click on "Get data" to get all exposed data.

Disclaimer

By using this tool, you acknowledge and agree to the following terms:

  1. No Warranty: This tool is provided “as is”, without any warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The author and contributors of this tool do not warrant that the tool will be error-free, complete, or up-to-date.
  2. Use at Your Own Risk: The use of this tool is at your own risk. The author and contributors are not responsible for any direct, indirect, incidental, special, exemplary, or consequential damages (including but not limited to procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this tool, even if advised of the possibility of such damage.
  3. Compliance with Laws: Users are solely responsible for ensuring that their use of this tool complies with all applicable laws and regulations, including but not limited to data protection laws such as the General Data Protection Regulation (GDPR). Users must not use this tool to scan applications without proper authorization or in any manner that would violate privacy rights or other legal provisions.
  4. Sensitive Data: This tool may identify data that is publicly exposed, some of which may be sensitive. It is the responsibility of the user to handle any such data in accordance with applicable data protection laws and best practices for data security.

About

This tool makes it possible to view exposed data in Mendix applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published