cleaning up / adding info

master
user 2024-02-06 00:17:56 -05:00
parent f46156421f
commit 2e1c726788
3 changed files with 11 additions and 66 deletions

View File

@ -2,13 +2,16 @@
### WIFi Device/MAC/Device Metadata Disinfo: Address Changer/Hostname randomizer/Device/Signal/location Privacy
[Without disconnecting from internet]
This will continue to be updated at official project location:
http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/RightToPrivacy/wipri
(github not as updated since changes: most recent revisions on above gitea onion)
---
### NEWEST FEATURES:
-w flag turns off wifi radio once you leave your network range (automatically) to prevent saved network SSID leaks
-w flag turns off wifi radio once you leave your network range (automatically) to prevent identifier / saved SSID leaks
-M randomizes your Linux device machine-id to mitigate against tracking potential (unique identifier)
@ -40,11 +43,13 @@ LINUX DEVICE (with the following):
* nmcli (NetworkManager Cli is needed for -w flag)
* gnu core-uils (for shuf command)
---
#### NOTE: You don't need to understand everything in README to get started. It's simple.
#### NOTE: You don't need to understand everything in README to benefit. It's simple.
Just run the install.sh and answer the simple questions to let wipri take care of the install + startup for you.
Run the install.sh and answer the simple questions to let wipri take care of the install + startup for you.
---
@ -117,6 +122,8 @@ Questions about wipri, wipri-list, leave a comment, Or, Send An Email: righttopr
re-run the install.sh, to overwrite your old wipri with new features!
YOU CAN ALSO CHANGE FLAGS SET FOR BOOT BY RERUNNING THE install.sh - THAT'S IT.
---
* For Our Ethical Human Rights *

View File

@ -1,56 +0,0 @@
#!/bin/bash
#
# NOTICE: THIS IS NOT READY - NEEDS MORE TESTING
# (WILL WORK ON THIS AGAIN AS I GET TIME - OTHERS WELCOME TO CONTRIBUTE)
# Tails setup (wipri)
#
# righttoprivacy[at]tutanota.com
#
# COLORS
export BLUE='\033[1;94m'
export GREEN='\033[1;92m'
export RED='\033[1;91m'
export WHITE='\033[0;37m'
export ENDCOLOR='\033[1;00m'
# VARIABLES
wpcmd='wipri -d wlan0 -p' # Default wipri command - wipri-list commands work too!
# if you use wipri-list be sure to create mac's for your list w/ -a flag$
scriptsdir="/home/amnesia/Persistent/scriptz"
# DOWNLOAD WIPRI + INITIAL SETUP
function dlwipri() {
cd /home/amnesia/Persistent
mkdir -p scriptz
cd scriptz
# below assumes you are running Tails (.onion)
git clone http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/RightToPrivacy/WiPri.git
cd WiPri
echo -e "You will be asked which command you wish to use" && sleep .5
echo -e "wipri or wipri-list commands apply" && sleep .5
echo -e "* ${RED}If you choose a wipri-list cmd, -a flag must be run to begin creating list *${ENDCOLOR}\n" && sleep .5
read -p "What wipri or wipri-list command would you like to start at boot? " wpcmd
chmod +x install.sh
sudo ./install.sh -c "$wpcmd"
echo "Command You Chose For Persistence: ${RED}\"$wpcmd\"${ENDCOLOR}"
}
function persist() {
chmod +x $scriptsdir/WiPri/readd.sh
mkdir -p /live/persistence/TailsData_unlocked/dotfiles/.config
mkdir -p /live/persistence/TailsData_unlocked/dotfiles/.config/autostart
cp $scriptsdir/WiPri/wipri-setup.desktop /live/persistence/TailsData_unlocked/dotfiles/.config/autostart
chmod +x /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/wipri-setup.desktop
}
# MAIN FUNCTION
function main() {
echo "Now testing download wipri..." && sleep 1
dlwipri
persist
}
# THIS SET OF SCRIPTS IS UNDER CONSTRUCTION BUT UPLOADED - WAIT FOR COMMENT REMOVAL.
main

View File

@ -1,6 +0,0 @@
[Desktop Entry]
Name=wipriMetaPri
Type=Application
Exec=/home/amnesia/Persistent/scriptz/WiPri/readd.sh
Terminal=false
X-GNOMe-Autostart-enabled=true