File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77The Changelog starts with v0.4.1, because we did not keep one before that,
88and simply didn't have the time to go back and retroactively create one.
99
10+ ## [ Unreleased]
11+
12+ ### Changed
13+ - Fixed ` Manger.load_modules ` call in ` pwncat/commands/load.py ` .
14+
1015## [ 0.5.3] - 2022-01-09
1116Fix for argument parsing bug introduced in ` 0.5.2 ` which caused bind/connect
1217protocols to be automatically interpreted as SSL even when ` --ssl ` was not
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ class Command(CommandDefinition):
2828
2929 def run (self , manager : "pwncat.manager.Manager" , args ):
3030
31- manager .load_modules (args .path )
31+ manager .load_modules (* args .path )
You can’t perform that action at this time.
0 commit comments