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
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…