randomInt函数主要是用来生成两个范围内的随机数
randomInt
func randomInt(from, to int) int
randomInt(10000, 99999)
15165
主要用来生成随机数字辅助验证命令执行(计算),控制时间盲注的睡眠时长等
Was this page helpful?