Update python scripts

Update python scripts
This commit is contained in:
microsvuln
2021-04-03 14:13:55 +04:00
parent 8d894eec90
commit 6c88b6b362
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python3
# Autodict-QL - Optimal token generation for fuzzing
# Part of AFL++ Project
# Author : Microsvuln - Arash.vre@gmail.com
import os
import string
import binascii
@ -49,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
else :
with open(corpdir+'/seed-str{0}'.format(n), 'w') as file:
file.write(str11)
print("Hahaha : %s" % str11)
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
n=n+1
def main():