libreware | Unsorted

Telegram-канал libreware - Libreware

5763

Libreware Software Library 📡 t.me/Libreware ★ Send us your suggestions and menaces here: https://t.me/joinchat/nMOOE4YJPDFhZjZk

Subscribe to a channel

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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)

Читать полностью…

Libreware

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.

Читать полностью…

Libreware

for which operating systems is your software available ?

Читать полностью…

Libreware

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?

Читать полностью…

Libreware

Kaonic will enable unstoppable, uncensorable mesh networks everywhere. Our production is now ramping up and nothing can stop it

Читать полностью…

Libreware

Simulated area coverage between two Kaonic 1S at 1 Watt output power at 500 metre antenna altitude (drone scenario):

926 km² (575 mi²)

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

## 🚨 SCAM ALERT! 🚨 Fake Play Integrity Fixes That Can Brick Your Phone!

Hey everyone, pay attention! Play integrity issues are common these days, but the solutions are usually easy. Unfortunately, some people are exploiting this with fake "fixes" that actually contain dangerous code designed to ruin your phone!

This is what happened to me:

Last night, a user with the ID 7402776516 messaged me about a "PIF fork module" that supposedly fixes play integrity issues. I was tired and didn't think twice, so I agreed to use it later.
(See Screenshot 1: The message I received.)


When I looked at the module's code this morning, I was horrified! It contained malicious code that could completely destroy my phone.
(See Screenshot 2: The dangerous code.)


Thankfully, I recognized the danger and didn't proceed. But many people wouldn't be so lucky.

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

Stay safe and share this information with your friends to help stop these scams!

~ Regards // Mona

Читать полностью…

Libreware

Syncthing Android App Discontinued
https://forum.syncthing.net/t/discontinuing-syncthing-android/23002

syncthing-fork will still be released (and is already better)
https://github.com/Catfriend1/syncthing-android-fdroid

Читать полностью…

Libreware

#NewPipe on #Linux, Using Android_translation_layer

https://flathub.org/apps/net.newpipe.NewPipe

Comments
https://news.ycombinator.com/item?id=41963932

#yt

Читать полностью…

Libreware

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 :)

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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.

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

Simulated area coverage between two Kaonic 1S at 1 Watt output power at 2 metre antenna height:

87 km² (54 mi²)

Читать полностью…

Libreware

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!

Читать полностью…

Libreware

Invidious is currently being blocked by Google. Use Materialious on Android or Desktop to get around this with local video fallback.

#yt

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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

Читать полностью…

Libreware

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.

Читать полностью…

Libreware

New Android #PIF #module scam on telegram

Читать полностью…

Libreware

Fossify Launcher

Fast, personalized, and privacy-first home screen experience. No ads, no bloat – just a smooth, efficient launcher designed to fit your unique style and preferences.

🔗 Links:
- Download from: Github or IzzySoft
- Screenshots
- Features
- Source Code

🌐 @popmodsnetwork
🎁 Donate to our admins
🏷 Tags: #Android #Customization #Fossify #Launcher

Читать полностью…
Subscribe to a channel