mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
优化覆盖率
This commit is contained in:
@@ -6,11 +6,18 @@ Example
|
||||
"""
|
||||
|
||||
from oneforall import OneForAll
|
||||
from dbexport import export
|
||||
|
||||
if __name__ == '__main__':
|
||||
test = OneForAll(target='freebuf.com')
|
||||
|
||||
def oneforall(target):
|
||||
test = OneForAll(target=target)
|
||||
test.brute = True
|
||||
test.req = True
|
||||
test.takeover = True
|
||||
test.run()
|
||||
result = test.datas
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
TARGET = 'freebuf.com'
|
||||
oneforall(target=TARGET)
|
||||
export(target=TARGET)
|
||||
|
||||
Reference in New Issue
Block a user