1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Error Fixing

This commit is contained in:
Mr.Z4nzu
2020-04-15 20:29:03 +05:30
committed by GitHub
parent 1dccbaf0f1
commit e85ae98a2c

View File

@ -6,15 +6,13 @@ import argparse
import threading import threading
import webbrowser import webbrowser
import requests import requests
import urllib
import time import time
import httplib import http.client
import urllib
import sys import sys
import json import json
import telnetlib import telnetlib
import glob import glob
import urllib2 import urllib.request
import socket import socket
import base64 import base64
from getpass import getpass from getpass import getpass