Skip to content

Instantly share code, notes, and snippets.

View vaginessa's full-sized avatar
🎯
FCK ISRL ☠️

⭐ 🐾 vaginessa

🎯
FCK ISRL ☠️
View GitHub Profile
@vaginessa
vaginessa / ayugram-update-20240406.md
Last active April 9, 2024 21:22
Ayugram update 20240406 signed with old key

Ayugram Update with old signing key

newest ayugram update is signed with different key,

need to export settings/data, uninstall apk,

reinstall new apk & import settings/data...

Link to APK signed with the old key

@vaginessa
vaginessa / DNS-03-2024.md
Created March 15, 2024 10:42
DNS-03-2024
@vaginessa
vaginessa / AdbCommands
Created May 22, 2023 13:33 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@vaginessa
vaginessa / debloatNox.md
Created March 26, 2023 16:49 — forked from Log1x/debloatNox.md
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

fastboot oem writeimei 123456789012347
@vaginessa
vaginessa / ExtPassword!.md
Created September 6, 2020 11:33
ExtPassword!

ExtPassword!

Password=SoftNirPre987@

ExtPassword! is a powerful tool that extracts passwords and other important data from external hard drive of Windows operating system. Currently, ExtPassword! supports the following types of passwords: SMTP/POP3/IMAP/HTTP passwords stored by Microsoft Outlook, Web site passwords stored by Chromium-based Web browsers and Firefox-based Web browsers, Web site passwords stored by Microsoft Edge, SMTP/POP3/IMAP passwords stored by Thunderbird, Dialup/VPN passwords stored by Windows operating system, Passwords stored in Windows Credentials files, wireless network keys stored by Windows operating system, security questions of Windows 10, and product keys of Microsoft products.

In order to decrypt all types of passwords, you have to provide the following information: The base path of the external drive (e.g: K:\ ), login passwords of the users (you can type multiple passwords), Master passwords of Mozilla software (Firefox, Thunderbird).

@vaginessa
vaginessa / apkdl.sh
Created April 24, 2019 21:13 — forked from arulrajnet/apkdl.sh
Script to download apk file from Google Play a.k.a Android Market.
#!/bin/bash
#
# Script to download apk file from Google Play a.k.a Android Market.
# Accepts package name or Google Play URL as input.
# Files are download from apk-dl.com
# author : Arul (@arulrajnet)
#
APK_DL_URL="http://apk-dl.com/store/apps/details?id=%s"
PACKAGE_NAME=""
@vaginessa
vaginessa / hosts-yt-ads
Created January 24, 2019 21:33 — forked from ewpratten/hosts-yt-ads
youtube ads hosts file
0.0.0.0 ads.doubleclick.net
0.0.0.0 s.ytimg.com
0.0.0.0 ad.youtube.com
0.0.0.0 ads.youtube.com
0.0.0.0 www.gstatic.com
0.0.0.0 gstatic.com
0.0.0.0 clients1.google.com
0.0.0.0 dts.innovid.com
0.0.0.0 googleads.g.doubleclick.net
0.0.0.0 googleads4.g.doubleclick.net
<!doctype html>
<html ng-app>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.10/angular.min.js"></script>
<script src="http://www.cornify.com/js/cornify.js"></script>
<style>
#cornifycount {
display: none;
}