DeadPackets / pwnbox-cli

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

update docker sdk to latest version #2

Closed shizonic closed 3 years ago

shizonic commented 3 years ago

This resolves the following exception:

Traceback (most recent call last):
  File "/home/tm/.local/bin/pwnbox", line 8, in <module>
    sys.exit(main())
  File "/home/tm/.local/lib/python3.9/site-packages/pwnbox/__main__.py", line 131, in main
    pwnbox_container = client.containers.get(config['CONTAINER']['NAME'])
AttributeError: 'function' object has no attribute 'get'

Further information can be found at:

DeadPackets commented 3 years ago

I have finals till Sunday, will check right after that and then push a new version with this PR and the other!

Huge thanks for this 👏

shizonic commented 3 years ago

I have finals till Sunday, will check right after that and then push a new version with this PR and the other!

Huge thanks for this 👏

You are welcome! I want to say thank to YOU! I really appreciate your work and would like to investigate further PRs if welcome...

DeadPackets commented 3 years ago

I welcome any additions you would like to add at all to the project! If you have ANY (and I mean any) ideas or recommendations or changes you want to make, just create them as an issue first and I'll let you know if you can go ahead with it!

For pwnbox-cli, I don't really have improvements in mind, most of the improvements I can think of are related to pwnbox itself. If you can think of anything (for any of my projects!) feel free to drop a PR or an issue.

shizonic commented 3 years ago

I welcome any additions you would like to add at all to the project! If you have ANY (and I mean any) ideas or recommendations or changes you want to make, just create them as an issue first and I'll let you know if you can go ahead with it!

For pwnbox-cli, I don't really have improvements in mind, most of the improvements I can think of are related to pwnbox itself. If you can think of anything (for any of my projects!) feel free to drop a PR or an issue.

Thx dude I let you know!

shizonic commented 3 years ago

May ask about the progress?

DeadPackets commented 3 years ago

Sorry for the delay, checked and merging now!