ABCH|HAckerz - An Awesome Hacking Organisation, Which Takes your hacking skills to the next level.

The team of ABCH|Hackerz arriving to inculticate the hacking generation of computers to into an uncontrollable era of technology.


Right side you all can see a subuscription box through you all can get our updates on your gmail account so, Enjoy and learn hacking with us. Find out more...


Following are some of the branches under our organisation :-

How To Install Kali Linux on Android

Leave a Comment

How To Install Kali Linux On Any Android



Hello Guys, here we are with a New Article. In this method you will be installing all the Linux files on your android by downloading them and then using the complete interface for your pen-testing or any other way that you like. So read out the all the steps below to proceed.

Requirements:


  1. Fully charged Android
  2. Good Internet Connection(For Downloading Kali Linux images)
  3. Rooted Android
  4. Atleast 5GB Of Free Space

Steps To Install Kali Linux On Any Android:

  1. First of all download and install Linux Deploy App in your android from the Google Play Store.
  2. Now After downloading and installing it launch the app in your device and the on download button.                                                                                                            
  3. Now there tap on Distribution option and change it to Kali Linux instead of Linux.         
  4. Now scroll up and click on the Install button at the top of  there.
  5. Now wait for the download to complete time taken can be vary depending upon your internet speed.
  6. Now download and install VNC Viewer App in your android from the Play Store.
  7. Now launch the app and fill up the settings as displayed on the screenshot below.          
  8. Now click on Connect button there.                                                                                  
  9. Thats it you are done, Now Kali linux gets installed in your android and you can enjoy the dummy hacking environment in your android.

Decompiling & Recompiling Android APKs

Leave a Comment

Decompiling & Recompiling Android APKs

(Decompiling & Recompiling Android APKs using APK Tool)

APK Tool Introduction.

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 also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc.

Quick Checks.

1. Check if Java 1.7 is Installed.
2. Does executing java -version  on command line / command prompt return 1.7.
C:\Windows\system32>java -version
java version "1.7.0_111"
Java(TM) SE Runtime Environment (build 1.7.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)
3. If not Install Java 7 and make it default.


