Skip to content

Commit 1c993dc

Browse files
author
Martin Gallo
committed
Added ChangeLog entry
1 parent aaea3d1 commit 1c993dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ v0.1.14 - XXXX-XX-XX
1818
- `examples/diag_login_screen_info.py`: Script was improved by better printing technical information and
1919
outputting login screen text items (language, input fields, login text) ([\#14](https://github.com/CoreSecurity/pysap/pull/14)).
2020
Thanks [@gelim](https://github.com/gelim)!.
21+
- `examples/diag_login_brute_force.py`: Script was improved to handle currently logged in users
22+
([\#16](https://github.com/CoreSecurity/pysap/pull/16)). Thanks [@hnzlmnn](https://github.com/hnzlmnn)!.
2123
- `example/router/admin.py`: Improved client list table display and fixed timestamps ([\#12](https://github.com/CoreSecurity/pysap/issues/12)).
2224
Thanks [@gelim](https://github.com/gelim)!.
2325
- `examples/ms_dump_param.py`: New example script to list Message Server parameters and check them against a list of

examples/diag_login_brute_force.py

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def is_duplicate_login(response):
186186
return True, atom.field2_text
187187
return False, ""
188188

189+
189190
def login(host, port, terminal, route, username, password, client, verbose, results):
190191
"""
191192
Perform a login try with the username and password.

0 commit comments

Comments
 (0)