sullo
sullo
Golang's net/http package returns a content-length of `-1` when no content-length header is provided by the sender. According to documentation, the Content-Length header will default to `-1` if no header...
When nuclei parses a template with an invalid `path`, it will generate a vague error which reports a protocol error: `Could not execute request for https://[host]/: unsupported protocol scheme ""`...
**Is your feature request related to a problem? Please describe.** Some of the providers will show if an instance is active/up, or shutdown. For example, for Digital Ocean retrieving `droplet.Status`...
### Version release steps - [x] `perl -cw` all code files and address warnings - [x] Run -dbcheck - [x] Run perltidy - [x] Archive old version in nikto-versions repo...
Right now the code to take username/password/domain is a split() on : which prevents : from being properly used in a password. This should be more robust, even though it's...
The IoCs not saved in the project settings. They must be reloaded if burp is restarted/project opened. BurpSuite v2.0.23beta OS X 10.14.5
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When an API returns a lot of data, and then you try...
Since some defense products can block based on a tool's name in incoming data, we should not use the word `nuclei` in template data. ### Please describe your feature request:...
This updates where the severity field and the CVSS score did not match, along with some other minor cleanups noticed while updating. ### Template Validation I've validated this template locally?...
Some updates to make `metamaska` easier to understand and use from the command line, as well as sample data, CLI script, and Flask API. - Add requirements.txt - Add run.py...