Mzack9999

Results 133 issues of Mzack9999

### Naabu version: `master/main` and `dev` ### Current Behavior: The third-party library https://github.com/phayes/freeport has some limitations: - It doesn't check the casting result at https://github.com/phayes/freeport/blob/74d24b5ae9f58fbe4057614465b11352f71cdbea/freeport.go#L19, potentially resulting in nil crash...

Priority: Medium
Type: Enhancement
Type: Maintenance

## Description The go static file `https://github.com/projectdiscovery/cdncheck/blob/dev/cidr_data.go` should be refactored to use https://pkg.go.dev/embed, similarly to https://github.com/projectdiscovery/wappalyzergo/pull/21 - [x] JSON data should be written to `https://github.com/projectdiscovery/cdncheck/blob/dev/cidr_data.json` - [x] `cidr_data.go` should contain:...

Priority: Low
Type: Enhancement
Status: Completed

### Please describe your feature request: It would be great to implement a plugin engine where it's possible to subscribe to browser events, and execute scripted callbacks directly within the...

Type: Enhancement

### katana version: main dev ### Current Behavior: scope doesn't support the include/exclude options: - host:port - ip - ip:port - :port - cidr ### Expected Behavior: Support the previous...

Priority: Low
Type: Enhancement

### Please describe your feature request: Automatic form filling without context is a hard task. After implementing a series of robust standard rules, it would be interesting to investigate further...

Type: Enhancement

## Description This PR adds the following functionalities: - [x] Web states identification and hashing (probably closes #14 ) - [x] Web transitions between states (WIP) - [ ] Graphdb...

Status: In Progress
Type: Enhancement

### katana version: `main` and `dev` ### Current Behavior: ### Expected Behavior: ### Steps To Reproduce: As root execute: ```console # katana -u https://www.google.com -headless ``` ![Screenshot 2022-11-28 at 11...

Type: Bug
Investigation

### Please describe your feature request: A few tools might have requirements (shared libraries/file permissions - ref https://github.com/projectdiscovery/pdtm-api/issues/3) ### Describe the use case of this feature: The user should be...

Type: Enhancement

### Template / PR Information RCE `CVE-2022-24706` on couchdb Vulnerable target: ```console $ docker run -p 5984:5984 -p 4369:4369 -p 9100:9100 -e NODENAME=test -e 'ERL_FLAGS=-setcookie "monster"' couchdb:2.3.0 ``` Depends on...

Done

Add CVE-2012-2122 Depends on https://github.com/projectdiscovery/nuclei/pull/3546 (inline extractors) and https://github.com/projectdiscovery/dsl/pull/16 (bytes xor for binary mysql salted hash auth) ![image](https://user-images.githubusercontent.com/13421144/234408931-922b7abd-a8fe-43e6-8dd3-8cf0289a7010.png) Todo: - [ ] Binary matcher doesn't work all the times ###...