[Tails-dev] Randomize full MAC address feature option in welcome screen

2023-11-20 Thread Astral Projection
Feature for full mac randomization in the welcome screen users can 
select if they choose so (not set as the default spoofing option.)


Something like these lines added to /usr/local/lib/tails-spoof-mac

oui=list of phone oui venders
nic=/usr/bin/tr -dc a-f0-9 's/../:&/2g'

spoof_full_mac() {
local msg
set +e
msg="$(macchanger -m "$oui:nic" 2>&1)"
ret="${?}"
set -e
if [ "${ret}" != 0 ]; then
log "macchanger failed for NIC ${1}, returned ${ret} and said: 
${msg}"

return 1
fi
}

macchanger command for this feature would be

macchanger -m "$oui:nic"

phone oui vendors resources to form oui list:
https://standards.ieee.org/products-programs/regauth/
https://www.wireshark.org/download/automated/data/manuf

(look for these type of vendors)

Google

Huawei

Apple, Inc.

Samsung Electronics Co.,Ltd
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


[Tails-dev] Tor Browser 13.0.4 (Android, Windows, macOS, Linux)

2023-11-20 Thread Giorgio Maone

Hello All,

Unsigned Tor Browser 13.0.4 release candidate builds are now available 
for testing:


- 
https://tb-build-02.torproject.org/~ma1/builds/torbrowser/release/unsigned/13.0.4/


The full changelog can be found here:

- 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/blob/tbb-13.0.4-build1/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt 



--
ma1
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


[Tails-dev] Idea

2023-11-20 Thread Thyago
Why don't you have any idea to use a virtual machine to install the
system and the bootloader?
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


[Tails-dev] want to stop tails going into sleep mode when I close lid

2023-11-20 Thread J B via Tails-dev
Hi, I have tried for some time to find a working answer to this issue - to no 
avail.

The issue is that I want to be able to leave tails running various processes 
when I close the lid of my laptop, or turn off my monitor, or simply leave it 
untouched for a while. There doesn't seem to be a way of doing this, not that I 
have been able to find anyway.

I would be very grateful if you could please help me with this.

Kind regards,

J___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.