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

Add framework for testing protocol scanners #111

Closed
wants to merge 1 commit into from
Closed

Add framework for testing protocol scanners #111

wants to merge 1 commit into from

Commits on Nov 12, 2016

  1. Add framework for testing protocol scanners

    This adds a mock SOCKS5 proxy to be able to test protocol
    scanners. It creates a single-threaded SOCKS5 proxy on localhost
    which processes connection requests and dispatches them to a test-specific
    interface, which can do further testing of the protocol specifics.
    
    Currently this just tests available/not available for all protocols.
    This is not great, but it gives surprisingly much test coverage at the
    moment. This will likely go down once more protocols scanners do deeper
    probing, however.
    laanwj committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    e583191 View commit details
    Browse the repository at this point in the history