Daniil Morozov

Results 7 issues of Daniil Morozov

Hello, I try to enumerate all basic blocks using the following code: ```import sys from pyew import CPyew def main(f): pyew = CPyew(plugins=True, batch=True) pyew.loadFile(f) ca = pyew._anal for _,...

Can you please tell can I use this tool can collect windows drivers code coverage? Or may be you know another tools for this goal?

Hi, on Windows I try the following command: ``` cracken.exe -w xx.txt -o out.txt ?w1?d ``` My wordlist is (just two words for example): ``` pass xcv ``` And as...

### Please describe your feature request: Hi, for now nuclei can fuzz only query parameters, it will be nice if we can fuzz all parameters and headers ### Describe the...

Type: Enhancement

Hi, as I can see in different tutorials (ex. https://www.mongodb.com/blog/post/quick-start-golang--mongodb--data-aggregation-pipeline) they use `mongo.Pipeline` which is `[]bson.D`. In code for `SimpleAggregateCursorWithCtx` pipeline is `bson.A` (not `bson.D` which is ordered): ```go func...

Hi, dep-scan supports different profiles: `appsec`, `generic`, `operational` and etc. Can you please add some documentation about differences and cases where I should use each one? (and also which profile...

documentation

### katana version: 1.0.4 ### Current Behavior: katana loses results from JS files on iteration when maximum depth is reached. ### Expected Behavior: katana will print results to stdout/etc ###...

Type: Bug