mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
更改测试域名和参数
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
import oneforall
|
import oneforall
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
test = oneforall.OneForAll(target='freebuf.com')
|
test = oneforall.OneForAll(target='github.com')
|
||||||
test.brute = False
|
test.brute = True
|
||||||
test.takeover = True
|
test.takeover = True
|
||||||
test.run()
|
test.run()
|
||||||
result = test.datas
|
result = test.datas
|
||||||
|
|||||||
Reference in New Issue
Block a user