From 2e1c726788452c3fdc60bbb1f560b48c9925db4e Mon Sep 17 00:00:00 2001 From: user Date: Tue, 6 Feb 2024 00:17:56 -0500 Subject: [PATCH] cleaning up / adding info --- README.md | 15 ++++++++---- tails-install.sh | 56 --------------------------------------------- wipri-setup.desktop | 6 ----- 3 files changed, 11 insertions(+), 66 deletions(-) delete mode 100755 tails-install.sh delete mode 100644 wipri-setup.desktop diff --git a/README.md b/README.md index 9c765c3..74391f3 100644 --- a/README.md +++ b/README.md @@ -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 * diff --git a/tails-install.sh b/tails-install.sh deleted file mode 100755 index ac57b4a..0000000 --- a/tails-install.sh +++ /dev/null @@ -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 diff --git a/wipri-setup.desktop b/wipri-setup.desktop deleted file mode 100644 index dcb4999..0000000 --- a/wipri-setup.desktop +++ /dev/null @@ -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