metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

metasploit bind:failed

Open slayerhacker opened this issue 2 years ago • 6 comments

im having this error please anyone help me to get solve this error Screenshot from 2023-01-13 07-10-50

slayerhacker avatar Jan 13 '23 12:01 slayerhacker

Is something already listening on port 8080?

lsof -i :8080

bcoles avatar Jan 13 '23 13:01 bcoles

i don't know what service is running in the port 8080, if the port is already listening something ,how could i stop the service ,kindly help me to solve this

On Fri, Jan 13, 2023 at 6:56 PM bcoles @.***> wrote:

Is something already listening on port 8080?

lsof -i :8080

— Reply to this email directly, view it on GitHub https://github.com/rapid7/metasploit-framework/issues/17469#issuecomment-1381848332, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5HPBO7NDV55DITCNHVAPRLWSFJWTANCNFSM6AAAAAAT2LR54U . You are receiving this because you authored the thread.Message ID: @.***>

slayerhacker avatar Jan 13 '23 14:01 slayerhacker

You can use ss to check for the services listening on ports sudo ss -tulpan after that you can use fuser tool to kill the process that is using that port sudo fuser -k <port>/<protocol> Eg.: fuser -k 8080/tcp Be careful as this will kill the process running on that port

prabhatjoshi321 avatar Jan 13 '23 14:01 prabhatjoshi321

ohh thank you so much for your reply and help,i'll definitely try to solve this ,incase any issues again ,i'll mail u as soon as possible THANK YOU...!

On Fri, Jan 13, 2023 at 8:12 PM Wrathdemon @.***> wrote:

You can use ss to check for the services listening on ports sudo ss -tulpan after that you can use fuser tool to kill the process that is using that port sudo fuser -k / Eg.: fuser -k 8080/tcp Be careful as this will kill the process running on that port

— Reply to this email directly, view it on GitHub https://github.com/rapid7/metasploit-framework/issues/17469#issuecomment-1381954191, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5HPBO6DQLFFB7ZC7VBTX43WSFSV7ANCNFSM6AAAAAAT2LR54U . You are receiving this because you authored the thread.Message ID: @.***>

slayerhacker avatar Jan 14 '23 08:01 slayerhacker

i cleared the before error bind failed, i overcomed but then i updated metasploitable then i run same commands i face this type of error,please help me to get out of this

On Fri, Jan 13, 2023 at 8:12 PM Wrathdemon @.***> wrote:

You can use ss to check for the services listening on ports sudo ss -tulpan after that you can use fuser tool to kill the process that is using that port sudo fuser -k / Eg.: fuser -k 8080/tcp Be careful as this will kill the process running on that port

— Reply to this email directly, view it on GitHub https://github.com/rapid7/metasploit-framework/issues/17469#issuecomment-1381954191, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5HPBO6DQLFFB7ZC7VBTX43WSFSV7ANCNFSM6AAAAAAT2LR54U . You are receiving this because you authored the thread.Message ID: @.***>

slayerhacker avatar Jan 17 '23 15:01 slayerhacker

i cleared the before error bind failed, i overcomed but then i updated metasploitable then i run same commands i face this type of error,please help me to get out of this

There is not enough information to provide guidance.

bcoles avatar Jan 17 '23 15:01 bcoles

Hi again!

It’s been 60 days since anything happened on this issue, so we are going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error please feel free to reopen this issue or create a new one if you need anything else.

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.

github-actions[bot] avatar Mar 06 '23 15:03 github-actions[bot]