-
python -V
Python 2.7.17
uname -a
Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux
wfuzz -w /usr/share/wordlists/dirb/big.txt --hc 404 -t 3 https://xxx.xxx.xxx.xxx/FUZZ
Unhandled except…
-
```
As we do deeper and deeper surgery on the compiler, I'd like to have a
fuzzer or some other kind of randomized testing to look for corner cases in
our implementation.
Before writing our own, we s…
-
There tends to be no common prefix with fuzzy mapping, but I have a reflex of tab-completing. Perhaps tab-complete should do nothing if it _shortens_ the current match?
-
```
As we do deeper and deeper surgery on the compiler, I'd like to have a
fuzzer or some other kind of randomized testing to look for corner cases in
our implementation.
Before writing our own, we s…
-
-
Would it make sense to optionally make self._default_fuzz_source_length and self._default_fuzz_source_modulo determined by the length of the plaintext ?
Thus the fuzz could be always between 0 and a …
-
According to [meeting notes](https://github.com/opencv/opencv/wiki/2017#minutes-17) from 2017-05-16, there was a plan to integrate OpenCV into [oss-fuzz](https://github.com/google/oss-fuzz).
Howeve…
-
### Description
Below are some steps you can do to run Presto so you can use that as source of truth for Velox.
1. Download Presto : [presto-server-0.284.tar.gz](https://repo1.maven.org/maven2/…
kgpai updated
1 month ago
-
Hello @ifratric! I really enjoyed an elegant instrumentation idea behind the TinyInst.
However, I was thinking about reducing the slowdown caused by "entries" into the instrumented module and first…
-
After all govalidator is kind of the frontline for any type of input and probably our tests are not perfectly checking for all possible types of input. So maybe adding some fuzzing tests could help to…