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

Stuck when running within Docker Desktop Desktop for Mac

Open James4Ever0 opened this issue 1 year ago • 2 comments

Steps to reproduce

How'd you do it?

  1. Install and run Docker app for macOS
  2. Run the image by docker run --rm -it parrotsec/security
  3. Run the command msfconsole and get stuck

Expected behavior

Shall invoke the console.

Current behavior

Get stuck forever.

Versions

Docker version

Docker version 26.1.1, build 4cf5afa

macOS version

Version 12.5 (Apple M1)

Parrot OS version

Distributor ID: Parrot Description: Parrot OS 5.3 (Electro Ara) Release: 5.3 Codename: ara

Metasploit version

Framework: 6.3.27-dev Console : 6.3.27-dev

Additional Information

If I change to the directory /usr/share/metasploit-framework first then run ./msfconsole it will not get stuck, and subsequent msfconsole invocations from anywhere will not get stuck.

James4Ever0 avatar May 29 '24 03:05 James4Ever0

One can mitigate this issue by:

# do not run in root directory '/'
docker run --rm -it -w /root parrotsec/security
msfconsole

James4Ever0 avatar Jun 03 '24 02:06 James4Ever0

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. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!

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 Jul 03 '24 15:07 github-actions[bot]

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 Aug 02 '24 15:08 github-actions[bot]