https://null-byte.wonderhowto.com/how-to/hack-android-using-kali-remotely-0160161/
Why i can't install .apk file on my Android.
it say Applicaton not installed.
Forum Thread: Android Hacking Kali Linux
- Hot
- Active
-
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
5 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
6 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
9 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
9 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
9 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Intercept Images from a Security Camera Using Wireshark
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Stealthfully Sniff Wi-Fi Activity Without Connecting to a Target Router
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How to Hack Wi-Fi: Getting Started with the Aircrack-Ng Suite of Wi-Fi Hacking Tools
-
How To: Make Your Own Bad USB
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Use SpiderFoot for OSINT Gathering
-
How to Hack Wi-Fi: Cracking WEP Passwords with Aircrack-Ng
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Fix Bidirectional Copy/Paste Issues for Kali Linux Running in VirtualBox
-
Become an Elite Hacker Part 4: Hacking a Website. [Part 1]
-
How To: Create Custom Wordlists for Password Cracking Using the Mentalist
-
How To: Use Hash-Identifier to Determine Hash Types for Password Cracking
5 Responses
Have you allowed your phone to install applications from unknown sources ?
Yes.
You need to generate a Signed APK... Most likely your app is not signed here.
To Sign it manually use these 4 commands:
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore APPNAME.apk aliasname
jarsigner -verify -verbose -certs APPNAME.apk
zipalign -v 4 APPNAME.apk NEWAPPNAME.apk
Where APPNAME is your generated file from Metasploit and NEWAPPNAME is the name of the signed file you will generate.
install zipalin..
sudo apt-get install zipalin
or search it in synaptic package manager or any other package manager u use..
once u signed the apk and run it on android. inform me of the error..
i am getting
"an existing package by the same name with a conflicting signature is already installed.."
do inform me in DM what happens..
Share Your Thoughts