• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

enumdb v2.1 MySQL and MSSQL brute force and post exploitation tool

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,618
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,700
‎6 Years of Service‎
 
76%
54823551-9ae80d00-4c7e-11e9-89e5-3140b793b6d7.gif


Enumdb is a brute force and post exploitation tool for MySQL and MSSQL databases. When provided a list of usernames and/or passwords, it will cycle through each targeted host looking for valid credentials. By default, enumdb will use newly discovered credentials to search for sensitive information in the host’s databases via keyword searches on the table or column names. This information can then be extracted and reported to a .csv or .xlsx output file. See the Usage and All Options sections for more detailed usage and examples.

The latest version, enumdb v2.0, has been adapted for larger environments:

    Keyword searches can now be conducted on table or column names to identify sensitive information. These terms can be customized at the top of enumdb.py.
    Threading has been added to expedite brute forcing and enumeration on larger networks.
    Enumdb no longer generates reports by default. Reporting (csv/xlsx) must be defined in the command line arguments.
    When extracting data for reports, users can now define a limit on the number of rows selected. The default value of 100, can be modified at the top of enumdb.py.
    Enumdb’s output formatting has been modified to provide more concise feedback when enumerating large amounts of data.

Changelog v2.1

    Reformat code structure

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top