Sensitive Directories & Usernames and Passwords and all other tables

2020.10.18
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

# Google Dork: "-- table `users` | `category` | `structure`" ext:sql | ext:txt # Title: Sensitive Directories # Date: 2020-10-18 # Exploit Author: Tayfun AKYILDIZ # LinkedIn: https://www.linkedin.com/in/tayfun-akyildiz # Sensitive directories and more... -- -- Table structure for table `Users` -- CREATE TABLE IF NOT EXISTS `Users` ( `UserID` int(10) unsigned NOT NULL auto_increment, `UserName` char(32) NOT NULL, `Pwd` char(41) NOT NULL, `DatabaseName` char(32) NOT NULL, `ExpirationDate` date NOT NULL, `Path` char(64) default NULL, PRIMARY KEY (`UserID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;


Vote for this issue:
100%
0%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top