mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 05:24:12 +00:00
Update README.md
This commit is contained in:
parent
d070f0e6fc
commit
a60c030af7
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,3 @@
|
||||||
![fuzzdb logo](https://github.com/fuzzdb-project/fuzzdb/blob/master/fuzzdb-icon.png)
|
|
||||||
_____________________________________
|
|
||||||
FYI: The /web-backdoors folder may trigger anti-virus scanners.
|
|
||||||
_____________________________________
|
|
||||||
|
|
||||||
FuzzDB was created to increase the likelihood of finding application security vulnerabilities through dynamic application security testing. It's the first and most comprehensive open dictionary of fault injection patterns, predictable resource locations, and regex for matching server responses.
|
FuzzDB was created to increase the likelihood of finding application security vulnerabilities through dynamic application security testing. It's the first and most comprehensive open dictionary of fault injection patterns, predictable resource locations, and regex for matching server responses.
|
||||||
|
|
||||||
**Attack Patterns -**
|
**Attack Patterns -**
|
||||||
|
@ -76,11 +71,11 @@ While in the FuzzDB dir, you can update your local repo with the command
|
||||||
```
|
```
|
||||||
git pull
|
git pull
|
||||||
```
|
```
|
||||||
This Stackoverflow gives ideas on how to keep your local repository tidy: https://stackoverflow.com/questions/38171899/how-to-reduce-the-depth-of-an-existing-git-clone/46004595#46004595
|
This Stackoverflow gives ideas on how to keep a local repository tidy: https://stackoverflow.com/questions/38171899/how-to-reduce-the-depth-of-an-existing-git-clone/46004595#46004595
|
||||||
|
|
||||||
You can also browse the [FuzzDB github sources](https://github.com/fuzzdb-project/fuzzdb/) and there is always a fresh [zip file](https://github.com/fuzzdb-project/fuzzdb/archive/master.zip)
|
You can also browse the [FuzzDB github sources](https://github.com/fuzzdb-project/fuzzdb/) and there is always a fresh [zip file](https://github.com/fuzzdb-project/fuzzdb/archive/master.zip)
|
||||||
|
|
||||||
Note: Some antivirus/antimalware software will alert on FuzzDB. To resolve, the filepath should be whitelisted. There is nothing in FuzzDB that can harm your computer as-is, however due to the risk of local file include attacks it's not recommended to store this repository on a server or other important system.
|
Note: Some antivirus/antimalware software will alert on FuzzDB. To resolve, the filepath should be whitelisted. There is nothing in FuzzDB that can harm your computer as-is, however due to the risk of local file include attacks it's not recommended to store this repository on a server or other important system. Use at your own risk.
|
||||||
|
|
||||||
### Who ###
|
### Who ###
|
||||||
FuzzDB was created by Adam Muntner (amuntner @ gmail.com)
|
FuzzDB was created by Adam Muntner (amuntner @ gmail.com)
|
||||||
|
|
Loading…
Reference in a new issue