Skip to content

Release v0.0.3

Compare
Choose a tag to compare
@mefellows mefellows released this 07 Mar 12:48
· 51 commits to master since this release

SSL

  • Run Proxy with HTTPS enabled
  • Run Proxy with HTTPS enabled + custom certificate
  • Proxy HTTPS target
  • Proxy HTTPS target with invalid (untrusted) certificate
  • Proxy HTTPS target requiring client certificates

TCP

  • Ability to tamper with TCP messages
  • Modify request/response packets with canned responses
  • Randomize request/response packets
  • Truncate last char of request/response packets

HTTP Proxy

  • Ability to set request Host
  • Ability to set request Path

Delay Symptom

  • Set delay on request and response
  • Convert to millisecond granularity

Other

  • Bunch of formatting fun

Fixes #13, #10, #9, #7.