Skip to content

A Linux script to disable privacy-sensitive devices at low level making them non-detectable by apps.

Notifications You must be signed in to change notification settings

psycho-source/Blackout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackOut

A program to disable your Device's at low level, making them non detectable by the system. (Better Privacy?!)

Installation

  1. Clone this repository and change the working directory.
    git clone https://github.com/psycho-source/Blackout.git
    cd Blackout
    
  2. Edit the three variables webcam, bluetooth and wifi according to your system. You can refer to this answer to get the path to your device's bConfiguration file.  
  3. For system wide installation, run ./install.sh  

    You can also install for a single user, just add --user flag ./install.sh --user

  4. sudo blackout -h

Usage

  • Menu

    • Execute blackout as root in terminal

      sudo blackout

      Screenshot 1 Choose the option you want to toggle or q to quit.

  • Quick disable

    • Execute blackout as root in terminal with one of the following flag.

      Flag Description
      -a Disables all devices in menu.
      -b Disables Bluetooth
      -c Disables WebCam
      -w Disables Wifi

      sudo blackout -c

      Screenshot 2

About

A Linux script to disable privacy-sensitive devices at low level making them non-detectable by apps.

Resources

Stars

Watchers

Forks

Languages