any help
Forum Thread: How Can Bypass the AV and Make Payload for Android Clean
- Hot
- Active
-
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
1 day ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
5 days ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
2 wks ago -
Forum Thread: Mitm attack problem 2 Replies
3 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
4 wks ago -
Metasploit Error: Handler Failed to Bind 40 Replies
1 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
1 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
1 mo ago -
Forum Thread: How to Hack School Website 8 Replies
1 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
1 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
1 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
2 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
2 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
2 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
3 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
3 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
4 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
4 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
4 mo ago
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How to Hack Wi-Fi: Get Anyone's Wi-Fi Password Without Cracking Using Wifiphisher
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Top 10 Things to Do After Installing Kali Linux
-
Hack Like a Pro: How to Crack Online Web Form Passwords with THC-Hydra & Burp Suite
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Write an XSS Cookie Stealer in JavaScript to Steal Passwords
-
Hacking Windows 10: How to Dump NTLM Hashes & Crack Windows Passwords
-
How To: Hack Wi-Fi Networks with Bettercap
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How To: Play Wi-Fi Hacking Games Using Microcontrollers to Practice Wi-Fi Attacks Legally
-
Hack Like a Pro: How to Get Facebook Credentials Without Hacking Facebook
-
How To: Upload a Shell to a Web Server and Get Root (RFI): Part 2
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
10 Responses
You put no effort into your question, so why should we put any effort into our answer? Try starting with what you have tried, then realize that AV evasion is a constant cat and mouse game that will require you to put in work.
i Embed a Metasploit Payload in an Original .Apk File but the AV Catch it
i Embed a Metasploit Payload in an Original .Apk File but the AV Catch it
How to Encrypt it
Basically AV works by reading the signature file.You can edit it using this simple steps,this will guarantee you a perfect social engineering and AV by passing.
1.Decompile your apk with apktool - apktool d /path/to/apk /path/to/decompilefolder
2.Edit what you need like the Name of the apkfile located at the rest/values/strings.xml or you can add an icon by making a folder by
drawable-ldpi
drawable-mdpi
drawable-hdpi
in the rest directory and add the your icon with 48px icon in the "drawable-ldpi" and 36px icon in the "drawable-mdpi" and 72px icon in the "drawable-hdpi" and edit the AndroidMenifest.XML file and add this line android:icon=@drawable/icon and make sure you name all your icons with the name icon.png.
Then complie this by this code apktool b /path/to/decompilefolder then you will find the apk file in a filde named dist.Then you must sign the apk file with jarsigner ,this is where you change the signature.
jarsigner -verbose -keystore ~/.android/debug.keystore -storepass android -keypass android -digestalg SHA1 -sigalg MD5withRSA /path/to/apk androiddebugkey*
Decompile the apk or the Payload
can you give me video for it
You cab look at this tut at nullbyte and his previous one too.
https://null-byte.wonderhowto.com/how-to/embed-metasploit-payload-original-apk-file-part-2-do-manually-0167124/
hey JOHN, how u success in bending the payload with the original apk, can you make a video for editing the manifest and .Smali files,i follow the steps in this tutorial
https://null-byte.wonderhowto.com/how-to/embed-metasploit-payload-original-apk-file-part-2-do-manually-0167124/
but i am stuck in the editing issue any help plz ??
Share Your Thoughts