In the evolving landscape of cybersecurity, having the right tools is crucial for effective security investigations.
This article explores how to configure Firefox with advanced security and intelligence features tailored for Open Source Intelligence (OSINT) and security research.
Learn how to set up and run a specialized script that enhances Firefox for your cybersecurity needs.
Configure FireFox with Security and Intelligance features for OSINT and Security Investigations.
This repo is in early alpha. Do not run this script yet.
Download the required files from the GitHub Repository
The script may be lauched from the extracted GitHub download like this:
Windows:
.\sos-firefoxresearcher.ps1
Linux:
sudo chmod +x ./sos-firefoxresearcher.sh
sudo bash ./sos-firefoxresearcher.sh
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…