1.3 KiB
1.3 KiB
Exposed Source Code
Introduction
Source code intended to be kept server-side can sometimes end up being disclosed to users. Such code may contain sensitive information such as database passwords and secret keys, which may help malicious users formulate attacks against the application.
How to Find
- Exposed Git folder
https://site.com/.git
- Exposed Subversion folder
https://site.com/.svn
- Exposed Mercurial folder
https://site.com/.hg
- Exposed Bazaar folder
http://target.com/.bzr
- Exposed Darcs folder
http://target.com/_darcs
- Exposed Bitkeeper folder
http://target.com/Bitkeeper
Reference: