App Metadata – A Comprehensive Guide To iOS, Android, And UWP Application Metadata Extraction

0

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

0

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

0

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

0

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...

Face Recognition – Mastering Facial Recognition With Python

0

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

0

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

0

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

0

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

0

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

0

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...