Not working
dairosaal opened this issue · 3 comments
dairosaal commented
Hello, I've installed all libs and tested on my localhost, but it doesnt works.
Starting enumdb v2.0.1
[-] Login failed root:123@xxx.xxx.xxx.xxx
Everytime and every server that I tried I got this. Do you what it can be?
dairosaal commented
Wrong sintaxe on connect function
m8sec commented
Hi @dairosaal,
Can you provide the type of database you are trying this on? You mentioned you tested this on your local host, if this is mysql, try 'localhost' instead of '127.0.0.1':
python3 enumdb.py -u root -p '123' -t mysql localhost
-m8r0wn
m8sec commented
If the issue persists please let me know
-m8r0wn