Skip to content

Releases: narukoshin/custom-bruteforce

v2.4.8-1

27 Feb 12:30
Compare
Choose a tag to compare
Removed print

v2.4.8

24 Feb 20:30
Compare
Choose a tag to compare

Updates

Added a feature that allows users to include configuration files by parts
Reference: #8
Commit: 8162214

v2.4.7a

10 Nov 01:12
Compare
Choose a tag to compare
  • Fixed memory leak bug (#2)
  • Added a new line to the updater function (9df95e7)

v2.4.7

10 Nov 00:25
Compare
Choose a tag to compare
  • Fixed memory leak bug (#2)

v2.4.6

05 Aug 17:48
Compare
Choose a tag to compare
v2.4.6

v2.4.5

26 Jul 17:28
Compare
Choose a tag to compare

New features:

  • Checking the version with the version command and it will tell if an update is available
  • Installing an update with the update command

Fixes:

  • Fixed bug #7 that didn't allow to update on Windows operating system.

v2.4.4

20 Jul 19:43
Compare
Choose a tag to compare
r2.4.4

v2.4.3a

19 Apr 23:40
Compare
Choose a tag to compare

CHANGELOG

  • Added sending a password to email feature
# email settings
email:
  # Email settings that will send the email
  server:
    host: your.server.name
    port: 587
    timeout: 3 # default 30
    email: your.email@address.com
    password: your.password123

  mail:
    # method 1
    recipients: your.email@address.com
    
    # method 2 for multiple recipients
    recipients:
      - your.email@address.com
      - another.email@address.com
      - random.email@address.com
    subject: Your subject text is here
    name: Who Am I ?
    message: "Password: <password>" # a real password will appear in <password> place.
  • In the version v2.4.3u, emails can be sent through the proxy
  • Fixed a bug in the commit #e295c2b

v2.4.2

16 Apr 15:03
Compare
Choose a tag to compare

CHANGELOG

  • Fixed 2 bugs in the #6 issue.
  • Added a new option: status_code for on_fail and on_pass.
on_fail:
    status_code: 401 # default value is 0
on_pass:
    status_code: 200 # default value is 200
  • Fixed the bugs and improved the code

v2.4-release

12 Mar 13:21
Compare
Choose a tag to compare

CHANGELOG