calebstewart / pwncat

Fancy reverse and bind shell handler
https://pwncat.readthedocs.io
MIT License
2.58k stars 250 forks source link

Fixed load command path argument #237

Closed calebstewart closed 2 years ago

calebstewart commented 2 years ago

Description of Changes

The load command incorrectly passed the path argument to Manager.load_modules as a list instead of expanding to the positional arguments. This fix simply adds the asterisk to expand the list to positional arguments.

Please note any noqa: comments needed to appease flake8.

Major Changes Implemented:

Pre-Merge Tasks

For issues with pre-merge tasks, see CONTRIBUTING.md