Skip to content

Sockrates 0.2.0 — scan mode

Choose a tag to compare

@SimuZSkyNeT SimuZSkyNeT released this 20 Aug 21:00
· 8 commits to main since this release
v0.2.0
675a624

Added

  • Scan mode (--scan): discover proxies by scanning a CIDR / range / host you are
    authorised to test, instead of reading public lists. Every open port is then verified like
    any other candidate. Capped at a /16 per call, and the desktop app confirms before it starts.
  • The desktop app grew a header with the wordmark, zebra-striped result rows, and the scan
    option in the Sources tab.

Fixed

  • The scan port-knock now reads the SOCKS5 greeting with an exact-length read, so a reply
    split across packets is no longer mistaken for a refusal.