Kupa3 – Script Dependencies And Domain Connections On Websites
Kupa3 allows you to draw connections between scripts on specific website. It search for javascript code or source attribute, in html code, and crawls it in order to draw a dependency graph. This approach can help bug hunters to discover subdomains and examine javascript calls, OSINT researchers to check what companies are connected to each other or for tracking...
Whapa – Comprehensive Guide To The WhatsApp Forensic Toolset
In the digital age, forensic analysis of messaging applications like WhatsApp is crucial for both security and investigative purposes. 'Whapa' offers a sophisticated suite of tools designed to parse and analyze WhatsApp data on Android and iOS devices. Developed with Python and supported on multiple operating systems, Whapa enhances forensic capabilities with its robust features and compatibility. Whatsapp Parser Toolset Updated:...
iOS Frequent Locations Dumper – A Comprehensive Guide To Extracting Location Data
A powerful tool designed to extract and decode location data stored on iOS devices. By accessing the StateModel#.archive files, users can effectively dump location data into various formats, including KML and CSV. This guide provides a detailed walkthrough on using the script, along with necessary dependencies and usage examples to get started. Dump the contents of the StateModel#.archive files located...
The Docker Forensics Toolkit : A Comprehensive Guide For Post-Mortem Analysis
This repo contains a toolkit for performing post-mortem analysis of Docker runtime environments based on forensic HDD copies of the docker host system. Features mount-image Mounts the forensic image of the docker host status Prints status information about the container runtime list-images Prints images found on the computer show-image-history Displays the build history of an image show-image-config Pretty prints the full config file of an image list-containers Prints containers found on the...
Holehe Maltego Transform – Your Tool For Digital Investigation And Information Gathering
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function. In the evolving landscape of online intelligence, the Holehe Maltego Transform emerges as a pivotal tool for digital investigators. Designed to reveal how email addresses are used across various platforms, Holehe leverages...
Holehe OSINT – Email To Registered Accounts
Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Retrieves information using the forgotten password function. Does not alert the target email. Runs on Python 3. Installation With PyPI pip3 install holehe With Github git clone https://github.com/megadose/holehe.git cd holehe/ python3 setup.py install With Docker docker build . -t my-holehe-image docker run my-holehe-image holehe test@gmail.com Quick Start Holehe can be run from the CLI...
Telegram Trilateration – Exploring The Risks
It took them over a YEAR to realize their mistake but they FINALLY lowered the accuracy of the "People Nearby" function. Or it might be that the huge sudden outburst of negativity from Russian and Ukrainian media has finally made them come to senses. Either way, when you run the function now, you will only see results of 500m, 1km, 2km, etc. I have little faith left in Telegram...
Twayback – Downloading Deleted Tweets From The Wayback Machine, Made Easy
Sad News July 2023 - Due to recent changes to the Twitter platform, this tool is unable to work as intended. Login is required to even view tweets not to mention the rate limiting. I'll leave this repo up in case anyone wants to learn from it but I likely will not be updating the tool. Thank you to...
Agentic Security – Enhancing LLM Resilience With Open-Source Vulnerability Scanning
In an era where large language models (LLMs) are integral to technological advancements, ensuring their security is paramount. Agentic Security offers a pioneering open-source vulnerability scanner designed to robustly test and enhance the resilience of LLMs. This tool not only integrates seamlessly but also provides customizable attack simulations to safeguard against emerging threats. Features Customizable Rule Sets or Agent based attacks Comprehensive...
Collector – The Ultimate OSINT Toolkit For Digital Sleuthing
Collector is a OSINT tool and information gathering. I build this tool for my fun and you can use this tool for do OSINT. In github account and instagram account you can find information by username. Install git clone https://github.com/galihap76/collector.git cd collector pip install -r requirements.txt Options # Help python3 main.py -h # Phone number python3 main.py -n <phone number> # Github account python3 main.py -g <target username> #...