Our goal is to port a minimal set of userland tools from the GNU/Linux userland to the bionic/Linux userland of Android. We've stripped out most the functionality inherent in the Linux software including audisp, ausearch, and auparse. The audit stream is not sent directly to an AF_Unix socket (/dev/audit) by auditd. While not as elegant or robust as the Linux code, our goal is to provide access to the audit stream for Android applications with minimal overhead. Our choice for stripping down Audit is partly due to the fact bionic is horribly GNU incompatible, but also the smartphone platform should be treated than the traditional server/desktop due to resource and runtime constraints. Requirements: A rooted Android system. Running the 2.6.29 or higher x86 kernel with CONFIG_AUDITSYSCALL=y. For the ARM platform, the kernel must be patched (See section 'Custom Kernel'). We needed to copy over the audit.h kernel header because Google uses clean headers. Their utilities to clean headers are unusable by those not blessed with the power of Google (i.e., the documentation is minimal and the ixd is horrible). More details in the directory structure section.
FEATURES
SIMILAR TOOLS
A collection of writeups of CTF challenges I solved, including explanations of the challenges and how I solved them.
A library for validating and accessing environment variables in Node.js programs
A lightweight CTF platform inspired by motherfuckingwebsite.com with a focus on challenge difficulty.
Certificate Transparency Monitor that alerts you when an SSL/TLS certificate is issued for your domains.
Node package for preparing CTF events with OWASP Juice Shop challenges for popular CTF frameworks.
Mellivora Mellivora is a PHP-based CTF engine with a wide range of features for managing Capture The Flag competitions.
CLI program for cybersecurity solution management with multiple functionalities and authentication methods.
A tool for scraping CTF writeups from ctftime.org and organizing them for easy access.
Directory containing components to build labs for Chapter 29 with setup instructions and VM information.
PINNED

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.