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

Scan connect timeout #126

Merged
merged 34 commits into from
Dec 20, 2021
Merged

Scan connect timeout #126

merged 34 commits into from
Dec 20, 2021

Commits on Dec 19, 2021

  1. allow-public-ips flag

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    00773de View commit details
    Browse the repository at this point in the history
  2. allow-public-ips flag

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    d8870e0 View commit details
    Browse the repository at this point in the history
  3. rebase

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    dc38578 View commit details
    Browse the repository at this point in the history
  4. warning message

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    c22ed22 View commit details
    Browse the repository at this point in the history
  5. headers setting

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    9697270 View commit details
    Browse the repository at this point in the history
  6. rebase

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f92bcf8 View commit details
    Browse the repository at this point in the history
  7. removed global var

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f9f4bdf View commit details
    Browse the repository at this point in the history
  8. make sec

    danysprof committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    8ec77ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    230587d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c3915c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a52c9f2 View commit details
    Browse the repository at this point in the history
  12. Add custom port list #105

    hagarze committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    246b636 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'staging' into port-range

    # Conflicts:
    #	README.md
    #	cmd/scan.go
    hagarze committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6147c5f View commit details
    Browse the repository at this point in the history
  14. merge cleanup

    hagarze committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    287cc94 View commit details
    Browse the repository at this point in the history
  15. using pterm.Error

    hagarze committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    4dfe04c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    313a359 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d03662 View commit details
    Browse the repository at this point in the history
  18. added make build to staging

    danysprof committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6f680f8 View commit details
    Browse the repository at this point in the history
  19. gosec error fixing

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    0badb27 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #117 from proferosec/staging-sec

    gosec on staging won't fail build
    guybarnhartmagen authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    c80b150 View commit details
    Browse the repository at this point in the history
  21. filecloser

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    8ccf327 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #118 from proferosec/gosec

    gosec error fixing
    guybarnhartmagen authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    88ef760 View commit details
    Browse the repository at this point in the history
  23. fixed 2 log file on windows

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    833d0c7 View commit details
    Browse the repository at this point in the history
  24. gosec fixes

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f02be16 View commit details
    Browse the repository at this point in the history
  25. rename instead of remove

    ido-guzi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    5c82c16 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #121 from proferosec/log-file-fix

    fixed 2 log file on windows
    guybarnhartmagen authored Dec 19, 2021
    Configuration menu
    Copy the full SHA
    ab20645 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d08ec0b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    662f709 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    357d827 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2803b30 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4aff672 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Expose the http connect timeout value to cli params

    This enables us to quickly scan IP regions if we don't need to wait for
    long periods of time, such as scanning reliable LAN networks.
    
    This adds the `--connect-timeout` cli arg which takes a timeout
    configuration to use when scanning in milliseconds (default 2000).
    scrapbird committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    c9d95a4 View commit details
    Browse the repository at this point in the history
  2. Expose the http connect timeout value to cli params

    This enables us to quickly scan IP regions if we don't need to wait for
    long periods of time, such as scanning reliable LAN networks.
    
    This adds the `--connect-timeout` cli arg which takes a timeout
    configuration to use when scanning in milliseconds (default 2000).
    scrapbird committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    dab2369 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'scan-connect-timeout' of github.com:proferosec/Log4jSca…

    …nner into scan-connect-timeout
    scrapbird committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a50ff97 View commit details
    Browse the repository at this point in the history