Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream tag v1.3.8 (revision b684fde) #47

Closed
wants to merge 472 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 22, 2023

  1. misc update

    ehsandeep committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9389626 View commit details
    Browse the repository at this point in the history
  2. removed duplicate step

    ehsandeep committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ef305f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14f64a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. runner/options.go: Fixed typo. (#1310)

    Signed-off-by: DroidKali <[email protected]>
    Co-authored-by: DroidKali <[email protected]>
    DroidKali and DroidKali authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bf1f884 View commit details
    Browse the repository at this point in the history
  2. workflow fixes

    ehsandeep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    44d0cff View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    33709e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update integration.go (#1319)

    Fixed minor mistakes in the comments
    0xGwyn authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    34762b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Remove additional -U for apk in Dockerfile

    There is no need to use `-U` with `--no-cache` when using `apk` on
    Alpine Linux, as using `--no-cache` will fetch the index every time and leave no local cache, so the index will always be the latest, without temporary files remain in the image.
    PeterDaveHello authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f9a9caf View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    9be9fb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    d463b3b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    13f78bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6c9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad958c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Added redirect policy which takes HSTS into account, so that even if …

    …the location would go from HTTPs to HTTP it would follow to HTTPs if an HTSTS header is present
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c4810ff View commit details
    Browse the repository at this point in the history
  2. Revert "Added redirect policy which takes HSTS into account, so that …

    …even if the location would go from HTTPs to HTTP it would follow to HTTPs if an HTSTS header is present"
    
    This reverts commit c4810ff.
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0b702c5 View commit details
    Browse the repository at this point in the history
  3. Implemented a redirect strategy which respects HSTS headers and modif…

    …ies the URL accordingly if necessary
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    964cc3b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from secinto/modifyChainStorage

    Modify chain storage
    secinto authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7e1c62b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e45afdf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from secinto/redirectPolicyWithHSTS

    Implemented a redirect strategy which respects HSTS headers and modif…
    secinto authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    81e9f16 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from secinto/modifyRedirectChainStorage

    Modified storing of redirect response chain to output all redirects a…
    secinto authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fb191db View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Exclude WAF (#1341)

    * Exclude WAF
    
    * Add missing 's'
    
    * Revert "Add missing 's'"
    
    This reverts commit 467ceca3202b22f64f5bfdefc27b347868f31cb1.
    JoshuaMart authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1796785 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. remove fullurl from req-res (#1337)

    * remove fullurl from req-res
    
    * add fullurl at the end
    dogancanbakir authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f36a2c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    d814260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9893a8 View commit details
    Browse the repository at this point in the history
  3. Add flag to preview first N characters (#1316)

    * Add flag to preview first N characters
    
    * use dynamic var for body-preview flag
    
    * strip html tags from response
    
    * add stripe option to remove html or xml tags
    
    * typo
    
    * resolve merge conflicts
    
    * add test and update readme
    
    * update readme
    
    * typo
    
    * typo no 2
    
    * small refactor
    
    * include body preview in jsonl output
    
    * minor changes
    
    ---------
    
    Co-authored-by: mzack <[email protected]>
    Co-authored-by: Mzack9999 <[email protected]>
    3 people authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    76adadf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d702f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. merge conflict

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8b5dc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6edb5 View commit details
    Browse the repository at this point in the history
  3. restoring code

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8d32c15 View commit details
    Browse the repository at this point in the history
  4. fixing logic

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4432f63 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1335 from secinto/redirectPolicyWithHSTS

    Redirect policy with hsts
    Mzack9999 authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    70baee9 View commit details
    Browse the repository at this point in the history
  6. Allow to show response headers in json output without using -irh op…

    …tion (#1326)
    
    * Show responses headers in JSON output
    
    * Update ident
    
    * Update options name
    
    * Update option & README
    
    * Add missing 's'
    
    * Add missing 's'
    
    * updated headers to header for user facing variable to keep it uniform
    
    * updating doc
    
    ---------
    
    Co-authored-by: sandeep <[email protected]>
    Co-authored-by: Mzack9999 <[email protected]>
    3 people authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    11fa743 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. version update

    ehsandeep committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    372dfe6 View commit details
    Browse the repository at this point in the history
  2. readme updates

    ehsandeep committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b679386 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix minor screenshot issues (#1353)

    * fix minor screenshot issues
    
    * fix no file or dir err
    dogancanbakir authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ddad7c8 View commit details
    Browse the repository at this point in the history
  2. fix minor screenshot issues (#1353)

    * fix minor screenshot issues
    
    * fix no file or dir err
    dogancanbakir authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9e26204 View commit details
    Browse the repository at this point in the history
  3. Fixed DNS resolving A records when -ports is set (#1347)

    * Fixed DNS resolving A records when -ports is set
    
    * fixed ineffectual assignment
    
    * fmt
    
    ---------
    
    Co-authored-by: kzoltan <[email protected]>
    Co-authored-by: mzack <[email protected]>
    3 people authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cb522ce View commit details
    Browse the repository at this point in the history
  4. readme update

    ehsandeep committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d380f31 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.48 to 0.0.54.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.48...v0.0.54)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    571abf6 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.14-0.20230809193030-a634ac4b5c5d to 0.1.20.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](https://github.com/projectdiscovery/goflags/commits/v0.1.20)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e434de9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1354 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.54
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e2dcae8 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.16 to 0.0.21

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.16 to 0.0.21.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.16...v0.0.21)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    996c021 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/wappalyzergo

    Bumps [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) from 0.0.105 to 0.0.109.
    - [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases)
    - [Commits](projectdiscovery/wappalyzergo@v0.0.105...v0.0.109)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/wappalyzergo
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ab6a7b0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1357 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.20
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    72f4854 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1358 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/wappalyzergo-0.0.109
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c7125e7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1355 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.21
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f7c947f View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.19 to 1.0.26.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.19...v1.0.26)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b7dc287 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1356 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.26
    dependabot[bot] authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    877fca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Restoring projectdiscovery/httpx#1331 (#1360)

    * Restoring projectdiscovery/httpx#1331
    
    * updating readme
    Mzack9999 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    88fa321 View commit details
    Browse the repository at this point in the history
  2. removing unused file

    ehsandeep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c4e101b View commit details
    Browse the repository at this point in the history
  3. version update

    ehsandeep committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3a68383 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a10ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d8036 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/tlsx from 1.1.1 to 1.1.4

    Bumps [github.com/projectdiscovery/tlsx](https://github.com/projectdiscovery/tlsx) from 1.1.1 to 1.1.4.
    - [Release notes](https://github.com/projectdiscovery/tlsx/releases)
    - [Changelog](https://github.com/projectdiscovery/tlsx/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/tlsx@v1.1.1...v1.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/tlsx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    54fa930 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.16 to 0.0.19

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.16 to 0.0.19.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.16...v0.0.19)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    88eb481 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.21 to 0.0.22

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.21 to 0.0.22.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.21...v0.0.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    be0fde0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1367 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.19
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7bcdc61 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1365 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/tlsx-1.1.4
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4d1261b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1369 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.22
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3e02e75 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.54 to 0.0.55.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.54...v0.0.55)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a5fe23f View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.26 to 1.0.27.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.26...v1.0.27)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c633ed9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1366 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.27
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    12bcd11 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1368 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.55
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a92d2b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge pull request #1364 from projectdiscovery/add_phash_calculation

    add phash calculation for screenshot
    Mzack9999 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1e128d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    0f1b51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9685ffc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.22 to 0.0.23

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.22 to 0.0.23.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.22...v0.0.23)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    59f90b9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.27 to 1.0.28.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.27...v1.0.28)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f26bc7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1379 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.23
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0e80823 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1380 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.28
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c7d8a07 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/asnmap from 1.0.4 to 1.0.5

    Bumps [github.com/projectdiscovery/asnmap](https://github.com/projectdiscovery/asnmap) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/projectdiscovery/asnmap/releases)
    - [Changelog](https://github.com/projectdiscovery/asnmap/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/asnmap@v1.0.4...v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/asnmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4eee0e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1378 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/asnmap-1.0.5
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    48010b5 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.18 to 0.1.19.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.18...v0.1.19)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    aede295 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1376 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.19
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c3b5cb5 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.37 to 0.0.38.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.37...v0.0.38)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e9136b3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1377 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.38
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ccbe319 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.19 to 0.1.20.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.19...v0.1.20)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6356ac4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.20 to 0.1.22.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.20...v0.1.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    200f697 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1384 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.20
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c106327 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1386 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.22
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    eabea16 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.28 to 1.0.29.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.28...v1.0.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    98f45bf View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/mapcidr

    Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.1.9 to 1.1.10.
    - [Release notes](https://github.com/projectdiscovery/mapcidr/releases)
    - [Changelog](https://github.com/projectdiscovery/mapcidr/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/mapcidr@v1.1.9...v1.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/mapcidr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    42ad1e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1385 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/mapcidr-1.1.10
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1843112 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1388 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.29
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5e263d2 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/tlsx from 1.1.4 to 1.1.5

    Bumps [github.com/projectdiscovery/tlsx](https://github.com/projectdiscovery/tlsx) from 1.1.4 to 1.1.5.
    - [Release notes](https://github.com/projectdiscovery/tlsx/releases)
    - [Changelog](https://github.com/projectdiscovery/tlsx/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/tlsx@v1.1.4...v1.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/tlsx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bebd342 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1387 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/tlsx-1.1.5
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b057c41 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #1372 from projectdiscovery/introduce_visual_recon…

    …_clusters
    
    introduce visual recon clusters
    Mzack9999 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3e1bd2a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.36 to 1.0.38.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.36...v1.0.38)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a294ce9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.20 to 0.0.22

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.20 to 0.0.22.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.20...v0.0.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    90a07f8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.20 to 0.1.21.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.20...v0.1.21)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5be28ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1397 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.22
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cb046fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1396 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.38
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    491e4c4 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.38 to 0.0.39.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.38...v0.0.39)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    052720a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1395 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.39
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    75786f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'dev' into dependabot/go_modules/dev/github.com/projectd…

    …iscovery/rawhttp-0.1.21
    ehsandeep authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c3b6d63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1398 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.21
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f115978 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.22 to 0.1.24.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.22...v0.1.24)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ecd550d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.23 to 0.0.26

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.23 to 0.0.26.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.23...v0.0.26)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    37aaed0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.57 to 0.0.58.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.57...v0.0.58)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2935f0b View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.29 to 1.0.31.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.29...v1.0.31)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    89e3884 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1405 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.31
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    33976ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1401 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.24
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    17c6141 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1403 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.58
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    93990eb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1402 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.26
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6c12b4a View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/mapcidr

    Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.1.10 to 1.1.12.
    - [Release notes](https://github.com/projectdiscovery/mapcidr/releases)
    - [Changelog](https://github.com/projectdiscovery/mapcidr/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/mapcidr@v1.1.10...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/mapcidr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7a34cc6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1404 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/mapcidr-1.1.12
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1f881c8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1373 from secinto/updateRedirectChainStorage

    Update redirect chain storage
    Mzack9999 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    af1898c View commit details
    Browse the repository at this point in the history
  12. version update

    ehsandeep committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7b51ed8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0a26cb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    ehsandeep committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b413784 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add SNI to json output (#1423)

    add sni to json output
    RamanaReddy0M authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0153b45 View commit details
    Browse the repository at this point in the history
  2. Feature: optional flag to skip a host if it has a private IP address.…

    … (#1408)
    
    * feat: Implement flag which when enabled, will skip any host with a private ip address instead of timing out.
    
    * fix: Amend private ip check to include loopback and link-local addresses
    
    * fix: Amend debug message to be more concise
    
    * fix: Account for port numbers in skipPrivateHosts feature
    
    * docs: Remove uncessary  debug statement
    
    * readme update
    
    ---------
    
    Co-authored-by: sandeep <[email protected]>
    CodyCline and ehsandeep authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7dee998 View commit details
    Browse the repository at this point in the history
  3. Fix build error on termux/android (#1424)

    * fix build error on termux
    
    * bump util dep
    
    ---------
    
    Co-authored-by: mzack <[email protected]>
    RamanaReddy0M and Mzack9999 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    67e93d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.61 to 0.0.62.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.61...v0.0.62)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d2dff86 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/ratelimit

    Bumps [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) from 0.0.9 to 0.0.14.
    - [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
    - [Commits](projectdiscovery/ratelimit@v0.0.9...v0.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/ratelimit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    672bdc8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.23 to 0.0.24

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.23 to 0.0.24.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.23...v0.0.24)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9e2f6d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1433 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.62
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ffb2be7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1434 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/ratelimit-0.0.14
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d373b26 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1435 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.24
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b9e813b View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/mapcidr

    Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.1.12 to 1.1.14.
    - [Release notes](https://github.com/projectdiscovery/mapcidr/releases)
    - [Changelog](https://github.com/projectdiscovery/mapcidr/blob/main/.goreleaser.yml)
    - [Commits](projectdiscovery/mapcidr@v1.1.12...v1.1.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/mapcidr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    429b248 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1432 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/mapcidr-1.1.14
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3ad7509 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.26 to 0.0.29

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.26 to 0.0.29.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.26...v0.0.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4ffd664 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1436 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.29
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b6b8d6e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    37591e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. extend char set

    dogancanbakir committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d55d459 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1439 from projectdiscovery/fix_title_newline_issue

    fix `-title` newline issue
    Mzack9999 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    047654a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2341cd View commit details
    Browse the repository at this point in the history
  4. set it to timeout

    dogancanbakir committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4b05a07 View commit details
    Browse the repository at this point in the history
  5. set it to 5s

    dogancanbakir committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c8230ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1440 from projectdiscovery/increase_timeout_for_l…

    …ifecycle_event
    
    increase timeout for a page lifecycle event
    Mzack9999 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b19e609 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. asnmap dep update

    ehsandeep committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3e008c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix windows path issue (#1431)

    * fix windows path issue
    
    * remove `file:///`
    dogancanbakir authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7b08aaf View commit details
    Browse the repository at this point in the history
  2. enable leakless (#1426)

    * enable leakless
    
    * comment out chrome pid kill code
    
    * make comment more clear
    dogancanbakir authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e3aeda0 View commit details
    Browse the repository at this point in the history
  3. version update

    ehsandeep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    65f1c95 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev'

    ehsandeep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    99e69b9 View commit details
    Browse the repository at this point in the history
  5. added url format to host result (#1430)

    * chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * added url format to host result
    
    * removing target=_blank, the default behaviour should be to open in same tab
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: sandeep <[email protected]>
    Co-authored-by: Sandeep Singh <[email protected]>
    4 people authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5d5f8bb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev'

    ehsandeep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    78179ca View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.39 to 0.0.44.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.39...v0.0.44)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    227ee42 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.62 to 0.0.63.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.62...v0.0.63)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cbfe9fe View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1445 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.44
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    59b354b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1446 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.63
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7a52934 View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.29 to 0.0.30

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.29 to 0.0.30.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.29...v0.0.30)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    485ab70 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.41 to 1.0.42.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.41...v1.0.42)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d14c389 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1448 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.42
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3fc933b View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.21 to 0.1.25.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.21...v0.1.25)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    358076a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1447 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.30
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d886569 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1449 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.25
    dependabot[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d3168c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.26 to 0.1.28.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.26...v0.1.28)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    edb983d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.30 to 0.0.31

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.30 to 0.0.31.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.30...v0.0.31)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5944902 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.42 to 1.0.43.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.42...v1.0.43)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8063cc3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1453 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.31
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2dde021 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.44 to 0.0.45.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.44...v0.0.45)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    37e9eb7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1452 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.28
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f9ca2c9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1455 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.43
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7869fd9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1454 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.45
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0143961 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/ratelimit

    Bumps [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) from 0.0.14 to 0.0.16.
    - [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
    - [Commits](projectdiscovery/ratelimit@v0.0.14...v0.0.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/ratelimit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    236d082 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1456 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/ratelimit-0.0.16
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c5a4b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f3a6ead View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix chrome unsafe port err by setting explicitly-allowed-ports (#1343)

    * Update headless.go
    
    * adding headless generic option
    
    ---------
    
    Co-authored-by: mzack <[email protected]>
    seeyarh and Mzack9999 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    91139db View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix existing response dir issue (#1451)

    * fix existing response dir issue
    
    * misc update
    
    ---------
    
    Co-authored-by: sandeep <[email protected]>
    Co-authored-by: Sandeep Singh <[email protected]>
    3 people authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    712f854 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.25 to 0.1.28.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.25...v0.1.28)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    833cc51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1476 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.28
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f87025b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.43 to 1.0.45.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.43...v1.0.45)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f990929 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.31 to 0.0.33

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.31 to 0.0.33.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.31...v0.0.33)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    90f713c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1474 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.45
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2344c56 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1477 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.33
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b42f935 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.45 to 0.0.47.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.45...v0.0.47)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    835e4c7 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.34 to 1.0.38.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.34...v1.0.38)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3e009d5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1478 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.47
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9e99fd2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1475 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.38
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    46e46eb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.65 to 0.0.67.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.65...v0.0.67)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5e4f46e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1483 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.67
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fc97c19 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.33 to 0.0.34

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.33 to 0.0.34.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.33...v0.0.34)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fac1c39 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.28 to 0.1.29.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.28...v0.1.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    239939e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1485 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.34
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ecf9dd4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1484 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.29
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    842abda View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.47 to 0.0.48.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.47...v0.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d7c1ce8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1486 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.48
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4938035 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.45 to 1.0.46.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.45...v1.0.46)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e85a612 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1482 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.46
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fe82cd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.29 to 0.1.30.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.29...v0.1.30)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ceac423 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.34 to 0.0.35

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.34 to 0.0.35.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.34...v0.0.35)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    27b3f16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1489 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.30
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    14aaf55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1492 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.35
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    526026f View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.28 to 0.1.32.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.28...v0.1.32)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    84d2ea4 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.38 to 1.0.40.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.38...v1.0.40)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6e6975e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1491 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.40
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    86c9eb6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1490 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.32
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4ad784f View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.48 to 0.0.49.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.48...v0.0.49)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    dca2d7f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1488 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.49
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8a9c315 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    65e1f79 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.40 to 1.0.41.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.40...v1.0.41)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d96e51b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/clistats

    Bumps [github.com/projectdiscovery/clistats](https://github.com/projectdiscovery/clistats) from 0.0.19 to 0.0.20.
    - [Release notes](https://github.com/projectdiscovery/clistats/releases)
    - [Commits](projectdiscovery/clistats@v0.0.19...v0.0.20)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/clistats
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    44f75df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1502 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.41
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d5aa5d9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1503 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/clistats-0.0.20
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    01cfa03 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.46 to 1.0.48.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.46...v1.0.48)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    567e9d7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/gologger

    Bumps [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/projectdiscovery/gologger/releases)
    - [Commits](projectdiscovery/gologger@v1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/gologger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d1f53fb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1504 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.48
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    2f104a9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1500 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/gologger-1.1.12
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6bde509 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/rawhttp

    Bumps [github.com/projectdiscovery/rawhttp](https://github.com/projectdiscovery/rawhttp) from 0.1.30 to 0.1.31.
    - [Release notes](https://github.com/projectdiscovery/rawhttp/releases)
    - [Commits](projectdiscovery/rawhttp@v0.1.30...v0.1.31)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/rawhttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d2adcd3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1501 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/rawhttp-0.1.31
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    1e8a6f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge pull request #1497 from PeterDaveHello/DockerfileImprovement

    Remove additional `-U` for `apk` in Dockerfile
    Mzack9999 authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    58a3c14 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Brendan update readme (#1495)

    Update README to match centralized docs
    
    Co-authored-by: Brendan O'Leary <[email protected]>
    olearycrew and Brendan O'Leary authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c8b1e1b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. chore(deps): bump github.com/projectdiscovery/fastdialer

    Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.49 to 0.0.51.
    - [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
    - [Commits](projectdiscovery/fastdialer@v0.0.49...v0.0.51)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/fastdialer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    35fa88d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1513 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/fastdialer-0.0.51
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5748250 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.68 to 0.0.70.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.68...v0.0.70)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    abc51cb View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/projectdiscovery/dsl from 0.0.35 to 0.0.37

    Bumps [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) from 0.0.35 to 0.0.37.
    - [Release notes](https://github.com/projectdiscovery/dsl/releases)
    - [Commits](projectdiscovery/dsl@v0.0.35...v0.0.37)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/dsl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    497c180 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.30 to 0.0.32

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.30 to 0.0.32.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.30...v0.0.32)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5cda989 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1512 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.70
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    62e2506 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1511 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/dsl-0.0.37
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5032ab5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1514 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.32
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    70904a1 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/ratelimit

    Bumps [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) from 0.0.16 to 0.0.22.
    - [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
    - [Commits](projectdiscovery/ratelimit@v0.0.16...v0.0.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/ratelimit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    9991a28 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1510 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/ratelimit-0.0.22
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    860b98d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    af5909b View commit details
    Browse the repository at this point in the history
  2. fix func test

    dogancanbakir committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ae856b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a5af6a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. using fastdialer deny

    Mzack9999 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e557bf8 View commit details
    Browse the repository at this point in the history
  2. updating docs

    Mzack9999 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8b584f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1517 from projectdiscovery/introduce_exclude_flag

    introduce `-exclude` flag
    Mzack9999 authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ea7a785 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.32 to 0.0.33

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.32 to 0.0.33.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.32...v0.0.33)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6e9034d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.32 to 0.1.34.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.32...v0.1.34)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c3eb5f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1523 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.34
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    10f1ba6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1521 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.33
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cd437b8 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.48 to 1.0.50.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.48...v1.0.50)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f2908a3 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/ratelimit

    Bumps [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) from 0.0.22 to 0.0.23.
    - [Release notes](https://github.com/projectdiscovery/ratelimit/releases)
    - [Commits](projectdiscovery/ratelimit@v0.0.22...v0.0.23)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/ratelimit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    21548a0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1522 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/ratelimit-0.0.23
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3a18005 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1524 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.50
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    41594c6 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump github.com/projectdiscovery/networkpolicy

    Bumps [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) from 0.0.6 to 0.0.7.
    - [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
    - [Commits](projectdiscovery/networkpolicy@v0.0.6...v0.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/networkpolicy
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2497a60 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1525 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/networkpolicy-0.0.7
    dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    80de412 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Fix: Pipeline and Websocket not working for some targets (#1528)

    * Fix pipeline issue for port included targets
    
    * Add more checks to websocket
    RamanaReddy0M authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    64b6a07 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1…

    …526)
    
    Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.3.3...v1.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudflare/circl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aca6390 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 (#…

    …1531)
    
    Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.4 to 0.37.7.
    - [Release notes](https://github.com/quic-go/quic-go/releases)
    - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
    - [Commits](quic-go/quic-go@v0.37.4...v0.37.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/quic-go/quic-go
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6a22116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db1ea9f View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github.com/projectdiscovery/hmap from 0.0.33 to 0.0.34

    Bumps [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) from 0.0.33 to 0.0.34.
    - [Release notes](https://github.com/projectdiscovery/hmap/releases)
    - [Commits](projectdiscovery/hmap@v0.0.33...v0.0.34)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/hmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0fa2614 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/projectdiscovery/goflags

    Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.34 to 0.1.35.
    - [Release notes](https://github.com/projectdiscovery/goflags/releases)
    - [Commits](projectdiscovery/goflags@v0.1.34...v0.1.35)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/goflags
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e58a556 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump github.com/projectdiscovery/retryabledns

    Bumps [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) from 1.0.50 to 1.0.51.
    - [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
    - [Commits](projectdiscovery/retryabledns@v1.0.50...v1.0.51)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryabledns
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f068990 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1540 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryabledns-1.0.51
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8fa3f5f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1538 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/goflags-0.1.35
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4a59a67 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1537 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/hmap-0.0.34
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    24131df View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump github.com/projectdiscovery/retryablehttp-go

    Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.41 to 1.0.43.
    - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
    - [Commits](projectdiscovery/retryablehttp-go@v1.0.41...v1.0.43)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/retryablehttp-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ecb6adf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1539 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/retryablehttp-go-1.0.43
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    cc7b517 View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump github.com/projectdiscovery/utils

    Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.70 to 0.0.73.
    - [Release notes](https://github.com/projectdiscovery/utils/releases)
    - [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
    - [Commits](projectdiscovery/utils@v0.0.70...v0.0.73)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/projectdiscovery/utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4fc235b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1536 from projectdiscovery/dependabot/go_modules/…

    …dev/github.com/projectdiscovery/utils-0.0.73
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a308882 View commit details
    Browse the repository at this point in the history
  15. Update -tls-probe option to probe extracted TLS dns_names from all ta…

    …rgets (#1461)
    
    * chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Updates the -tls-probe scan option to probe all extracted TLS domains.
    
    * chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1526)
    
    Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.3.3...v1.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudflare/circl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump github.com/quic-go/quic-go from 0.37.4 to 0.37.7 (#1531)
    
    Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.4 to 0.37.7.
    - [Release notes](https://github.com/quic-go/quic-go/releases)
    - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
    - [Commits](quic-go/quic-go@v0.37.4...v0.37.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/quic-go/quic-go
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: sandeep <[email protected]>
    Co-authored-by: CyberStryk <[email protected]>
    4 people authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6af95a5 View commit details
    Browse the repository at this point in the history
  16. small description change

    Mzack9999 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0061bc3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7594c8b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    011a969 View commit details
    Browse the repository at this point in the history
  19. feat(flags): add screenshot-timeout flag (#1516)

    * chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1400)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1493)
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * feat(flags): add screenshot-timeout flag
    
    * misc update
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: sandeep <[email protected]>
    Co-authored-by: Sandeep Singh <[email protected]>
    4 people authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b57c8c3 View commit details
    Browse the repository at this point in the history
  20. version update

    ehsandeep committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f7651b1 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'dev'

    ehsandeep committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b684fde View commit details
    Browse the repository at this point in the history