Face Recognition – Mastering Facial Recognition With Python
Recognize and manipulate faces from Python or from the command line with the world's simplest face recognition library. Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. This also provides a simple face_recognition command line tool that lets you do face recognition on a folder of images from the command...
PowerForensics – PowerShell Digital Forensics
The purpose of PowerForensics is to provide an all inclusive framework for hard drive forensic analysis. PowerForensics currently supports NTFS and FAT file systems, and work has begun on Extended File System and HFS+ support. All PowerForensics documentation has been moved to Read The Docs. Detailed instructions for installing PowerForensics can be found here. Public API PowerForensics is built on a C# Class Library (Assembly)...
GasMasK – The Comprehensive OSINT Toolkit
GasMasK is a versatile open-source tool designed for extensive information gathering and OSINT (Open Source Intelligence) operations. It seamlessly integrates various functionalities to probe domains, social media, and more, using a multitude of data sources like Shodan, Censys, and DNS records. Licensed under GPLv3, GasMasK v2.0 offers a robust framework for cybersecurity professionals and researchers. Dive into the capabilities...
Audio-Metadata : Simplifying Audio File Analysis With A Lightweight JavaScript Library
The purpose of this library is to be very fast and small. It's suitable for server-side or client-side. Really any platform that supports ArrayBuffer and its ilk (Uint8Array, etc.). I wrote it because the other libraries were large and very robust; I just needed something that could extract the metadata out without requiring 30KB of JavaScript. audio-metadata.min.js comes in at 6.1K/2.1K minified/gzipped. To accomplish the...
PDFMtEd – Simplifying PDF Metadata Management On Linux
PDFMtEd (PDF Metadata Editor) is a set of tools designed to simplify working with PDF metadata on Linux. The utilities hosted in this repository are graphical front-ends to the marvelous ExifTool by Phil Harvey. Components PDFMtEd Editor PDFMtEd Editor is an easy-to-use graphical metadata editor that supports viewing and modifying all major metadata fields found in PDF documents. Features: easily process multiple files and folders right from your file...
Crime Data Explorer : An In-Depth Look At FBI’s Open Crime Data Initiative
The FBI collects and publishes Uniform Crime Reporting (UCR) data on an annual basis. Over 18,000 law enforcement agencies across the country voluntarily participate in the program by submitting data through a state UCR program or directly to the FBI. This open data project is part of our ongoing efforts to improve the accuracy and timeliness of the nation’s crime statistics. The...
XMGoat – Mastering Azure Security Through Hands-On Attack Scenario
XM Goat is composed of XM Cyber terraform templates that help you learn about common Azure security issues. Each template is a vulnerable environment, with some significant misconfigurations. Your job is to attack and compromise the environments. Here’s what to do for each environment: Run installation and then get started. With the initial user and service principal credentials, attack the environment based...
VulnNodeApp – Exploring Web Vulnerabilities With A Node.js Educational Tool
A vulnerable application made using node.js, express server and ejs template engine. This application is meant for educational purposes only. Setup Clone This Repository git clone https://github.com/4auvar/VulnNodeApp.git Application Setup: Install the latest node.js version with npm. Open terminal/command prompt and navigate to the location of downloaded/cloned repository. Run command: npm install DB Setup Install and configure latest mysql version and start the mysql service/deamon Login with root user in mysql...
Hfinger – Fingerprinting Malware HTTP Requests
Tool for fingerprinting HTTP requests of malware. Based on Tshark and written in Python3. Working prototype stage. Its main objective is to provide unique representations (fingerprints) of malware requests, which help in their identification. Unique means here that each fingerprint should be seen only in one particular malware family, yet one family can have multiple fingerprints. Hfinger represents the request in a...
CloudBrute – Unleashing Automated Security Testing Across Multiple Cloud Platforms
A tool to find a company (target) infrastructure, files, and apps on the top cloud providers (Amazon, Google, Microsoft, DigitalOcean, Alibaba, Vultr, Linode). The outcome is useful for bug bounty hunters, red teamers, and penetration testers alike. Motivation we are always thinking of something we can automate to make black-box security testing easier. We discussed this idea of creating a multiple...