Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1613

[HELP] How can I sign fucking .apk file ?

by Pshyotic - 27 October, 2020 - 12:33 PM
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.013
Posts
290
Threads
7 Years of service
#1
(This post was last modified: 27 October, 2020 - 12:35 PM by Pshyotic.)
I am on the linux trying to make some shitty ass malware I mean I made it it's done, but I can't install it on android device since it gives me .zip extension....

What I tried and doesn't work:
Code:
keytool -genkey -V -keystore key.keystore -alias hacked -keyalg RSA -keysize 2048 -validity 10000
 
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked
Code:
 jarsigner -verify -verbose -certs android_shell.apk
Code:
 zipalign -v 4 android_shell.apk singed_jar.apk
 

IT GIVES ME OUTPUT > singed_jar.apk    
BUT IT'S STILL THE SAME FILE :(((( WHAT AM I MISSING ????
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (Fraudlash) - Unhide
Fraudlash  
Reverser
1.234
Posts
450
Threads
6 Years of service
#2
this is the step where you actually sign it:
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked

the zipaligner is doing nothing but compressing everything in the application to make sure that it runs efficiently
[Image: Banner.gif]

Ad space by @Dav expires 2/14/2024

SELLING THIS MIDDLE SPOT CONTACT @Liars FOR PRICING


SELLING THIS BOTTOM SPOT CONTACT @Liars FOR PRICING

AD BY @ expires 13th November 
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.013
Posts
290
Threads
7 Years of service
#3
(27 October, 2020 - 12:48 PM)Chiros Wrote: Show More
this is the step where you actually sign it:
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked

the zipaligner is doing nothing but compressing everything in the application to make sure that it runs efficiently

I mean I checked files rn, there's META-INF folder and I have it signed it worked...
But how can I make it installable on my android.... what it gives me is singed_jar_apk.zip .... I am expecting this shit to be installed and that's not the thing
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (Fraudlash) - Unhide
Fraudlash  
Reverser
1.234
Posts
450
Threads
6 Years of service
#4
(27 October, 2020 - 12:51 PM)Pshyotic Wrote: Show More
(27 October, 2020 - 12:48 PM)Chiros Wrote: Show More
this is the step where you actually sign it:
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked

the zipaligner is doing nothing but compressing everything in the application to make sure that it runs efficiently

I mean I checked files rn, there's META-INF folder and I have it signed it worked...
But how can I make it installable on my android.... what it gives me is singed_jar_apk.zip .... I am expecting this shit to be installed and that's not the thing

Rename it to .apk and it would install
[Image: Banner.gif]

Ad space by @Dav expires 2/14/2024

SELLING THIS MIDDLE SPOT CONTACT @Liars FOR PRICING


SELLING THIS BOTTOM SPOT CONTACT @Liars FOR PRICING

AD BY @ expires 13th November 
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.013
Posts
290
Threads
7 Years of service
#5
(This post was last modified: 27 October, 2020 - 01:26 PM by Pshyotic.)
I LOVE YOU SIR @Chiros
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (Snifnas) - Unhide
Snifnas  
Registered
2
Posts
0
Threads
4 Years of service
#6
(This post was last modified: 06 November, 2020 - 10:26 PM by Snifnas.)
(27 October, 2020 - 12:33 PM)Pshyotic Wrote: Show More
iI am on the linux trying to make some shitty ass malware I mean I made it it's done, but I can't install it on android device since it gives me .zip extension....

What I tried and doesn't work:
Code:
keytool -genkey -V -keystore key.keystore -alias hacked -keyalg RSA -keysize 2048 -validity 10000
 
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked
Code:
 jarsigner -verify -verbose -certs android_shell.apk
Code:
 zipalign -v 4 android_shell.apk singed_jar.apk
 

IT GIVES ME OUTPUT > singed_jar.apk    
BUT IT'S STILL THE SAME FILE :(((( WHAT AM I MISSING ????

i need help with the spotify ai bot

(06 November, 2020 - 10:25 PM)Snifnas Wrote: Show More
(27 October, 2020 - 12:33 PM)Pshyotic Wrote: Show More
loliI am on the linux trying to make some shitty ass malware I mean I made it it's done, but I can't install it on android device since it gives me .zip extension....

What I tried and doesn't work:
Code:
keytool -genkey -V -keystore key.keystore -alias hacked -keyalg RSA -keysize 2048 -validity 10000
 
Code:
 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore android_shell.apk hacked
Code:
 jarsigner -verify -verbose -certs android_shell.apk
Code:
 zipalign -v 4 android_shell.apk singed_jar.apk
 

IT GIVES ME OUTPUT > singed_jar.apk    
BUT IT'S STILL THE SAME FILE :(((( WHAT AM I MISSING ????

i need help with the spotify ai bot
This post is by a banned member (gahejis7910) - Unhide
4
Posts
0
Threads
3 Years of service
#7
(This post was last modified: 27 November, 2021 - 05:00 PM by gahejis7910. Edited 1 time in total.)
I can't believe you had so much trouble with this apk file. You should've uploaded the file to apk decompiler online to get what you wanted. It would've been helpful for you.
This post is by a banned member (Evil_Corporation) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)