
Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
08-14-2013, 09:06 PM
Post: #1
|
|||
|
|||
[GET]Android Remote Administration Tool
Android Remote Administration Tool
![]() Android Remote Administration Tool Setup Tutorial Android Developer Tools http://developer.android.com/sdk/index.html Java Runtime Environment http://www.oracle.com/technetwork/java/j...80261.html AndroRAT Source https://github.com/wcb972/androrat Getting Started extract and run eclipse, which is inside the Android SDK: Code: \eclipse\eclipse.exe choose "use this default workspace and don't ask again" when eclipse runs should look like this: ![]() Preparing the SDK The SDK comes with the basic tools and libraries, but we need to download more packs to compile AndroRAT. In eclipse, click: window -> android SDK manager this should open: ![]() note: The Android app says it needs API level 2.2; this does not mean it's only for 2.2! This is the minimum requirement. It will run in GingerBread 2.2 and up! (2.3, HC, ICS, JB) select these: ![]() click install packages accept anything that pops up wait for the download to finish close and re-open eclipse Compiling the APK go to file -> new -> project select this: ![]() click browse and select this: ![]() click OK, this should appear: ![]() make sure the project is checked click finish; it should load the project into eclipse note: you can compile this app right now, but it will ask you on startup (on the phone, when launched) for the IP address of your NO-IP host (since you will use that I assume). We will change this source later on to make it automatically configure itself on startup and go to background If you'd like to, you can compile the APK right now. click the drop-down button to compile the APK (when asked what you would compile it as, select "Android Application") ![]() note: the APK will be built to the bin folder inside the project's folder: (the one we downloaded) Code: androrat-master\src\Androrat\bin Compiling the Server go to: file -> import select this: ![]() click browse when the new window shows up. select this: ![]() make sure the project is checked, click finish our project will have an error-like icon: ![]() right click on the project folder (the icon with the "!" sign) and click properties click "Java Build Path" and click the "Libraries" tab: ![]() the libraries with the "x" icons aren't recognized by eclipse, so delete them. select them all and click "Remove" the project still needs those libraries. on the same window, click this: ![]() navigate to: Code: androrat-master\src\api select all and of the files and click open click OK Now we're going to run the applet once, so we can compile it in a second: click on "Androrat Server" in the package explorer window click the drop-down arrow next to the green "play" button -> run as -> Java application -> "Server - server" -> OK AndroRAT Project (our client window) should run. if so, great! close AndroRAT Project Now we're going to compile our RAT client into a .JAR: (so we can run it whenever) click: file -> export; select: ![]() set the options in the next screen as shown: ![]() click finish note: you will get a few warnings; click OK on each Modifying the APK to auto-configure our server on startup open LauncherActivity.java ![]() delete all of it's content and replace with this: edit the obvious parts: ![]() you can put your NO-IP address here, if you'd like (alternatively, you can use your IP) compile and you're done ![]() Done |
|||
08-15-2013, 12:54 AM
Post: #2
|
|||
|
|||
RE:
Thank you for the tutorial, but the github has shut down the profile of the developer team :) and the source code is lost for ever I think :)
If you have a copy please share it here ;) |
|||
08-15-2013, 01:09 AM
(This post was last modified: 08-15-2013 01:10 AM by venki9990.)
Post: #3
|
|||
|
|||
RE:
Copied Exactly the entire post Without even giving them any credits lol
(08-15-2013 12:54 AM)demomeb Wrote: Thank you for the tutorial, but the github has shut down the profile of the developer team :) and the source code is lost for ever I think :) |
|||
08-15-2013, 02:12 AM
Post: #4
|
|||
|
|||
RE:
Thank's bro, I already have this version, I'm looking for the last update, if you check the code source you will see that this is the first release, there was at less 6 or seven updates :)
|
|||
08-16-2013, 03:33 AM
(This post was last modified: 08-16-2013 03:36 AM by TheAuthority.)
Post: #5
|
|||
|
|||
RE:
(08-15-2013 02:12 AM)demomeb Wrote: Thank's bro, I already have this version, I'm looking for the last update, if you check the code source you will see that this is the first release, there was at less 6 or seven updates :)bro here is d link : http://github-windows.s3.amazonaws.com/GitHubSetup.exe http://ge.tt/3KY2OHa/v/0 |
|||
11-17-2013, 12:57 PM
Post: #6
|
|||
|
|||
RE:
Tutorial looks nice explained, but I have error in my code.
both androrat and androServer, can you help, Thanks |
|||
11-21-2013, 06:45 PM
Post: #7
|
|||
|
|||
RE:
awesome tutorial.. thank you !!
|
|||
11-22-2013, 01:25 AM
Post: #8
|
|||
|
|||
RE:
Thank you.
|
|||
03-02-2014, 03:08 AM
Post: #9
|
|||
|
|||
RE:
thank you.. its guiding me a lot..
|
|||