mirror of
https://github.com/daffainfo/AllAboutBugBounty.git
synced 2024-12-19 10:56:11 +00:00
25 lines
784 B
Markdown
25 lines
784 B
Markdown
# Exposed Source Code
|
|
|
|
1. Exposed Git folder
|
|
```
|
|
https://site.com/.git
|
|
```
|
|

|
|
|
|
2. Exposed Subversion folder
|
|
```
|
|
https://site.com/.svn
|
|
```
|
|

|
|
|
|
3. Exposed Mercurial folder
|
|
```
|
|
https://site.com/.hg
|
|
```
|
|

|
|
|
|
4. Exposed Bazaar folder
|
|
```
|
|
http://target.com/.bzr
|
|
```
|
|
 |