scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Add HTTP TRACE enabled check (#109)

Open jthack opened this issue 2 months ago • 0 comments

Summary

  • send TRACE probe with custom marker header and detect echo responses
  • raise medium finding when server returns 200 and reflects the header
  • expose new check id in registry and Balanced preset (disabled by default)

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test -- --match 'HTTP TRACE enabled'

Closes #109

jthack avatar Oct 23 '25 13:10 jthack