Cookie Attack Method Fix

Fixed a module problem in the script that prevented the execution of the "cookie" attack mode.
This commit is contained in:
FulltronService 2022-01-20 12:20:34 +00:00 committed by GitHub
parent 515ca024d2
commit f6507a2ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1529,7 +1529,7 @@ def makefile(text):
print('File: ', text)
if __name__ == '__main__':
import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re
import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re, secrets
from time import sleep
from icmplib import ping as pig
from scapy.layers.inet import TCP