Advertisement






Sensitive Directories & Usernames and Passwords and all other tables

CVE Category Price Severity
CWE-XX Not specified Not specified
Author Risk Exploitation Type Date
Not specified Not specified Not specified 2020-10-18
Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020100109

Below is a copy:

Sensitive Directories & Usernames and Passwords and all other tables
# 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;

Copyright ©2024 Exploitalert.

All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use.