Badtouch Versions Save

Scriptable network authentication cracker (formerly `badtouch`)

v0.5.0

6 years ago
  • 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

6 years ago
  • 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

6 years ago
  • Added ldap_bind, ldap_search_bind and ldap_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

v0.2.0

6 years ago
  • Added mysql_connect
  • Added http_basic_auth
  • Colored output

v0.1.0

6 years ago

Initial release