Skip to content

Add --socks argument for scanning via SOCKS5 proxy#347

Open
sectroyer wants to merge 1 commit intojtesta:masterfrom
sectroyer:master
Open

Add --socks argument for scanning via SOCKS5 proxy#347
sectroyer wants to merge 1 commit intojtesta:masterfrom
sectroyer:master

Conversation

@sectroyer
Copy link
Copy Markdown

Implement SOCKS5 proxy support without external dependencies:

  • Add socks_proxy field to AuditConf
  • Add --socks host:port CLI argument with input validation
  • Implement SOCKS5 handshake (no-auth, domain-name addressing) in SSH_Socket._connect_via_socks5()

Implement SOCKS5 proxy support without external dependencies:
- Add socks_proxy field to AuditConf
- Add --socks host:port CLI argument with input validation
- Implement SOCKS5 handshake (no-auth, domain-name addressing) in
  SSH_Socket._connect_via_socks5()

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Michał Majchrowicz <sectroyer@gmail.com>
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.

1 participant