type: PIN
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
type: PIN
Consumer key: IQKbtAYlXLripLGPWd0HUA
| #!/bin/sh | |
| PROXY_USER=user-name | |
| PROXY_PASS=user-pass | |
| PROXY_PORT=5061 | |
| # Clear the repository index caches | |
| yum clean all | |
| # Update the operating system |
| # -*- coding: utf-8 -*- | |
| from base64 import b64decode,b64encode | |
| from urllib.parse import quote,parse_qs,urlsplit,urlparse | |
| from random import randint | |
| from bs4 import BeautifulSoup | |
| import calendar | |
| import requests | |
| import hashlib | |
| import base64 |
| Java.perform(function() { | |
| console.log(`\n[!] Frida Basic Hooks started | |
| [Info] | |
| [Author] BitTheByte (Ahmed Ezzat) | |
| [GITHUB] https://gist.github.com/BitTheByte/19e5a08fd112275e8d5eeb269c490a09 | |
| [Version] v0.1 | |
| [Features] | |
| * Enable Debugging Mode for webview(s) | |
| * Root Detection Bypass |
| using System; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Security.Cryptography; | |
| using Org.BouncyCastle.Crypto.Engines; | |
| using Org.BouncyCastle.Crypto.Modes; | |
| using Org.BouncyCastle.Crypto.Parameters; | |