Mzack9999

Results 119 comments of Mzack9999

Todo: - [x] Update [README.md](https://github.com/projectdiscovery/dnsx/blob/master/README.md): using VPN might cause network packet losses - [x] ~~Consider adding a packet loss/packet without answer metric (optional)~~ (not planned)

Not reproducible anymore with latest OSX: ``` System Version: macOS 12.4 (21F79) Kernel Version: Darwin 21.5.0 ``` The error changed to `too many open files` without fatal crash

Closing - will be reopened if the behavior happens again

Fixed in https://github.com/projectdiscovery/retryabledns/pull/66

It seems like the issue is about the way go process chunked responses, apparently those containing HTTP/1.x markers are considered the end of current chunk, leading to offset miscalculation, example...

Requires: - [x] Check against [migration guide](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md) - [x] Identify correct `filter` value for https://github.com/projectdiscovery/cloudlist/blob/d2fea8b69cefd2040c78fefa2c7c76fc53e3ea5f/pkg/providers/azure/vm.go#L97

@timoles Thanks for opening this issue. As we are processing a list of domains, I think that `gologger.Error().Msgf` is preferable over `gologger.Fatal().Msgf` since it would cause the tool to exit,...

The tools seem to behave as expected: ```go PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> cat .\hosts.txt 192.168.1.1 PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> cat .\path.txt /test1 /test2 PS C:\Users\user\go\src\github.com\projectdiscovery\httpx\cmd\httpx> .\httpx.exe -l hosts.txt -path path.txt -sc -v __ __...

This behavior is really weird. I tried to download the [httpx binary](https://github.com/projectdiscovery/httpx/releases/download/v1.2.4/httpx_1.2.4_windows_amd64.zip) directly and place it in the onedrive folder along with the files `hosts` and `path.txt` files: ![image](https://user-images.githubusercontent.com/13421144/193597027-64e5c59b-87cd-4d94-b8d0-936292e966f9.png) If...

@ehsandeep Looks like it's burp responding with an HTML page telling the domain is invalid: ```console $ curl https://o2.email.hackerone.com -x http://127.0.0.1:8080 -k Burp Suite Community Edition body { background: #dedede;...