Posts

Showing posts from February, 2018

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...