Skip to content

Commit 2bb6ad5

Browse files
committed
update readme
1 parent 9d4c774 commit 2bb6ad5

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
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
516
To avoid mistakes you can enter custom settings for each route
617
Sample config :
7-
18+
```json
819
{
920
"path" : "/test.txt",
1021
"content" : "#application/json#text/html",
1122
"lentgh" : "*"
1223

1324
}
25+
```
1426

1527

1628
Content-Type:
@@ -21,6 +33,13 @@ content : "#application/json#text/html" all headers except (text/html , applica
2133

2234
content : "application/json" allow just application/json in response header
2335

24-
2536
Content-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/)

0 commit comments

Comments
 (0)