utils
utils copied to clipboard
Helper Libraries
- closes #402 - Indirectly solves https://github.com/projectdiscovery/dnsx/issues/345
`fileutil.HasStdin()` return __true__ even if there's no std input. This happens specifically with Git Bash in Windows.  Ref: https://stackoverflow.com/questions/22744443/check-if-there-is-something-to-read-on-stdin-in-golang
### Proposed Changes - context https://github.com/projectdiscovery/nuclei/issues/4963 - we are storing query params as Key/Value pairs in orderedmap and maintaining its order and finally assigning it to url.RawQuery to use it...
## Description Implement a new package with the capability to run code portions in detached mode from the original process: ```go detach.Run(func f() { ... }) ``` Possible approaches: -...
## Proposed Changes - To easily detect and share performance issues we need a library that effectively profiles application and monitors itself without any external dependency ```[tasklist] ### Tasks -...
Follow up for https://github.com/projectdiscovery/utils/pull/307 As of now users can authenticate using interactive `-auth` option or ENV variable, optionally can we parse if user directly passing the api key as string...
- [ ] Replace existing syscall with portable interfaces [`cap_set_proc` and `cap_get_proc`](https://man7.org/linux/man-pages/man3/cap_set_proc.3.html) - [ ] Investigate using https://pkg.go.dev/kernel.org/pub/linux/libs/security/libcap/cap in combination with https://pkg.go.dev/kernel.org/pub/linux/libs/security/libcap/psx to avoid os thread locking
Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.70 to 1.0.71. Release notes Sourced from github.com/projectdiscovery/retryablehttp-go's releases. Release v1.0.71 1.0.71 (2024-07-28) Commits 1c1d724 Merge pull request #290 from projectdiscovery/dependabot/go_modules/main/gith... a82830b Merge pull request #289 from...
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.2.1 to 0.2.2. Release notes Sourced from github.com/projectdiscovery/fastdialer's releases. Release v0.2.2 0.2.2 (2024-07-28) Commits 1b34ba2 Merge pull request #320 from projectdiscovery/dependabot/go_modules/main/gith... bd1a780 chore(deps): bump github.com/projectdiscovery/retryabledns 5aa59c5 Merge...