1.Directory Listing
Directory listing is a web server function that displays the directory contents when there is no index file in a specific website directory.
site: intitle:index.of
2.Config Files
Config is short for configuration. These files hold any initial settings or parameters that your project is going to need to get started.
site: ext:xml | ext:conf | ext:cnf | ext:reg | ext:inf | ext:rdp | ext:cfg | ext:txt | ext:ora | ext:ini
3.Database Files
A database file is one of the several types of the system object type *FILE. A database file contains descriptions of how input data is to be presented to a program from internal storage and how output data is to be presented to internal storage from a program.
site: ext:sql | ext:dbf | ext:mdb
4.Log Files
A log file is a computer-generated data file that contains information about usage patterns, activities and operations within an operating system, application, server or another device.
site: ext:log
5.Login Pages
A login page is a webpage that allows a user to gain access to a website or application by entering their credentials, such as a username and password.
site: inurl:login | inurl:signin | intitle:Login | intitle: signin | inurl:auth
6.Exposed Docs
Exposed Docs typically means documents that have become publicly accessible or visible when they were intended to remain private or confidential.
site: ext:doc | ext:docx | ext:odt | ext:pdf | ext:rtf | ext:sxw | ext:psw | ext:ppt | ext:pptx | ext:pps | ext:csv
7.SQL Error
An SQL error occurs when something goes wrong while trying to execute an SQL command. These errors can happen for a variety of reasons, ranging from syntax mistakes to deeper issues with the database or query logic.
site: intext:"sql syntax near" | intext:"syntax error has occurred" | intext:"incorrect syntax near" | intext:"unexpected end of SQL command" | intext:"Warning: mysql_connect()" | intext:"Warning: mysql_query()" | intext:"Warning: pg_connect()"
8.phpinfo()
The phpinfo() function in PHP is a built-in function that displays a large amount of information about the current state of PHP on a server.
site: ext:php intitle:phpinfo 'published by the PHP Group'
Top comments (0)