Created
February 29, 2020 05:45
-
-
Save moodiabdoul3/427e4f3d2c3c2408e79dc8d5948a565d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/.s3cfg | grep -Hnri "website_endpoint" | |
/phpunit.xml | grep -Hnri "<\phpunit" | |
/nginx.conf | grep -Hnri '/var/run/' | |
/.vimrc | grep -Hnri 'vim-' | |
/yarn.lock | grep -Hnri 'yarn lockfile' | |
/.idea/workspace.xml | grep -Hnri '<project version="4">' | |
/composer.json | grep -Hnri '"autoload"' | |
/Homestead.yaml | grep -Hnri 'provider: virtualbox' | |
/Vagrantfile | grep -Hnri 'VAGRANTFILE_API_VERSION' | |
/.ssh/known_hosts | grep -Hnri 'ssh-rsa' | |
/web.config | grep -Hnri "<system.webServer>" | |
/phpinfo.php "phpinfo()" | |
/.git/config | grep -Hnri "refs/heads/master" | |
/server-info/ "Apache Server Information" | |
/trace "timestamp" | |
/mappings "resourceHandlerMapping" | |
/actuator "_links" | |
/.svn/entries grep -Hnri "has-props" | |
/PHP-FPM/ | |
/.DS_Store | grep -Hnri 'Bud1' | |
/_wpeprivate/config.json | grep -Hnri 'WPE_VENDOR' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment