Dogan Can Bakir

Results 262 comments of Dogan Can Bakir

@al3xdelarge This is fixed by https://github.com/TeamHG-Memex/Formasaurus/commit/5f78264b036334713231ab2192c913e43a3f2c25

Oh, failed. That's odd, though. I'm able to `go build` and `go test` in the v2 dir. And this is the output, `? github.com/projectdiscovery/subfinder/v2/cmd/subfinder [no test files] ? github.com/projectdiscovery/subfinder/v2/pkg/passive [no...

@forgedhallpass This issue can be closed, FYI.

Getting a similar issue when running cmd without abs path! Thanks for the fix. @denisbrodbeck, Hey there, could you please merge this pull request? Thanks!

We also need to - [ ] https://github.com/dogancanbakir/metamaska/blob/main/pyproject.toml#L49 - update from "^1.1.2" to "1.1.2" - [ ] add https://github.com/dogancanbakir/metamaska/blob/main/CHANGELOG.md - [ ] bump version

@mathieudutour, I am also experiencing the same issue at https://github.com/projectdiscovery/mapcidr/blob/main/.github/workflows/autorelease-tag.yml. However, I am not sure if I am missing something. Can you provide any additional information or insight on the...

@Serhatcck I think the issue could have been a too short timeout for the specific target, since go routine is anyway awaited via the `wg.Wait()` at the end. Have you...

This could be a valuable inclusion in the input preprocessing stage to improve the crawling coverage -it can be optional. 💭 What do you think @Mzack9999 ?

I believe the issue can be resolved by removing this function completely, which overrides the user-agent in a few places https://github.com/projectdiscovery/katana/blob/9ba3bb891386976efa1c7fd1f7b2892dedf5b7df/pkg/utils/utils.go#L67. Removing the function should solve the problem. @Mzack9999, have...