mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-06-02 21:38:13 +08:00
15 lines
340 B
Go
15 lines
340 B
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"
|
|
)
|