Libreware Software Library 📡 t.me/Libreware ★ Send us your suggestions and menaces here: https://t.me/joinchat/nMOOE4YJPDFhZjZk
Google Apps update
If you're having problems with various Google Apps not working properly starting within the last 2 weeks or so, check this out:
Google recently changed the method used to create app signatures on all Google Apps, and will be rolling these changes out to ALL apps distributed via Google Play starting next year.
This requires all app signature spoofing methods (either embedded within your ROM or used as an external patch) to be updated to continue to support apps distributed via Google Play on a device running microG.
The Github comment linked below contains a list of which ROMs and signature spoofing patches have imported the changes necessary to support the new Google Play app signing mechanism.
We advise you to NOT do any updates of apps sourced from Google Play - especially paid apps or any app that does license-checking - until you have these fixes applied on your devices or those apps may stop working!
(I do not know if the linked post will be continuously updated to reflect news about other ROMs etc but it is correct as of the time of posting. Most ROMs based on LOS should get these patches eventually. Please check with your ROM maintainer.)
https://github.com/microg/GmsCore/issues/2680#issuecomment-2548579352
Very sadly DivestOS come to the end 😱😭
Anniversary and Final Update¶
Notes from Tavi
December marks 10 years of #DivestOS!
There were over 7,000 git commits created in this time.
I believe the projects were highly successful in their goals, however this month will mark the end.
DivestOS and its apps will not receive any further updates.
Hypatia and Carrion will no longer receive database updates.
The non-mobile Divested projects (eg. Brace, D-WRT, real-ucode, and DNS blocklists) will continue to be maintained.
Most of our forum threads will be closed and the DivestOS XMPP chat rooms will also be turned off.
Donations will no longer be accepted and all recurring donations will be cancelled.
Thank you to all the users, contributors, and donors for this time. -Tavi
https://divestos.org/pages/news#end
#NewPipe on #Linux, Using Android_translation_layer
https://flathub.org/apps/net.newpipe.NewPipe
Comments
https://news.ycombinator.com/item?id=41963932
#yt
Continuation:if strings.ToUpper(answer) == "Y" {
whoisCmd := exec.Command("whois", IP)
whoisOutput, err := whoisCmd.Output()
if err != nil {
log.Fatal("Error running whois command:", err)
}
fmt.Println(string(whoisOutput))
} else {
fmt.Println("[+] Goodbye!")
os.Exit(0)
}
}
Source: Internet :)
Find out the #IP address through a call to #Telegram
ibederov_en/find-out-the-ip-address-through-a-call-to-telegram-a899441b1bac" rel="nofollow">https://medium.com/@ibederov_en/find-out-the-ip-address-through-a-call-to-telegram-a899441b1bac
Github: https://github.com/n0a/telegram-get-remote-ip
#tg
Kaonic is compatible with Android, Windows, Mac, Linux and iOS.
However iOS doesn't provide open access to USB ports, so only WiFi/BT tethering will work with it.
1. Install the Kaonic app: the download link will be on the QR code within the package
2. Create an account (no information is sent to any server) you can do this purely offline.
3. Log in
4. You can start scanning the network around you and find surrounding nodes.
5. Click on a user to begin chatting, sending files or even start an audio call
Our previous product Beechat Clip had only one radio to which users needed to connect via USB. Each radio module was region specific, so when travelling to a region with other frequency bands, the module would not work in that region. It had a maximum of 32 network hops.
Over the last year, we've developed Kaonic:
- 2x independent radios
- Live audio call capability (instead of walkie-talkie "push-to-talk")
- Frequency switchable for different regions (868/900 MHz)
- Longer range at highest data rate option (over 200%)
- More than 200% maximum data rate from previous model (250 vs 600 kbps)
- Capability to connect not only via USB, but also via WiFi tethering, and Bluetooth pairing
- Up to 128 network hops for globally scalable networks
- Open source firmware
- End-to-end encrypted
https://beechat.network/2024/12/01/how-to-simulate-kaonics-range-for-your-area-with-radio-mobile-online/
Check out our latest blog post:
How to simulate Kaonic’s range for your area with Radio Mobile Online
Simulated area coverage between two Kaonic 1S at 1 Watt output power at 2 metre antenna height:
87 km² (54 mi²)
26/11/2024
Today at PMRExpo in Cologne we launched our long awaited new high performance encrypted radio system Kaonic 1S. We demoed file sending, live audio calls, and encrypted messaging.
- cryptographic mesh: Kaonic uses Rust-based Reticulum mesh networking with up to 128 network hops (10X compared to LoRa)
- performance: Kaonic 1S features dual radios for simultaneous operations unlocking new capabilities like live audio/video. Each radio has data rates of up to 2400 kbps and 600 kbps for CE/FCC versions.
- open source software and firmware and modularity: soon to be published on GitHub, all code will be available on MIT License. Kaonic 1S runs Yocto Linux. Featuring expansion ports for FPGA, microphones, speakers, sensors and dual USB-C connectors.
Kaonic is more than a radio module, it’s a full featured radio-based single board computer set to revolutionise decentralised communications.
Click here to order a Kaonic 1S today!
Invidious is currently being blocked by Google. Use Materialious on Android or Desktop to get around this with local video fallback.
#yt
Betterfox
Set of about:config options for Mozilla #Firefox
It aims to improve browser settings for privacy-conscious users.
Betterfox is also capable of significantly increasing Firefox browsing speed.
https://github.com/yokoffing/Betterfox
LocalSend
free, open-source multiplatform app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.
https://github.com/localsend/localsend
#share #transfer
https://github.com/Cqinux/cinux
Cinux
Linus Torvalds has been sold out to big tech companies like Google and Microsoft. He himself is a billionaire and no longer writes any code. Many people, including myself, are very unhappy with his decisions, like the removal of several Russian developers from kernel maintainership status. See Several Russian developers lose kernel maintainership status.
This problematic decision is not an isolated incident. Recent dramas include adding Rust language developers like Alex Gaynor, who literally does nothing. See Unsafe Hell! Code review of "Rust for Linux" github project. Also the filesystem dramaRust in Linux lead retires rather than deal with more "nontechnical nonsense". His hatred towards C++ is another issue. It is no wonder nobody wants to contribute to Linux anymore. He really should not complain. There are also many other fundamental disagreements between me and him, such as no crashing for out-of-bounds errors, allocation failure, etc. I always support fail-fast for abstraction machine corruption and programming bugs.
What is my plan?
Maybe it is time to start a fork and rename it to Cinux (cqwrteur's Linux). I would like to first fix the kernel headers issues that break the UAPI for C++ compilers (because they use C++ keywords that break C++ code) and the Windows filesystem (Windows filesystem is case-insensitive, so some headers cannot be stored on Windows filesystems).
If I can, I will start to fix the kernel headers to support using freestanding C++ (at least, it needs C++26 standard; otherwise, it would be too broken) in the kernel with this portable C++ guideline. We will not use C++ exceptions or RTTI but will wait for P0709 Herbceptions Proposal. For a lot of functionalities missing in the C++ standard library (like array, vector) for freestanding, my fast_io library should be an acceptable replacement. See here.
I will also try to merge important forks like Asahi Linux for Apple Silicon support (the rust issue is another matter since Rust language developers and Rust foundations are very hostile to Russia and China). I will try to contain it before we have new solutions, such as a rewrite. Important forks also include Linux on Microsoft Surface.
microG GMSCore v0.3.6.244735 has been released on 2024-12-23.
UPDATE HIGHLIGHTS:
This is a feature and bugfix/compatibility update. There is at least one report of a new issue with this release.
If you have critical reliance on your device you may want to wait a week or two until more user reports are in before updating to this. (UNLESS you are still on 0.2.27 for UNLP reasons. Scroll to the bottom of this doc for more info before installing.)
New Features Overview
Initial Support for Play Integrity
If you need this, you probably already know what it is. We doubt this is going to be some magic solution as Google is always targeting to block custom ROM users with this tool, but it may improve compatibility for some users. Let us know how it works for you.
Add support in the Self-Check Page to show compatibility with Google’s new app signing regime
Google recently broke compatibility with Google Apps and future apps downloaded from Google Play by changing their app signing scheme.
This requires a change in your app signature spoofing solution, either inside your ROM or in an external add-on. This change will show you if your ROM or signature spoofing solution has updated to support this Google change.
Other improvements
Improve Google Play Games compatibility, general compatibility improvements, various bugfixes, language translation updates.
For a full changelog, see the links below.
Github release page
Includes release notes overview
https://github.com/microg/GmsCore/releases/tag/v0.3.6.244735
DETAILED changelogs with code commits:
0.3.5 —> 0.3.6
https://github.com/microg/GmsCore/compare/v0.3.5.240913...v0.3.6.244735
========
UPDATING:
* This has been flagged as a PREVIEW release on the microG website and F-droid repo.
Since this is a “Preview” release, it will NOT be suggested to you as a new update unless you have your client configured to offer "unstable” software versions, or select the new version manually in the “Versions” dropdown at the bottom of the app page on F-droid.
The most straightforward way to update the microG core module for most people is by using the F-droid client, with the special microG F-droid repo added. (See our “f-droid-repo” group note here)
You can also update microG on an existing installation by downloading the new APK from the official microG Github download page or website, and install it like any other standalone APK.
REMEMBER THAT THERE ARE TWO MAIN MICROG COMPONENTS: GmsCore and microG Companion. Always update both together, and ensure the version numbers match.
If you use a ROM which bundles microG and the above update methods do not work, you may have to wait for your ROM to update to the new microG version. Ask your ROM developer.
For new installs, the 3rd-party installer bundles will be updated as per each developer's workflow.
Home Assistant Voice Preview Edition
Open, local, and private #voice #assistant
https://www.home-assistant.io/voice-pe/
Resources
https://voice-pe.home-assistant.io/resources/
https://github.com/esphome/home-assistant-voice-pe
Community
https://community.home-assistant.io/
Specs
SoC ESP32-S3 SoC with 16 MB of FLASH storage 8 MB octal PSRAM
Audio Processing XMOS XU316
Featuring:
Echo cancellation
Stationary noise removal
Auto gain control
Dedicated I2S lines for audio in and out
Power / data USB-C, 5 V DC, 2 A
Radios 2.4 GHz Wi-Fi
Bluetooth 5.0
Audio output 3.5 mm (⅛”) stereo headphone jack
Digital to analog converter (DAC): TI AIC3202
48 kHz sampling rate
Software
ESPHome preloaded
Fully open-source firmware for both the ESP32 and XMOS chip
#iot #homeassistant
Telegram Maltego
a free set of Transforms for Maltego that enables OSINT investigations in the Telegram messenger.
Initially designed solely to simplify de-anonymization through stickers/emojis, it has since expanded far beyond its original functionality, allowing for more advanced investigations.
Features:
Getting Telegram profile by phone number
Getting a linked Telegram channel group
Getting a list of Telegram group administrators
Getting a list of authors of a Telegram channel
Collect all forwarded & similar channels by Channel
Search for deleted posts and generate links to view them
Indexing of all stickers/emoji in Telegram channel
Identification of the creator of a set of stickers/emoji
https://github.com/vognik/maltego-telegram
#tg #telegram
How to trace IP of someone's id in telegram using Golang!
Code:package mai
import (
"fmt"
"log"
"os"
"os/exec"
"strings"
)
func main() {
const CAP_PATH = "/tmp/tg_cap.pcap" // Temporary path for pcap capture file
const CAP_TEXT = "/tmp/tg_text.txt" // Temporary path for text file with information
const CAP_DURATION = "5" // Capture duration in seconds
// Get the external IP address of the device
ipCmd := exec.Command("curl", "-s", "icanhazip.com")
ipOutput, err := ipCmd.Output()
if err != nil {
log.Fatal("Failed to get IP address:", err)
}
MY_IP := strings.TrimSpace(string(ipOutput))
// Check if Wireshark is installed
_, err = exec.LookPath("tshark")
if err != nil {
log.Println("[-] Wireshark not found. Try installing Wireshark first.")
log.Println("[+] Debian-based: sudo apt-get install -y tshark")
log.Println("[+] RedHat-based: sudo yum install -y tshark")
os.Exit(1)
}
fmt.Println("[+] Discovering User's IP Address on Telegram using Golang")
fmt.Println("[+] Starting traffic capture. Please wait for", CAP_DURATION, "seconds...")
// Start traffic capture with Wireshark
captureCmd := exec.Command("tshark", "-w", CAP_PATH, "-a", "duration:"+CAP_DURATION)
captureOutput, err := captureCmd.CombinedOutput()
if err != nil {
log.Fatal("Traffic capture error:", err)
}
fmt.Println("[+] Traffic captured.")
// Convert pcap file to readable text file
convertCmd := exec.Command("tshark", "-r", CAP_PATH)
convertOutput, err := convertCmd.Output()
if err != nil {
log.Fatal("Error converting pcap file to text:", err)
}
err = os.WriteFile(CAP_TEXT, convertOutput, 0644)
if err != nil {
log.Fatal("Error writing text file:", err)
}
fmt.Println("[+] Pcap file successfully converted to text.")
// Check if Telegram traffic is present in the text file
if strings.Contains(string(convertOutput), "STUN 106") {
fmt.Println("[+] Telegram traffic found.")
// Extract the IP address from the text
extractCmd := exec.Command("cat", CAP_TEXT, "|", "grep", "STUN 106", "|", "sed", "'s/^.*XOR-MAPPED-ADDRESS: //'", "|", "awk", "'{match($0,/[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+/); ip = substr($0,RSTART,RLENGTH); print ip}' | awk '!seen[$0]++'")
extractOutput, err := extractCmd.Output()
if err != nil {
log.Fatal("Error extracting IP address:", err)
}
TG_OUT := strings.TrimSpace(string(extractOutput))
IP_1 := strings.Fields(TG_OUT)[0]
IP_2 := strings.Fields(TG_OUT)[1]
var IP string
// Check if the IP address is ours or the recipient's
if MY_IP == IP_1 {
IP = IP_2
} else if MY_IP == IP_2 {
IP = IP_1
} else {
IP = "[-] Sorry. IP address not found."
os.Exit(1)
}
// Get host information for the IP address
hostCmd := exec.Command("host", IP)
hostOutput, err := hostCmd.Output()
if err != nil {
log.Fatal("Error getting host information:", err)
}
fmt.Println("[+]")
fmt.Println("[+] IP Address:", IP)
fmt.Println("[+] Host:", strings.TrimSpace(string(hostOutput)))
fmt.Println("[+]")
// Clean up temporary files
err = os.Remove(CAP_PATH)
if err != nil {
log.Fatal("Cleanup error:", err)
}
err = os.Remove(CAP_TEXT)
if err != nil {
log.Fatal("Cleanup error:", err)
}
fmt.Println("[+] Cleanup completed.")
} else {
fmt.Println("[-] Telegram traffic not found.")
fmt.Println("[!]")
fmt.Println("[!] Run this script only >>>AFTER<<< the response.")
fmt.Println("[!]")
os.Exit(1)
}
fmt.Println("[?]")
fmt.Print("[?] Run whois", IP, "? (Y/N): ")
// Check if the user wants to run the whois command
var answer string
fmt.Scanln(&answer)
Kaonic 1S is our flagship Single Board Computer with dual integrated long range radios.
It enables capabilities that were only available to the military sector before, such as encrypted live audio calls over mesh networks.
Meshing is based on the revolutionary Reticulum mesh network, with our own backwards compatible Rust port for much higher performance.
Our firmware and software is open source, allowing users to modify the system to their own needs and providing full transparency of the system’s capabilities.
Kaonic is the future of decentralised off grid communication.
for which operating systems is your software available ?
Читать полностью…Could you please explain (for a regular end user) exactly how to communicate with other Kaonic radios, send text, audio files, etc.
Has any end-user software been written yet? In other words, as a non-dev, how would I use it?
Kaonic will enable unstoppable, uncensorable mesh networks everywhere. Our production is now ramping up and nothing can stop it
Читать полностью…Simulated area coverage between two Kaonic 1S at 1 Watt output power at 500 metre antenna altitude (drone scenario):
926 km² (575 mi²)
beechatnetwork/introducing-kaonic-long-range-radio-mesh-networking-sbc-single-board-computer-with-10x-speeds-248e7957a193" rel="nofollow">https://medium.com/@beechatnetwork/introducing-kaonic-long-range-radio-mesh-networking-sbc-single-board-computer-with-10x-speeds-248e7957a193
Читать полностью…In case you're searching for wifi and Ethernet #routers with open source #Openwrt Linux distribution here's some trustworthy ones
Openwrt One
https://openwrt.org/toh/openwrt/one
https://docs.banana-pi.org/en/OpenWRT-One/BananaPi_OpenWRT-One
Turris
https://www.turris.com
https://openwrt.org/toh/turris/turris_omnia
GL-inet
https://www.gl-inet.com
https://openwrt.org/toh/gl.inet/start
Pandora
A red team tool that assists into extracting/dumping master credentials and/or entries from different #password managers.
This is a red team tool that assists in gathering credentials from different password managers. They are separated into three categories, Windows 10 desktop applications, browsers, and browser plugins. This may work on other OS, like Linux, but it is not tested yet. In this release (v1.0), the tool supports 14 password managers, with 18 different implementations (e.g., the tool could dump credentials either from the desktop app, or the browser plugin of the same product). Specifically, in most cases, password managers must be up and unlocked for the tool to work.
https://github.com/efchatz/pandora
Warpinator for Android is an unofficial port of Linux Mint's file sharing tool of the same name. It is fully compatible with the original protocol and allows for easy transfer of files between Android and Linux devices.
Features:
- Automatic discovery of compatible services on local network
- Works on WiFi or hotspot, no internet connection needed
- Transfer any type of files quickly and easily
- Receive entire directories
- Run multiple transfers in parallel
- Share files from other applications
- Limit who can connect using a group code
- Option to start on boot
- Does not require your location or any other unnecessary permissions
Android
https://github.com/slowscript/warpinator-android
https://f-droid.org/packages/slowscript.warpinator/
Linux
https://github.com/linuxmint/warpinator
Windows
https://winpinator.swisz.cz
https://github.com/slowscript/warpinator-windows
#share #transfer
FlyingCarpet
Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
https://github.com/spieglt/FlyingCarpet
#transfer #share
## 🚨 SCAM ALERT! 🚨 Fake Play Integrity Fixes That Can Brick Your Phone!
This is what happened to me:
(See Screenshot 1: The message I received.)
(See Screenshot 2: The dangerous code.)
Here's what you need to know:
• Never download modules from unknown sources or shady websites.
• Only trust official release channels or reputable developers.
• Be wary of unsolicited messages about "play integrity fixes," especially those from unfamiliar users.
• If you're unsure about anything, ask a tech-savvy friend for help.
Remember: Your phone is valuable. Don't let anyone trick you into ruining it!
✓ Reading this telegraph might help someone