-
**Describe the bug**
If you select a Request/Response pair from any Tools-Tab (e.g. Fuzzer) which has "State: Reflected", then the body in the Response tab is not pretty printed JSON, but displayed a…
-
As a GUI user I would like to be able to define which browser should be run when I click `Open URL in browser` in any of the context menus (Sites, History, Fuzzer, ...) in order to be in control of wh…
flelp updated
8 years ago
-
- Site: [https://groupfoodorder.s3-website-ap-southeast-1.amazonaws.com](https://groupfoodorder.s3-website-ap-southeast-1.amazonaws.com)
- Site: [http://groupfoodorder.s3-website-ap-southeast-1.amaz…
-
Like SQLMap for SQLi, I think Commix is the de facto standard tool for Command Injection.
I am working on a project for automated mobile application security assessment called Mobile Security Framewor…
-
Hi,
cargo-fuzz is not working anymore here, but I cannot find the source of the problem. The error is triggered when starting the fuzzer:
```
$ cargo fuzz run fuzzer_script_1
...
Running `…
-
For instance:
```
java.lang.IllegalArgumentException: invalid format string: 'com.squareup.javapoet.TypeSpec$Builder@b25f88e'
at com.squareup.javapoet.CodeBlock$Builder.addArgument(Co…
-
**Is your feature request related to a problem? Please describe.**
Static topology is currently hard coded into FW binaries as C code. This is inflexible and does not support reuse of existing tools.…
-
What benefit does LOG_LIMIT have? When I'm trying to use the fuzzer I have to set it to some effectively infinite value if I want to be able to reproduce the errors the fuzzer finds. I propose we get …
-
## Steps to reproduce
1. Start a basic Tornado HTTP/1.1 server.
2. Send it a request with an invalid method:
```bash
printf '\x22\x28\x29\x2c\x2f\x3a\x3b\x3c\x3d\x3e\x3f\x40\x5b\x5c\x5d\x7b\x7d\xa…
-
### What version of Go are you using (`go version`)?
go version go1.18.1 linux/arm64
### Does this issue reproduce with the latest release?
Yes.
### What operating system and processor…