| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
AI-Entropy-Mapper (AIEM) is a sophisticated AI detection and network mapping tool designed for security researchers studying artificial intelligence systems in the wild. Part of the NullSec MysteryMACHINE framework.
# Decrypt the source archive
openssl enc -aes-256-cbc -d -pbkdf2 -in aiem-source.tar.gz.enc -out aiem-source.tar.gz
tar -xzf aiem-source.tar.gz# After decryption
cd ai-entropy-mapper
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
# Run
aiem --help# Entropy analysis
aiem entropy analyze "text to analyze"
# AI detection
aiem detect --url https://api.example.com/chat
# Prompt injection scan
aiem scan --target https://chatbot.example.com
# Network mapping
aiem map --discover --output network.json
# Full probe
aiem probe --target https://ai-service.com --fullAIEM integrates with the MysteryMACHINE unified AI detection framework:
| Component | Purpose |
|---|---|
| 𧬠Bio AI Model | Biological AI detection via biometrics |
| π’ Entropy Mapper | Digital AI fingerprinting |
| πΈοΈ Network Mapper | AI infrastructure mapping |
| π Prompt Scanner | Vulnerability assessment |
FOR AUTHORIZED SECURITY RESEARCH ONLY Obtain proper authorization before testing AI systems
bad-antics | NullSec Framework 2026
"Mapping the invisible AI infrastructure"
| Back | FazBrowse Home | New Git URL |