Releases: kpcyrd/authoscope
Releases · kpcyrd/authoscope
v0.5.0
- Add bcrypt support
- Add mysql querying support
- Add basic auth support http library
- Minor api improvements for the http library
- Add support to set
ulimit -n
with a config file
Breaking changes
mysql_connect
doesn't return a bool anymore, all scripts using this function need to be adjusted
v0.4.0
- Allow pausing and resuming the audit
- Allow changing the number of threads at runtime
- Added
hex
- Improved error handling
- Added
print
- Added http library
- Added html library
- Added json library
- Added
-o
to log valid logins to a file - Start the audit in paused state until all jobs are submitted and the UI is available
- Added
badtouch fsck
to validate credential lists - Added hash and hmac functions (md5, sha1, sha2-256, sha2-512, sha3-256, sha3-512)
- Registered the string library into the runtime
- Improved performance and ram usage
v0.3.0
- Added
ldap_bind
,ldap_search_bind
andldap_escape
to lua to test an ldap server - Added
rand
to get random numbers in lua - Added
creds
subcommand to verify a list of known credentials - Introduced error handling
- Reschedule failed attempts
- Added progressbar refresh ratelimit for performance
- Added man page
- Added docker support