Installation.

  • Windows:
  1. Download Windows wrapper script (Right click, Save Link As  apktool.bat )
  2. Download apktool-2 (find newest here).
  3. Rename downloaded jar to  apktool.jar .
  4. Move both files ( apktool.jar  &  apktool.bat ) to your Windows directory (Usually  c://Windows ).
  5. If you do not have access to  c://Windows , you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
  6. Try running  apktool  via command prompt.

Step 1: Finding Framework Files.

There are two types of framework files, which should be extracted from your Android device. These files can be found in the root of your android device. (Note: Framework files are in .apk format).
/system/framework/
/data/system-framework/
/system/app/
/system/priv-app/
These files are usually named as "resource" ,"res" or "framework" .

                            

Step 2: Installing Framework Files.

  1. Make a new folder.
  2. Paste the two framework files (That you grabbed from your android device).
  3. Paste the apk which you desire to edit, in that particular folder.
     4. [Shift] + [Right Click]. In that folder location. Then choose "Open command window here".
     5. Type the following commands.

E:\Test>apktool if framework-res.apk
I: Framework installed to: 1.apk 

E:\Test>apktool if twframework-res.apk
I: Framework installed to: 2.apk 

Step 3: Decompiling APK .

1. After installing the framework files its the time to decompile the apk.
2. Use the following command to decompile the apk.
E:\Test>apktool d ABCHHackerz.apk
I: Using Apktool 2.2.1 on ABCHHackerz.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Home\AppData\Local\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
  
3. The files from the apk are been extracted in the folder. Replacements, Script Editing, Other changes can be done in there.

Step 3: Re-Compiling APK .

1. When all the needed changes are been finished. Its the time to Re-Compile the extracted folder.
E:\Test>apktool b ABCHHackerz
I: Using Apktool 2.2.1 on ABCHHackerz
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...
I: Copying unknown files/dir...
2. After the building process completes. The compiled apk is stored in the Extracted folder.
ABCHHackerz(Extraxted Folder)\dist\ABCHHackerz.apk(Compiled APK)

3. The Compiled APK is currently Unsigned. So you can't install it yet. You have to sign it for installing it on your device.

Step 3: Signing APK .

1. For Signing an apk you'll need APK Editor Pro (Download).
2. Install APK Editor Pro on you Android Device.
3. Further Instructions are in the following Video.


References .

Credits to iBotPeaches for creating such an awseome tool.










Pokemon Go Roam App (Only for Android Devices). UPDATED....!!

Leave a Comment

Pokemon GO Roam Android App


Pokémon GO Roam Android Application is a hack tool for the ridiculously famous and viral Android, IOS game Pokémon GO. It is built on Niantic’s Real World Gaming Platform and will use real locations to encourage players to search far and wide in the real world to discover Pokémon. Pokémon GO allows you to find and catch more than a hundred species of Pokémon as you explore your surroundings.

The Pokémon video game series has used real-world locations such as the Hokkaido and Kanto regions of Japan, New York, and Paris as inspiration for the fantasy settings in which its games take place. In Pokémon GO, the real world will be the setting!

Get on your feet and step outside to find and catch wild Pokémon. Explore cities and towns around where you live and even around the globe to capture as many Pokémon as you can. As you move around, your smartphone will vibrate to let you know you're near a Pokémon. Once you've encountered a Pokémon, take aim on your smartphone's touch screen and throw a Poké Ball to catch it. Be careful when you try to catch it, or it might run away! Also look for PokéStops located at interesting places, such as public art installations, historical markers, and monuments, where you can collect more Poké Balls and other items.

Screenshots.

Pokemon GO Roam Requires.

  1. Android Device.
  2. Root Access.
  3. Xposed Framework.

Instructions.

  1. Download and activate in Xposed installer.
  2. Reboot the device to complete activation.
  3. Go to Settings>Developer Options>check Allow Mock Location.
  4. If you are on Android 6 or above, please grant Location and Draw over other apps permissions.
  5. Press and hold on the Map to set your initial location.
  6. Press the play button to display the controls, you can drag it around screen by holding on the ABCHHackerz Symbol in the center.
  7. Press the Stop Service Tab in the Notification Drop-down menu.

Warning.

Do not jump too far away from one location to another. This may result in a temporary/permanent ban from the game. The app developer won't be responsible for anything that happens to your Pokemon Go Account.

V1.2 : 30 July 2016

- Auto Walk Feature.
- Search Box Locator. 
- Can be executed in the absence of Xposed Framework.
- Fix: Pokemon Go Detection upto 50%.

V1.0 : 24 July 2016

-Initial Release

DOWNLOAD V1.0 (2.06 mb)
Password:- www.abchhackerz.com


DOWNLOAD V1.2 (2.38 mb)
Password:- www.abchhackerz.com

Get Access to Blocked Websites (Private VPN Tunnels)

Leave a Comment

Get Access to Blocked Websites From your Country, Colleges, Schools, Offices, Public Hotspot Areas, etc.




Hotspot Shield Elite VPN v5.20.4(PC) & v4.1.8(apk)


Hotspot Shield creates a virtual private network (VPN) between your laptop and the wireless router. This impenetrable tunnel prevents snoopers and hackers from viewing your email, instant messages, credit card information or anything else you send over a wireless network. Which means you remain anonymous and protect your privacy. Sure, public Wi-Fi hotspots are great. After all, what would life be without checking your email each morning at your favorite café? But while you're enjoying your latte and a bagel, some hacker might be accessing your passwords, credit card numbers, sensitive company data and much more. And standard antivirus software won't protect you. That's why AnchorFree is pleased to offer Hotspot Shield. This free security software keeps your Internet connection secure at public hotspots, home or work. Hotspot Shield security software is free to download, employs the latest VPN technology, and is easy to install and use.

Features

  • Secure your web session, data, online shopping, and personal information online with HTTPS encryption.
  • Protect yourself from identity theft online.
  • Hide your IP address for your privacy online.
  • Access all content privately without censorship; bypass firewalls.
  • Protect yourself from snoopers at Wi-Fi hotspots, hotels, airports, corporate offices.
  • Works on wireless and wired connections alike. Provides Unlimited Bandwidth.
  • Works on the PC and the MAC, including new operating systems (Windows 7 and Snow Leopard)
  • Protect your IP Address and surf the web anonymously.
  • Bypass internet censorship and restrictions Instantly unblock YouTube, unblock Facebook, or unblock any site. Get access to geo-restricted sites and VOIP application from anywhere.
  • Secure your data, online Shopping, and personal information online with HTTPS encryption.
  • Enable WiFi security and prevent hackers from stealing your personal information
  • Protect your device from malware, phishing, spam sites, and malicious sites.
  • Download up to twice the content for the same bandwidth cost with Hotspot Shield data compression technology.
  • Only US Server for the Android Application.
  • No Root Access Needed for Android.

Download Contains

  1. Windows Application 32bit & 64bit with Crack. (Supports in Win7 and Above.)
  2. Android Application Cracked. (Supports in Almost all versions, even in Marshmallow.)

DOWNLOAD


How to Modify .exe Files or a Software HIjacking.

Leave a Comment

How to Modify .exe Files or a Software HIjacking.


Hey, Hackerz Here's our new post on Software Hijacking or somewhat exactly meant as Reverse Engineering the Compiled .exe, .dll, .sys, .msstyles, .cpl, .ocx, .acm, .ax, .dpl, .bpl, .mui, .scr files. Here are few sets of programs which can be used for reverse engineering the particular executable programs.

1. PE Explorer


PE Explorer hosts too many tools to show them all on one page, so we took only few screenshots to give you an idea of how it looks like. Take the PE Explorer Feature Tour to learn more.

Export, Import, Delay Import Viewers

The Export, Import and Delay Import Table viewers allow you to view all the external functions the executable is using, and the results are categorized based on the DLL or library which contains them. A very useful feature here is the Syntax Viewer, which displays the calling syntax for functions it knows about and allows you to expand the syntax database with your own definitions.

 

Resource Editor

The Resource Editor offers a thorough look at all of the resources (bitmaps, jpeg, png, icons, strings, etc) in the file, and allows you to make modifications without needing to recompile the source code.

Section Editor

Restoring the original values of sections' offsets to real data in the file is not an easy task. In many respects it depends on intuition and supposition, and is practically impossible to completely automate the given process. The Section Editor allows you to facilitate a solution to these problems.

Disassembler

PE Explorer Disassembler utilizes a qualitative algorithm designed to reconstruct the assembly language source code of target binary win32 PE files (EXE, DLL, OCX) with the highest degree of accuracy possible.

Dependency Scanner

Dependency Scanner displays a list of all the external DLLs the selected PE file depends on, and iteratively scans each of these files for its dependencies. The Dependency Scanner opens a second window and displays the dependencies on the left in a hierarchy, with version information on each of these files displayed in the right-hand pane as you click on them.

DOWNLOAD LINK



2. Resource Hacker


1. View resources in Win32 executable files
(*.exe, *.dll, *.cpl, *.ocx) and in Win32
resource files (*.res) in both their compiled
and decompiled formats.

2. Extract (save) resources to file in:
*.res format; as a binary; or as decompiled
resource scripts or images.
Icons, bitmaps, cursors, menus, dialogs,
string tables, message tables, accelerators,
Borland forms and version info resources can
be fully decompiled into their respective
formats, whether as image files or  *.rc text
files.

3. Modify (rename or replace) resources in
executables. Image resources (icons, cursors
and bitmaps) can be replaced with an image from
a corresponding image file (*.ico, *.cur, *.bmp),
a *.res file or even another *.exe file.
Dialogs, menus, stringtables, accelerators and
messagetable resource scripts (and also Borland
forms) can be edited and recompiled using the
internal resource script editor.
Resources can also be replaced with resources
from a *.res file as long as the replacement
resource is of the same type and has the same
name.

4. Add new resources to executables.
Enable a program to support multiple languages,
or add a custom icon or bitmap (company logo
etc) to a program's dialog.

5. Delete resources.
Most compilers add resources into applications
which are never used by the application.
Removing these unused resources can reduce an
application's size.

DOWNLOAD LINK


3. APK EDITOR (RE For Android)


Description

APK Icon Editor is the free tool designed to easily edit and replace APK (Android Package) icons. Written in C++ and Qt framework.

Features

Edit, replace and extract APK icons;
Edit application name, version and resources;
Sign and optimize APKs;
Supported image formats:
PNG, ICO, GIF, JPG, BMP;
Size presets for Android, BlackBerry and Amazon Kindle Fire devices;
Cloud storage upload: Dropbox, Google Drive, Microsoft OneDrive;
Multilingual extensible interface.

DOWNLOAD LINK