Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Angel committed Jun 13, 2022
1 parent d371d78 commit 8c26fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='bl-bfg',
version='0.5.4',
version='0.5.4.1',
author='Justin Angel',
author_email='[email protected]',
description='A simple password guessing framework.',
Expand Down
2 changes: 2 additions & 0 deletions src/bfg/modules/http/cisco_ssl_vpn/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ def __call__(self, username, password, *args, **kwargs):
# Return when successful authentication occurs
return out

return out

except Exception as e:

return dict(
Expand Down

0 comments on commit 8c26fbc

Please sign in to comment.