Mariana Trench: Tool to test Android App

Mariana Trench is a security-focused static analysis platform targeting Android. This guide will walk you through setting up Mariana Trench on your machine and get you to find your first remote code execution vulnerability in a small sample app. Prerequisites Mariana Trench requires a recent version of Python. On MacOS you can get a current … Read more

PwnLnX – Advanced Python Reverse Shell for Hacking

An advanced multi-threaded, multi-client python reverse shell for hacking Linux systems. There’s still more work to do so feel free to help out with the development.  Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a computer network without authorization or permission is illegal. Please follow these instructions … Read more

Kubescape – Manage Kubernetes Security

Kubescape is the first tool for testing if Kubernetes is deployed securely as defined in Kubernetes Hardening Guidance by NSA and CISA Use Kubescape to test clusters or scan single YAML files and integrate it to your processes. Install curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash Run kubescape scan framework nsa –exclude-namespaces kube-system,kube-public If you wish to … Read more