libreware | Неотсортированное

Telegram-канал libreware - Libreware

4805

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

Подписаться на канал

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

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

Libreware

Amir Taaki
@Narodism
States track our phones using the #IMEI code. But you can change it. They don't want people to know. This info is kept secret.

But today I am making it public in this guide. You will get a hotspot usable with any phone that protects your IMEI from the government for $300.

Your phone broadcasts 2 pieces of info: the IMEI which is tied to the phone's hardware and the IMSI which is tied to the SIM card. To change the IMSI, simply use change your SIM card every so often.

The Pinephone allows you to change this number. Here's a guide to setup the phone for this. You will need a Pinephone, a micro SD card and an adapter for your computer.

Terminology

There are 3 storage types: SPI-NOR, eMMC and the SD card.

The SPI-NOR stores the bootloader. The eMMC is internal memory for the OS. We will use the SD card to load the bootloader into the SPI-NOR.

Setup the Installer Environment

We install the OS to the pinephone using a tool called pmbootstrap, but it needs root access. So I instead made a VM with a USB passthrough and installed Manjaro Linux there.

You can do this with virt-manager, then add a new VM with the Manjaro VM and install it. Then inside Manjaro, you can install spice guest tools for more seemless integration (optional).

For the USB passthrough, I had to edit /etc/libvirt/qemu/manjaro.xml, where I added this code:

<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source dev='/dev/sdb'/>
<target dev='vdb' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
</disk>

(replace /dev/sdb and the other details with the relevant info you need)

Now when I boot the VM, I see a device called /dev/vdb which corresponds to my host computer's /dev/sdb.
Install pmbootstrap and we're ready to go.

Install PostmarketOS

We will install PostmarketOS with SXMO which is a tiling WM. It's quite easy to learn, just read the userguide. Don't be lazy. But if you're a normie, fine you can use Phosh instead which is just like Android.

Using pmbootstrap

Now connect the Pinephone Pro to your computer and put it in the mount mode (blue light), and it should appear on your computer with lsblk.

Inside the Manjaro VM, perform the install:

pmbootstrap zap
pmbootstrap init
pmbootstrap install --fde --sdcard=/dev/vdb ----cipher aes-cbc-essiv:sha256

We need the cipher option due to bug #2916 on postmarketOS bug tracker.

Install Bootloader

Now on your normal machine, put the tow-boot installer. Download tow-boot's spi.installer.img and dd to your SD card. Follow the SPI installer instructions.

Now your phone should boot pmOS.

Tweaks

Disable suspend in System Menu -> Config -> Auto-suspend / Auto-screen-off.

Optionally install an Arch Linux chroot for access to more packages you might not have in pmOS.

IMEI Changing

Now for the juicy part of the guide.

SSH is enabled by default, so SSH in. On your phone, open a terminal and type ip a to find your IP. Then just use ssh username@XXXX. Now sudo su as root. Create this file /root/.bashrc.

alias show-imei="echo 'AT+EGMR=0,7' | atinout - /dev/EG25.AT /dev/stdout"

function _set_imei() {
IMEI=$1
echo "AT+EGMR=1,7,\"$IMEI\"" | atinout - /dev/EG25.AT /dev/stdout
}
# Vanity, I prefer - to _ for cmds ;)
alias set-imei=_set_imei

Now reload your shell using source ~/.bashrc. You now have the commands show-imei and set-imei XXXXX.

To get the IMEI code, we will impersonate legit devices. I scraped all the TAC code prefixes from public DBs and made a little util for that. Download it from github: narodnik/immi. You simply run ./imeichanger.py and it gives you an IMEI code you can put into set-imei.

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

Libreware

This is the best search engine for current events and history

Clip Genie - Grand Theft World

https://grandtheftworld.com/clip-genie

https://gtw.clipgenie.com

#Google #search #engines #alternatives

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

Libreware

kv4p HT introduction

Turn your phone into a modern ham radio transceiver.

https://kv4p.com

#HAM #radio
@LinuxTechIndex

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

Libreware

From preppercollective:

Lots of DMCA takes-downs today. Channel is now private.

We'll see if this helps. Here's an invite link if you need it. /channel/+nmw_P039K8Q4ZWRh

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

Libreware

