6 Followers
36 Following
105 Posts
Amor fati

Firefox finally supports in-browser translations.

https://news.itsfoss.com/firefox-118-release/

Good News! Native Translation Finally Arrives With Firefox 118😍

Firefox 118 makes it easy for users to translate webpages.

It's FOSS News
Looking for file transfers you can trust? We're continuing with our how to series by exploring OnionShare for safe and secure file sharing using the Tor network.
https://www.youtube.com/playlist?list=PLwyU2dZ3LJEoTzE6v4SAZNGl2Kv4MuePT
How to safely and securely share any file using the Tor network with OnionShare

YouTube
GitHub - webpro/reveal-md: reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file

reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file - webpro/reveal-md

GitHub
Remove VBAS by default, then integrate Python. What could go wrong. No complaints here.
Microsoft is bringing Python to Excel

Microsoft is integrating Python into its Excel app. A public preview is available for Microsoft 365 subscribers now and all the Python code runs on the Microsoft Cloud.

The Verge
Sure are a lot huh
We have co-signed @LaQuadrature 's open letter in solidarity and to express support for upholding our digital rights. The use of privacy-preserving technology to defend against surveillance and tracking should not be criminalized.
https://www.lemonde.fr/en/opinion/article/2023/06/14/encryption-protects-our-rights-privacy-is-not-a-crime_6031695_23.html
'Encryption protects our rights, privacy is not a crime'

The encryption of communications is a right that goes hand in hand with the protection of privacy. A group of more than 120 signatories, led by the association La Quadrature du Net, protests against the criminalization of this practice, whether by the French police or at a European and international level.

Le Monde
Together with @LaQuadrature we are actively pushing back against unproductive and alarmist narratives that aim to misrepresent people's motivations for using privacy enhancing technologies.
https://www.laquadrature.net/en/2023/06/05/criminalization-of-encryption-the-8-december-case/
Criminalization of encryption : the 8 december case

This article was written on the basis of information related to the so-called "8 December" case (see the footnotes for a global overview of the case, we focus on the "numerical part" of it in this article<fn>For a summary of the 8 December affair see in particular the testimonies available in thi

La Quadrature du Net
Search all directories for flag.txt & don't show errors.
find / -name 'flag.txt' 2>/dev/null
Similar, but case-insensitive.
find / -iname 'flag.txt' 2>/dev/null
Similar, but runs `cat` on each file displaying the content.
find / -iname 'flag.txt' -exec cat {} \; 2>/dev/null
1. The greenbone docker container setup has no documentation. One would assume I could spin up on 443 and it would work, but no.
2. I had some dependency issues on PC since a old kali repo I wanted to add. I halfway began on a VM, but it was giving me friction
3. I believe the local git repo docker files were outdated for some reason.
4. The mikesplain was complaining about cookies. There is a tryhackme guide with this method. Didn't work.
5. It was installed on kali VM and setup to the point where you can run a scan. The scans don't run. The only forum with relevant information has some anons explaining the way (which didn't work for me) or openVAS ppl directing ppl to kali since they oversee this one.