Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectDivergence ¶
func DetectDivergence(results []RaceResult) (bool, string)
DetectDivergence checks if race results indicate a vulnerability. Returns true + evidence string if responses diverge.
Types ¶
type SinglePacketAttack ¶
type SinglePacketAttack struct{}
func (*SinglePacketAttack) Attack ¶
func (s *SinglePacketAttack) Attack(targetURL string, method string, body string, headers map[string]string, count int) []RaceResult
Attack performs a synchronized burst race attack using a barrier pattern. All N goroutines prepare requests and fire simultaneously after barrier release.
Click to show internal directories.
Click to hide internal directories.