Ftp-brute

Latest version: v0.1.7

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.7

2024-10-28
1.Fixed known bugs.

0.1.6

2024-10-24
1.Fixed known bugs.

0.1.5

2024-10-24
1.Fixed known bugs.

0.1.4

2024-09-22
1.load_dict method changed
- original
python
user_tuple, password_tuple = fbf.load_dict() Two objects are required to receive the entire tuple of username and password.

- now
python
fbf.load_dict()
fbf.brute() You don't need to call the load_dict() method, just call the brute() method.

2.brute method changed
- original
python
fbf.brute(user_tuple, password_tuple)

- now
python
fbf.brute() You no longer need to pass in parameters, you can just call them directly.

3.Optimize the output format
- When the final result is printed, the username and password are displayed in yellow.

0.1.3

2024-09-19
1.Optimize the output format of the result.

0.1.2

2024-09-19
1.Fixed known bugs.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.