Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricelambert/firefoxhardening
CIS based hardening for Mozilla Firefox browser.
https://github.com/mauricelambert/firefoxhardening
benchmark cis configuration firefox hardening linux mozilla mozilla-firefox perl powershell security windows
Last synced: about 2 months ago
JSON representation
CIS based hardening for Mozilla Firefox browser.
- Host: GitHub
- URL: https://github.com/mauricelambert/firefoxhardening
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2022-08-02T21:26:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T09:55:51.000Z (about 1 year ago)
- Last Synced: 2023-11-05T09:27:29.270Z (about 1 year ago)
- Topics: benchmark, cis, configuration, firefox, hardening, linux, mozilla, mozilla-firefox, perl, powershell, security, windows
- Language: Perl
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Firefox Hardening
## Description
A CIS based Hardening for Mozilla Firefox browser.
- 100% of the rules in the CIS benchmark are implemented for Windows and Linux (32 and 64 bits, version ESR or not)
- There are 6 level 2 rules (with potential impact) marked in the scripts
- Easy to use (2 solutions)
- Run script (PowerShell for Windows, Perl for Linux)
- Place the reference files, containing the configurations, in the firefox directories (these files are found in the github version)
- A keepass configuration (the web content can't deactivate copy/paste events)
- Privacy configurations (tracking protection, URL bar "smart" options...)
- Optimization (cache in memory instead of disk)
- Simplify the use of tabs (don't close Firefox with the last tab)
- Dark theme for Firefox interface (no impact on the Web content)## Requirements
- Firefox
- Root/Administrator permissions### Linux
- Perl
### Windows
- Powershell
## Usages
### Windows
```bash
powershell .\FirefoxHardening.ps1
```### Linux
```bash
sudo perl FirefoxHardening.pl
```## Links
- [CIS](https://www.cisecurity.org/benchmark/mozilla_firefox)
## Licence
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).