4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / consts.go GO
package main

const (
	UserAgent            = "Mozilla/5.0"
	PosOffset            = 34
	SettingEnableRetries = 50
	MinQSL               = 1500
	MaxQSL               = 1950
	QSLDetectStep        = 5
	MaxQSLDetectDelta    = 10
	MaxQSLCandidates     = 10
	MaxPisosLength       = 256
	BreakingPayload      = "/PHP\nis_the_shittiest_lang.php"
)