Thursday, February 8, 2018

inurl:/admin/login.asp & intext:password

Find admin portals



INURL PARAMETER + INTEXT PARAMETER :

inurl:/admin/login.asp & intext:password

Result :

Monday, December 4, 2017

inurl:composer.json filetype:json -site:github.com

Find juicy composer.json and composer.lock files



INURL PARAMETER + FILETYPE - SITE :

inurl:composer.json filetype:json -site:github.com

FOR composer.lock :

inurl:composer.lock filetype:lock -site:github.com

Result :

Sensitive files


About :


The root package is the package defined by the composer.json at the root of your project. It is the main composer.json that defines your project requirements.

(© Getcomposer)

inurl:"zfs://www." "index of /"

Find ZFS directories



INURL PARAMETER + TEXT :

inurl:"zfs://www." "index of /"

Result :

Sensitive directories

About :


ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include protection against data corruption, support for high storage capacities, efficient data (© Wikipedia)

intext:/wp-content/uploads/wpsc/

Find Wordpress directories



INTEXT PARAMETER :

intext:/wp-content/uploads/wpsc/

Result :

Sensitive directories


About :


WordPress, an open source software used by bloggers. (© Wikipedia)

Saturday, September 30, 2017

intitle:Login to Webmin & intext:Login to Webmin

Find Webmin login forms



INTEXT PARAMETER + INTEXT PARAMETER :

intext:Webmin & intext:You must enter a username and password to login to the server on
intitle:Login to Webmin & intext:Login to Webmin
intitle:Login to Webmin & intext:Login to Webmin & intext:Remember login permanently?

Result :

Many Webmin login forms.


About Webmin :


Webmin is a web-based system configuration tool for Unix-like systems, although recent versions can also be installed and run on Windows. With it, it is possible to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify and control open source apps, such as the Apache HTTP Server, PHP or MySQL. (© Wikipedia)