DeadPackets / pwnbox-cli

The CLI tool that lets you easily deploy, customize and manage PwnBox.
MIT License
3 stars 1 forks source link

error handling on run #1

Closed thewildofficial closed 3 years ago

thewildofficial commented 3 years ago

pip installs perfectly with no issues. on running pwnbox up,the following error is thrown

    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pwnbox/__main__.py", line 127, in main
    pwnbox_container = client.containers.get(config['CONTAINER']['NAME'])
AttributeError: 'function' object has no attribute 'get'

this appears to be a docker error,but some handling would be really useful for the scriptkiddie :)

(NOTE: moved from pwnbox repo)

DeadPackets commented 3 years ago

Fixed in v1.5.1.