KiND – Kubernetes IN Docker
kind is a tool for running local Kubernetes clusters using Docker container "nodes". kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. Prerequisites You have kind installed and setup locally in your system, refer to the docs for installation Ensure you have cluster-admin access to the Kubernetes cluster. Also you have installed the kubectl and in the path, refer to the docs...
Kubernetes – Standard Cluster
If you are already having a Kubernetes standard vanilla cluster environment and wanted to set up Kubernetes Goat, then you are in the right place. The below section contains the step-by-step instructions to set up the Kubernetes Goat in the standard cluster. Prerequisites Ensure you have cluster-admin access to the Kubernetes cluster. Also you have installed the kubectl and in the path, refer to the...
SharpIncrease – Mastering Malware Obfuscation To Bypass Security Detection
Adversaries may use binary padding to add junk data and change the on-disk representation of malware. This can be done without affecting the functionality or behavior of a binary, but can increase the size of the binary beyond what some security tools are capable of handling due to file size limitations. Binary padding effectively changes the checksum of the file...
Deployment Instructions – Setting Up The PinguCrew Project With Docker, Python, And Node.js
At the moment the default configuration when the run_server butler command uses docker containers to run the MongoDB, rabbit-mq and minio services. It is mandatory to have docker service installed in case the the fault configuration is used. To install docker you can refer to the official installtion instructions Install Docker Engine: Python To run the backend server and the Pingu bot it is...
ROP ROCKET – The Next Evolution Of ROP Chain Generation
This new, advanced ROP framework made it debute at at DEF CON 31 with some unprecedented capabilities. ROCKET generates several types of chains, and it provides new patterns or techniques. Please note that this is still a work in progress, with some updated and enhanced capabilities to be added. Updates should be regular. If you encounter issues, please put them...
ANDROPHSY – Comprehensive Forensic Tool For Android Smartphones
ANDROPHSY is an opensource forensic tool for Android smartphones that helps digital forensic investigator throughout the life cycle of digital forensic investigation. Services provided by ANDROPHSY includes Digital forensic case and evidence management Raw data acquisition – physical acquisition and logical – file system level acquisition Meaningful evidence extraction and analysis support Evidence presentation License Information Please read license agreement carefully here. Disclaimer Notice Before go further from...
App Metadata – A Comprehensive Guide To iOS, Android, And UWP Application Metadata Extraction
This package has been deprecated, and is not being maintained by MSFT anymore. This library helps you retrieve the most frequently extracted metadata and icons within iOS, Android and UWP applications. Usage Import import { Extract } from 'app-metadata'; usage let results = await Extract.run(pathName); Results The library will return the information most relevant for the supported platforms. For a better understanding of the details retrieved refer...
Check-If-Email-Exists : A Tool To Verify Email Addresses Without Sending Emails
This is open-source, but I also offer a SaaS solution that has check-if-email-exists packaged in a nice friendly web interface. If you are interested, find out more at Reacher. If you have any questions, you can contact me at amaury@reacher.email. Get Started 3 non-SaaS ways to get started with check-if-email-exists. 1. HTTP Backend Using Docker (Popular Method ) This option allows you to run a HTTP backend using Docker,...
IPGeolocation – A Comprehensive Guide To The IPGeoLocation Tool
IPGeoLocation is a powerful tool designed to fetch detailed geolocation information for any given IP address or domain. Utilizing the comprehensive services of ip-api, this Python-based application offers extensive functionality including proxy support, multiple output formats, and integration with Google Maps. Ideal for cybersecurity professionals and enthusiasts, IPGeoLocation streamlines the process of IP analysis and geolocation retrieval. A tool to...
Firefox Decrypt – Mastering Password Recovery For Mozilla Applications
As of 1.0.0 Python 3.9+ is required. Python 2 is no longer supported. If you encounter a problem, try the latest release or check open issues for ongoing work. If you definitely need to use Python 2, Firefox Decrypt 0.7.0 is your best bet, although no longer supported. Table Of Contents About Usage Advanced Usage Non-Interactive mode Ouput formats CSV/Tabular Pass - Password Store Troubleshooting Windows MacOSX Testing Derived works About Firefox Decrypt is a tool to extract passwords from...