A tool which scrapes public github repositories for common naming conventions in variables, folders and files
These are the results of scraping 176,734 GitHub repos and 35,958,908 individual files for commonly occurring strings which can be used for fuzzing.
It was created by grepping php files for particular patterns but can be used against any web stack.
The results have been processed and ordered from the most frequently found at the top to least at the bottom.
This is the filename of the individual php file
This is the folder name that the php file was found in.
These are headers that the web application requests.
These are function names within the php application.
These are routes which are defined in the 3 most popular php frameworks.
These are parameters that the web application looks for in the request body or query string.