r00t-3xp10it / resource_files

mosquito - Automating reconnaissance and brute force attacks
https://github.com/r00t-3xp10it/hacking-material-books/blob/master/metasploit-RC%5BERB%5D/metasploit_resource_files.md#metasploit-resource-files
127 stars 39 forks source link

LHOST doesn't work #4

Open Samim12378 opened 2 years ago

Samim12378 commented 2 years ago

Guys I want to make payload. But it shows this to me In termux

ryanmrestivo commented 2 years ago

@Samim12378 this repository is not actively maintained by the developer.

Also, this script was developed native to many Linux distros, but not Termux - you will need to troubleshoot the packages you are missing. Do you have a copy of the error message?

Samim12378 commented 2 years ago

@Samim12378 this repository is not actively maintained by the developer.

Also, this script was developed native to many Linux distros, but not Termux - you will need to troubleshoot the packages you are missing. Do you have a copy of the error message?

[-] No platform was selected, choosing Msf::Module::Platform::Android from the payload [-] No arch selected, selecting arch: dalvik from the payload Error: One or more options failed to validate: LHOST.

This is the error that I got

Samim12378 commented 2 years ago

@Samim12378 this repository is not actively maintained by the developer. Also, this script was developed native to many Linux distros, but not Termux - you will need to troubleshoot the packages you are missing. Do you have a copy of the error message?

[-] No platform was selected, choosing Msf::Module::Platform::Android from the payload [-] No arch selected, selecting arch: dalvik from the payload Error: One or more options failed to validate: LHOST.

This is the error that I got

I have tried several ways but still it shows this

ryanmrestivo commented 2 years ago

@Samim12378 so "arch" is architecture and "dalvik" is byte code. Your command probably has some formatting issue - I would take a look at this thread in the msf issues where several users had a similar problem - https://github.com/rapid7/metasploit-framework/issues/11825

Good luck!