Posts

Showing posts from 2018

5 : Creating Base of app(always running in background) : Android Rat From Scratch

In this post we will code our app so make sure you have installed android studio. full post will be available soon need any help? contact us on our facebook page https://www.facebook.com/coreExploit/

4 : Detailed overview and workflow of this series : Android Rat From Scratch

Image
previous : 3 : Setting Environment : Android Rat From Scratch next 5 : Creating Base of app(always running in background) : Android Rat    From Scratch  Hello everyone So till now we have seen features and requirements of our RAT. In this post you will see how we are going to create this RAT and detailed workflow. I have divided RAT creation in these 4 steps: 1. Create an app which is always running in background and is invisible to user. 2. Implement all functionality(getting sms,contacts,photo etc.) to our app which always runs in background. 3. Connect this app to our server to get commands and to upload/send data. 4. Create an android app to control all hacked devices at one place and user friendly. Like adding buttons to send command and panels to display hacked data(contacts,images) From now we will work according to above format. Some important notes are: We will work on step 2 and 3 simultaneously so we will always h...

3 : Setting Environment : Android Rat From Scratch

Image
previos:  2 : Features of android RAT : Android Rat From Scratch next: 4 : Detailed overview and workflow of this series : Android Rat From Scratch  Hello everyone So you have seen some features of our RAT now we will start creating it. Now before starting creating RAT we must create a normal hello world! apk. We are going to use Android Studio to create our apk files. We are using android studio 2.3.3 version but you can use any version you want.(after 2.3.3) here is the official link for latest android studio developer.android.com/studio/ If you have  worked on Android Studio before then it will be very easy for you and if you have not worked with Android Studio then see some tutorials online on using Android Studio and create some basic apps. We will not teach you android development or using android studio. We will only focus on creating  RAT. I recommend spending a few hours on tutorialspoint.com/android/ before moving further. ...

2 : Features of android RAT : Android Rat From Scratch

Image
previos:  1: Introduction: android rat from scratch. next: 3 : Setting Environment : android rat from scratch Hello everyone So you saw why this RAT is difference from other RATs. Here are some features of the RAT which we are going to create: read , edit , create , delete Contacts read, delete call logs read , send sms  live sms reading (for OTP) make call (will be visible to victim) take photo from front or back camera make toast on screen get clipboard text(last copied text) get wallpaper set wallpaper from url play any sound in background from url adjust media volume open url in default browser set sound profile to mute, vibrate or sound see or launch installed apps take screenshot (without root) file manager(read,edit,create,delete files) download files no runtime permission required all permissions are granted while installing can hide or unhide app icon remotely app always running even after device reboot/restart(have to s...

1 : Introduction : Android Rat From Scratch

Image
      Hello everyone In this series we will create a Remote Access Trojan(RAT) for android. Both server and client are apk. There are many RAT available like Droidjack, Spynote. Metasploit is also excellent framework for remote access. They work very well but there are some problems:     Device Portability : As these tools can only be used on Windows/Linux so we can’t take our PC or laptop everywhere like our android phone.     Static IP : We need a static IP to maintain access to victim’s device. We can use noip but it can only provide us static address for 30 day.     Port Forwarding : Some ISPs block port forwarding. So we need to be connected to a router to forward port.     AV/Google detection : These apps can be easily recognized as threat by Google because these are very popular tools. These problems will be automatically solved in our RAT. Read next...