kitty icon indicating copy to clipboard operation
kitty copied to clipboard

Fuzzing framework written in python

Results 11 kitty issues
Sort by recently updated
recently updated
newest added

Python Version 2.7.16 String encoder error will break fuzzing progress. Running this script will raise `UnicodeDecodeError: 'ascii' codec can't decode byte 0xfe in position 11: ordinal not in range(128)` ```python...

I noticed that I get duplicated logger messages on the terminal. I've added following code to my main to fix the issue. ```python from kitty.core.kitty_object import KittyObject # Remove duplicated...

Python 3 running a katnip target but this is a kitty ``` Traceback (most recent call last): File "c:\Users\silve\.vscode\extensions\ms-python.python-2019.11.50794\pythonFiles\ptvsd_launcher.py", line 43, in main(ptvsdArgs) File "c:\Users\silve\.vscode\extensions\ms-python.python-2019.11.50794\pythonFiles\lib\python\old_ptvsd\ptvsd\__main__.py", line 432, in main run()...

Access denied by device during fuzz test when establishing connection with Siemens PLC

In our fuzzing project, we wanted to store all reports so we could do some postprocessing and do statistics on every single test (we are fuzzing via HTTPS requests). So...

Each **category** would contain its own library of mutations - related to this attack vector- ie: xss, sqli, command execution, directory traversal, memory corruption etc... A **configuration** file would allow...

enhancement
data model

It would be awesome to be able to specify a 'field path' when asking kitty-tool to generate mutations, and have kitty-tool generate mutations for that field path only. It should...

tools
feature-request

When fuzzing I keep the web interface open, but over time my web browser (with only this tab open) uses more and more ram (which ends up with a crash)....

[nccgroup/umap2](https://github.com/nccgroup/umap2) is a USB assessment tool, and they are using the kitty engine to fuzz USB host. The issue I encounter is the following, I can't access any report, they...