03 January, 2015

How To Set Up Dendroid | Android Rat

Dendroid Server Tutorial.
Requirements:

Dendroid Source Android Studio (Java RE 7 is needed)
Web server with PHP, MySql, (Ion Cube Loader (VPS Only))
phpmyadmin (For Easy Database setup)


Dendroid Web Panel.
1) Extract the dendroid source. And Navigate to the Dendroid Panel Folder. Inside will be two Folders, Navigate inside Panel, You'll see multiple PHP files.


2) Open reg.php, applysettings.php, blockbot.php ,deletebot.php ,deletefile.php ,deletepics.php ,functions.php, table.php In your text editor of your choice 


3) With the multiple php files open you will see { $url = "http://pizzachip.com/rat/"; } You will need to replace this in all the files you just opened with the url to your server
For an example > http://mysite.com/Panel/


[Image: DendroidTutS1.png]
Below Image Is Inside Reg.php ONLY

[Image: DendroidTutS2.png]
4) Open clearawaiting.php, clearmessages.php in your text editor. Add <?php to the first line of the file it will be <? however , it should be <?php to be able to run correctly as php.
5) Open get.php, get-functions.php, new-upload.php ,upload-pictures.php ,find the line { if($_GET['Password'] == "keylimepie") } Change keylimepie to your Database password.

[Image: DendroidTutS3.png]
6) Go to your Phpmyadmin. (For Cpanel, Create a new DB and then click the Phpmyadmin icon *Note write down the server ip or name listed for the database*) Keep in mind if a password is assigned to you MUST change your password in step 5 to match your database password. Other wise your database wont be able to update the botnets and WONT work.

7) Select import at the top, Then proceed to import the SQL.sql File located inside 'Other Files' Within the source. This will add the necessary tables to your database.


8) Upload the files to your web server ( If on a VPS CMOD 777 the directory ) once done navigate to your url. Fill in the necessary info. For an example


[Image: DendroidTutS4.png]
9) Delete the Setup folder.
Dendroid Application.
1) Download and open Android Studio (Download located under Requirements) proceed to install/open Android Studio.exe or Android Studio.app on mac.


2) Click Open An Existing Android Studio Project Browse to the the path to the dendroid apk source directory. 


3) Click the Drop Down Arrow for Dendroid > src > com.connect > Then click MyService To Open it.


[Image: DendroidTutS5.png]
4) Once MyService is open you ill see encodedURL = , backupURL = , encodedPassword = , Go to Base64encode.org and encode your url you used in Step 3 Of Dendroid Web Panel. And the same for backupURL unless you have two Panels. For an example http://mysite.com/Panel < Note that i didn't use a / for the last directory this is REQUIRED or it will input '//'

5) Paste the encoded URL into encodedURL , and backupURL Fields then encode your Database password and Paste it into encodedPassword
i.e. For http://mysite.com/Panel = aHR0cDovL215c2l0ZS5jb20vUGFuZWw= and For my Database pass (Takedown) = VGFrZWRvd24=


[Image: DendroidTutS6.png]
6) Right Click Dendroid Apk > Open Module Settings > Select "Use module comple path.." > Then select a valid compile directory.

[Image: DendroidTutS7.png]
7) then Click Build > Generate Signed Apk > Select Dendroid > Next > Proceed to make the keystore.

[Image: DendroidTutS8.png]
8) Select the destination for the apk output and name. Then Click Finish.

[Image: DendroidTutS9.png]
9) Install the APK and the user will pop up in the control panel.
[Image: line.png]

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home