Skip to content

Releases: Tylous/Vibe

v3.0

06 May 15:32
Compare
Choose a tag to compare

New Features


  • Python 3 support
  • Optional password prompt on launch
  • SPN collector

V2.0

09 Oct 19:02
6dbc346
Compare
Choose a tag to compare

New Features


New modules added:

  • Added columns command to display the column names in each of the three major tables.
  • Added Export command allows the contents of the user, groups, computer to be exported into either an HTML or CSV document.
  • Replaced the cred databased used by session and share_hunter with user-defined options(-d or --domain for the name of the domain, -u or --user the user's username, p or --password the user's password)
  • Added new options to the initial menu for setting up the LDAP connection over a non-standard port or over an unencrypted channel (in case LDAPS is not available).

Bug Fixes


  • Fixed several bugs related to database generation due to known bad characters.
  • Fixed session and share_hunter credential related issues.
  • Resolved several input related crashes.
  • Added Verbose information while tables are being generated.
  • Removed the spinning wheel and spinning wheel related bugs.

V1.2

01 Nov 01:56
8a9a809
Compare
Choose a tag to compare

New Features


New modules added:

  • List - Lists either all users, computers, or groups.
  • Added -f option to list to pipe the contents to a file.

Bug Fixes


  • 
Added error messages if user's input the wrongfully qualified domain name.