House is a runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python. It is designed for helping assess mobile applications by implementing dynamic function hooking and intercepting and intended to make Frida script writing as simple as possible. TL;DR ```git clone https://github.com/nccgroup/house cd house pip3 install -r requirements.txt pip3 install pipenv pipenv --python=/usr/bin/python3 install pipenv --python=/usr/bin/python3 shell python3 app.py <PORT> # or: mkvirtualenv --python=/usr/local/bin/python3 house workon house pip install -r requirements.txt python app.py <PORT> # or: (only for Mac OS) git clone https://github.com/nccgroup/house cd house pip3 install -r requirements.txt pip3 install pipenv pipenv --python=/usr/local/bin/python3 install pipenv --python=/usr/local/bin/python3 shell python3 app.py <PORT> By default, House binds to http://127.0.0.1:8000. To get an overview of House capabilities, you can visit user's manual for details.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
An Active Defense framework for detecting and responding to phishing attacks in Office 365 Message Trace logs.
Detects and handles potential malware in Microsoft Exchange 2019 messages with various techniques and third-party libraries.
Industrial control system automation and testing tool for SCADA security testing.
Verify scripts and executables to mitigate chain of supply attacks.
A Python tool for patching Dalvik bytecode in DEX files and assisting in Android application analysis
Alternative marketplace for mobile applications with package ID metadata retrieval and APK download capabilities.
MiniCPS is a framework for real-time Cyber-Physical Systems simulation that supports physical process and control device simulation along with network emulation capabilities.
The Upstream Security Platform is a cloud-based solution for monitoring and securing connected vehicles and mobility IoT devices, offering features such as cybersecurity detection, API protection, and fraud detection.
GRFICS is a graphical realism framework for industrial control simulations using Unity 3D game engine graphics to enhance ICS security training.
PINNED

Mandos
Fractional CISO service that helps B2B companies implement security leadership to win enterprise deals, achieve compliance, and develop strategic security programs.

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.