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

feat: Checking socks5 proxy before launching a scan #1001 #1169

Merged
merged 13 commits into from
Nov 5, 2021

Conversation

LuitelSamikshya
Copy link
Contributor

@LuitelSamikshya LuitelSamikshya commented Oct 21, 2021

Proposed changes

  • Proxy validation before running
  • Multiple input support (comma separated or file input)
  • Merged http and socks proxy flag as proxy/p flag.

Before change:

-proxy, -proxy-url string  URL of the HTTP proxy server
-proxy-socks-url string    URL of the SOCKS proxy server

After change:

-p, -proxy string[]      List of HTTP(s)/SOCKS5 proxy to use (comma separated or file input)

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@LuitelSamikshya LuitelSamikshya linked an issue Oct 21, 2021 that may be closed by this pull request
Copy link
Contributor

@forgedhallpass forgedhallpass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comments and the requirements: #1001 (comment). There are also two conflicts that has to be solved.

Copy link
Contributor

@forgedhallpass forgedhallpass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see my comments and resolve the conversations when you're done.

README.md Outdated Show resolved Hide resolved
@forgedhallpass forgedhallpass changed the title #issue1001 feat: Checking socks5 proxy before launching a scan #1001 Nov 4, 2021
Copy link
Contributor

@forgedhallpass forgedhallpass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR looks much cleaner now 👍 The PR should be squashed then merged to not pollute the history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants