File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 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
109git clone https://github.com/begininvoke/SensitiveFileFuzzer.git
1110cd SensitiveFileFuzzer
1211go 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
1633To avoid mistakes you can enter custom settings for each route
1734Sample config :
You can’t perform that action at this time.
0 commit comments