File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1- Sensitive File Founder on WebSite
1+ # Sensitive File Founder on WebSite
22
3+ Foobar is a Python library for dealing with word pluralization.
34
5+ ## Usage
46
7+ Use the package manager [ pip] ( https://pip.pypa.io/en/stable/ ) to install foobar.
8+
9+ ``` bash
10+ git clone https://github.com/begininvoke/SensitiveFileFuzzer.git
11+ cd SensitiveFileFuzzer
12+ go build
13+ ./SensitiveFileFuzzer -url https://site.com --shell
14+ ```
15+ ## config
516To avoid mistakes you can enter custom settings for each route
617Sample config :
7-
18+ ``` json
819{
920 "path" : " /test.txt" ,
1021 "content" : " #application/json#text/html" ,
1122 "lentgh" : " *"
1223
1324}
25+ ```
1426
1527
1628Content-Type:
@@ -21,6 +33,13 @@ content : "#application/json#text/html" all headers except (text/html , applica
2133
2234content : "application/json" allow just application/json in response header
2335
24-
2536Content-Length:
26- lentgh : 10 allow response header Content-Length >= 10
37+ lentgh : 10 allow response header Content-Length >= 10
38+
39+ ## Contributing
40+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
41+
42+ Please make sure to update tests as appropriate.
43+
44+ ## License
45+ [ MIT] ( https://choosealicense.com/licenses/mit/ )
You can’t perform that action at this time.
0 commit comments