Sensitive Directories & Usernames and Passwords and all other tables
2020-10-18 20:20:17 Author: cxsecurity.com(查看原文) 阅读量:140 收藏

# 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;



 

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


文章来源: https://cxsecurity.com/issue/WLB-2020100109
如有侵权请联系:admin#unsafe.sh