Skip to content

Releases: cytopia/pwncat

Release 0.0.6-alpha

24 Apr 16:01
v0.0.6-alpha
efb88af
Compare
Choose a tag to compare
Release 0.0.6-alpha Pre-release
Pre-release

Release 0.0.6-alpha

Fixed

  • Fixed -n/--nodns to actually not resolve DNS
  • Fixed various threading issues

Added

  • Check for unimplemented options
  • Feature: Made socket receive non-blocking
  • Feature: Made stdin non-blocking (except for Windows)
  • Documentation: man page
  • Documentation: updated readme and contribution guidelines
  • CI: lots of integration tests for Linux, MacOS and Windows

Changed

  • Changed daemon threads to non-daemon threads
  • Use Python's logging module instead of self-written one
  • Usage options have changed drastically
  • Changed --reconnect and --reconnect-wait to keep open (-k/--keep)

Release 0.0.5-alpha

18 Apr 23:57
v0.0.5-alpha
5066fd5
Compare
Choose a tag to compare
Release 0.0.5-alpha Pre-release
Pre-release

Release 0.0.5-alpha

Added

  • Feature: Local port forward (-L)

Release 0.0.4-alpha

18 Apr 21:56
v0.0.4-alpha
20f92bb
Compare
Choose a tag to compare
Release 0.0.4-alpha Pre-release
Pre-release

Release 0.0.4-alpha

Added

  • Feature: UDP connect mode interval ping (--udp-ping-intvl) for unbreakable UDP reverse shells

Release 0.0.3-alpha

18 Apr 20:17
v0.0.3-alpha
44b1ccb
Compare
Choose a tag to compare
Release 0.0.3-alpha Pre-release
Pre-release

Release 0.0.3-alpha

Fixed

  • Hardened Python 2/3 string compatibility
  • Checking against mutually exclusive arguments
  • Fix crash while checking for Mac newlines \r

Added

  • Editorconfig
  • Feature: Re-connect/Re-listen on connection abort (--reconn)
  • Feature: Re-connect/Re-listen on connection abort (--reconn-wait)

Release 0.0.2-alpha

18 Apr 14:10
v0.0.2-alpha
4e7a5f9
Compare
Choose a tag to compare
Release 0.0.2-alpha Pre-release
Pre-release

Release 0.0.2-alpha

Added

  • Feature: Execute shell commands (-e/--exec)
  • Feature: Skip DNS resolution (-n/--nodns)
  • Documentation: API docs

Changed

  • Renamed project from netcat to pwncat

Release 0.0.1-alpha

08 Apr 20:32
v0.0.1-alpha
bd0a1f2
Compare
Choose a tag to compare
Release 0.0.1-alpha Pre-release
Pre-release

Release 0.0.1-alpha

Added

  • Feature: Listen
  • Feature: Connect
  • Feature: UDP mode
  • Feature: Change linefeeds (LF vs CRLF)
  • Feature: Verbosity