Interactive PDF Analysis (also called IPA) allows any researcher to explore the inner details of any PDF file. PDF files may be used to carry malicious payloads that exploit vulnerabilities, and issues of PDF viewer, or may be used in phishing campaigns as social engineering artefacts. The goal of this software is to let any analyst go deep on its own the PDF file. Via IPA, you may extract important payload from PDF files, understand the relationship across objects, and infer elements that may be helpful for triage of malicious or untrusted payloads.

IPA/README.md at main · seekbytes/IPA · GitHub

#PDF #PDFanalysis #Malware #Security

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

Libreware

Xeres v0.7.0
[https://xeres.io/]
[https://github.com/zapek/Xeres]

Xeres is a Peer-to-Peer (Friend-to-Friend), decentralized, encrypted and secure application designed for communication and sharing.

Features:
🤝 Peer-to-Peer (Friend-to-Friend), fully decentralized
🚫 No censorship. Cannot be censored
👋 Compatible with Retroshare 0.6.6 or higher
🛠 Hardware accelerated encryption
🖥 Modern looking desktop user interface with several themes including dark mode
📶 Remote access
📖 Free software (GPL), source code on GitHub
😃 Available for Windows, Linux and MacOS

Changelog:
[https://github.com/zapek/Xeres/releases/tag/v0.7.0]

#Retroshare #Tor #I2P

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

Libreware

ByeDPI

Android application that runs a local #VPN service to bypass DPI (Deep Packet Inspection) and censorship.

This application runs a #SOCKS5 #proxy ByeDPI and redirects all traffic through it.

GitHub - dovecoteescapee/ByeDPIAndroid: App to bypass censorship on Android – https://github.com/dovecoteescapee/ByeDPIAndroid

ByeDPI - IzzyOnDroid F-Droid Repository – https://apt.izzysoft.de/fdroid/index/apk/io.github.dovecoteescapee.byedpi

#DPI #ByeDPI

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

Libreware

Changelog : v4.6.0 (61)

• Targets Android 15
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
• Support for data safety section in app details page
• Set insecure anonymous mode as the default anonymous mode
• New feature to add favorites apps to importable/exportable list
• Implement Material You for remaining components with major UI and UX improvements
• Multiple bug fixes and performance improvements
• Translation updates

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

Libreware

Self-hosted Open Source #Alternatives to #Google #Photos

https://itsfoss.com/google-photos-alternatives

#cloud

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

Libreware

LibreChat AI

Open-source platform that allows users to chat and interact with various #AI models through a unified interface. You can use OpenAI, Gemini, Anthropic and other AI models using their API. You may also use Ollama as an endpoint and use LibreChat to interact with local LLMs. It can be installed locally or deployed on a server.

LibreChat is designed to be highly customizable and supports a wide range of AI providers and services. Let me summarize its main features:

Free and Open Source: Accessible to everyone without any costs.
Customization: Offers extensive options to tailor the platform to individual preferences.
Multi-AI Support: Integrates with numerous AI models and services.
Unified Interface: Provides a consistent experience for interacting with different AI models.

https://www.librechat.ai

https://itsfoss.com/librechat-linux/

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

Libreware

FakeGApps microG Installer Stable Release (v1.6)

* Updated #microG to v0.3.2.240913
* Fixed Google Maps crash
* Fixed location settings crash
* Uninstaller is now available
* See latest microG setup here.

🏆 Thanks for @nift4 for UnifiedNLP overlay.

✅ Get it from https://fakegapps.github.io

💬 Join us @FakeGAppsChat

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

Libreware

MMRL

Introducing MMRL - the ultimate manager for Magisk, KernelSU, and APatch.


MMRL is a highly configurable app allows you to manage modules effortlessly, all while being completely free of ads.

What root managers support MMRL?
✅ #Magisk
✅ #KernelSU
✅ #APatch

Which features does MMRL offer?
🫂 User friendly UI
⚙️ Configurable module pages (ModConf)
🗂️ Customizing all paths (such as "/data/adb/modules", if your root uses an other path)
✏️ ModConf Playground
📚 Viewing installed and updatable modules
📈 Adding covers, screenshots, verification, dependencies and more (repo based)
🔍 Search functionality
📄 Adding up to 5 repositories

This app requires root access, it won't work without it!

Note: You'll require #MMRL-CLI to install other modules"
https://mmrl.dergoogler.com/

F-Droid

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

Libreware

Share Paste O₂

This app allows you to quickly share text, in such a way that the hosting privatebin server can't read contents of the paste you have shared. Or in other words, your share is end to end encrypted. Also you can set your paste to expire and auto destruct 💣 after a set duration. Or burn on read 🔥 (Mission Impossible style) if you like, to prevent unintended persons from accessing it later.

What you might use this for?

You have to share some sensitive info quick and your messenger does not support #E2EE (or you can't trust it's security enough).

You need to share some text on a forums/discord/irc but don't want it to linger online for eternity.
You want to post something anonymously that should be visible only for limited duration.
You love burn on read feature just cuz, or wish to surprise someone with a special message. Happy Birthday ;)
And more. Use your imagination!

GitHub - F-Droid

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

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

Mobile Internet + Wifi Hotspot Tethering

Put your SIM in. Now you have cellular.

To activate mobile internet, you need to add your GSM. Do this in System Menu -> Add a GSM Network. You can find the details online by Google. Usually your phone provider will even send you the details via SMS.

OK now you have mobile internet. Making the Wifi hotspot tether is super easy. Just go in System Menu -> Networks -> Add a Wifi Hotspot and enter the hotspot details.

Finally whenever you want to put your phone in "airplane mode", just go to System Menu -> Networks -> Disable GSM.

Final Tips and Tricks

You may want to configure or disable the firewall.

SSH comes preconfigured but you might want to disable password logins.

Received SMS are stored in ~/.local/share/sxmo/modem/ as text files so you can read them comfy from your computer with SSH.

Pipewire is installed native. You can even install a node editor like qpwgraph so you can pipe audio to multiple audio devices simultaneously. Cool af huh?

See the SXMO tips and trickspage on pmOS wiki.

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

Libreware

https://fixupx.com/Narodism/status/1846515492388761844

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

Libreware

Open NotebookLM offers a community-driven #ai #alternative to Google NotebookLM!

https://itsfoss.com/open-notebooklm/

@itsfoss_official

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

Libreware

#Unlock #bootloader #xiaomi #Android

HyperSploit
Bypass HyperOS restrictions on bootloader unlocking
https://github.com/TheAirBlow/HyperSploit/
https://xdaforums.com/t/hypersploit-bypass-hyperos-bootloader-unlocking-restrictions.4668775/

MiUnlockTool
Retrieve encryptData(token) for Xiaomi devices to unlock bootloader, It is compatible with all platforms.
https://github.com/offici5l/MiUnlockTool

termux-miunlock
A program that can be used to retrieve the bootloader unlock token for Xiaomi devices. (and unlock the bootloader) using Termux
https://github.com/RohitVerma882/termux-miunlock/

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

Libreware

How to export this channel

If you run into any issues with the export, change the date range to month by month.

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

Libreware

Sharing

Share files and apps on android to other devices using browser

Share files and apps over HTTP.
You need the other device to be connected to the same network. just toggle on the server and scan the QR Code on other device and you're good to go. Files sent from browser to the app can be found in Sharing/ folder in your internal storage. You can always disable uploads in the app settings.

https://github.com/Ammar64/Sharing

Download
https://github.com/Ammar64/Sharing/releases/latest

https://f-droid.org/packages/com.ammar.sharing/

#share #file #Transfer #Android #qr

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

Libreware

__ __ _ __
/ /_____ ____ / /_(_) /__
/ __/ __ \/ __ \/ __/ / //_/
/ /_/ /_/ / /_/ / /_/ / ,<
\__/\____/\____/\__/_/_/|_|

tootik v0.12.0
[https://github.com/dimkr/tootik]

tootik is a federated nanoblogging service for the small internet.

tootik allows people to participate in the fediverse using their Gemini, Gopher or Finger client of choice and makes the fediverse lighter, more private and more accessible. tootik's interface strips content to bare essentials (like text and links), puts the users in control of the content they see and tries to "slow down" the fediverse to make it more compatible with the slower pace of the small internet.

It's a single executable that handles both the federation (using ActivityPub) and the frontend (using Gemini) aspects, while sqlite takes care of persistency. It should be lightweight and efficient enough to host a small community even on a cheap server, and hopefully, be easy to hack on.

tootik implements only a small subset of ActivityPub, and probably doesn't really conform to the spec.

Changelog:
[https://github.com/dimkr/tootik/releases/tag/0.12.0]

#Gemini #Gopher #Guppy #Fediverse #ActivityPub

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

Libreware

Rush

#Android app to search, save and share #lyrics like spotify! 💫

https://github.com/shub39/Rush

Features 🌠
Search Lyrics
Download Lyrics
Share Lyrics
Customisations
Auto-fill current playing song in search
Synced Lyrics

Download

https://f-droid.org/packages/com.shub39.rush/
https://apt.izzysoft.de/packages/com.shub39.rush/latest
https://github.com/shub39/Rush/releases

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

Libreware

Stirling PDF - Self Hosted CL PDF Tool

If you need to process PDF documents (crop, merge, split, convert, read metadata, etc) but don't want to upload them to third-party online services..

This is a robust, locally hosted web-based PDF manipulation tool using #Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements.

Stirling PDF does not initiate any outbound calls for record-keeping or tracking purposes.

All files and PDFs exist either exclusively on the client side, reside in server memory only during task execution, or temporarily reside in a file solely for the execution of the task.

Any file downloaded by the user will have been deleted from the server by that point.

@cybdetective
https://github.com/Stirling-Tools/Stirling-PDF
#PDF #SelfHosting #Privacy

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

Libreware

Harbor

Decentralized p2p identity verification system.
Identity management application written, targeting iOS, and Android, built on Polycentric. Create pseudonymous identities, make claims, link identities across applications.

Checkout harbor.social, or docs.polycentric.io for more information

What is Harbor and How it Works:
https://peertube.futo.org/w/939a212d-920f-4411-b9b6-d60aa4ef4db7

https://gitlab.futo.org/polycentric/harbor/

#p2p #id #verification #futo

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

Libreware

DarkFi is an L1 for anonymous engineering

The emerging art of building privacy-first applications. DarkFi offers an anti-fragile environment to explore, create and run anonymous apps.

DarkFi's smart contract architecture includes a simple ZK assembly language, zkVM and a WASM runtime. The DarkFi testnet comes packaged with demo applications built with this tooling: transfers, swaps and DAOs, all completely anonymous.

DarkFi Manifesto : Internet technology is centred around extracting profit from users for low value work (clicking ads). This leads to huge data harvesting operations and the construction of a surveillance mega-machine. This encourages docility and consumption rather than active individuated usership. It is an architecture of oppression structured on user control..

DarkFi – https://dark.fi/

Dyne.org :: DarkFi :: Free and open-source anonymous P2P ecosystem – https://dyne.org/software/darkfi/

#P2P

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

Libreware

.
FFUpdater is an open source app that is available through F-Droid that installs and updates browsers onto DeGoogled phones that cannot be installed through F-Droid or other alternative app stores.

FFUpdater installs and updates the following browsers, plus more.

Browsers from Mozilla or based on Firefox:

- Fennec F-Droid
- Firefox Browser, Firefox for Android Beta, Firefox Nightly
- Mull Browser
- Tor Browser, Tor Browser Alpha

Good privacy browsers:

- Bromite, Bromite SystemWebView
- Mulch, Mulch System WebView

Browsers which are better than Google Chrome:

- Brave Private Browser, Brave Browser (Beta), Brave Browser (Nightly)
- Chromium
- DuckDuckGo Browser
- Privacy Browser (F-Droid)
- Vivaldi

⚡️ Follow Freedom Tech on NOSTR

#apk #FFUpdater

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

Libreware

LosslessCut

#Lossless #video #audio #editor
Electron based. Linux windows or mac

LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work.

https://github.com/mifi/lossless-cut

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

Libreware

FUTO Keyboard

Keyboard being developed, forked from the AOSP keyboard.
The goal is to create a good, customizable keyboard that doesn't sacrifice on privacy or freedoms.
If you're testing this, please join either the Discord server or the FUTO chat. Your feedback is valuable during this testing period

https://keyboard.futo.org

https://github.com/futo-org/android-keyboard/issues

#futo #android #keyboard

Читать полностью…
Подписаться на канал