Skip to content

Commit 8c7f0da

Browse files
committed
update readme
1 parent 2bb6ad5 commit 8c7f0da

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
# Sensitive File Founder on WebSite
22

3-
Foobar is a Python library for dealing with word pluralization.
3+
A tool for fuzzing files on the website
4+
Included shell[[webbackdor]] file name list {--shell}, .env file list {--env}, git file list{--git} and sensitive file list {--sens}
45

56
## Usage
67

7-
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
8-
98
```bash
109
git clone https://github.com/begininvoke/SensitiveFileFuzzer.git
1110
cd SensitiveFileFuzzer
1211
go build
1312
./SensitiveFileFuzzer -url https://site.com --shell
1413
```
14+
## Help
15+
```bash
16+
./SensitiveFileFuzzer -h
17+
Usage of ./SensitiveFile:
18+
-all
19+
try all lists
20+
-env
21+
try env lists
22+
-git
23+
try git lists
24+
-sens
25+
try sens lists
26+
-shell
27+
try shellfile lists
28+
-url string
29+
url address https://google.com
30+
-v show success result only
31+
```
1532
## config
1633
To avoid mistakes you can enter custom settings for each route
1734
Sample config :

0 commit comments

Comments
 (0)