Merge pull request #2 from kartikeyap/master

Uncommented import for subbrute module
This commit is contained in:
fleetcaptain 2018-04-02 09:12:00 -07:00 committed by GitHub
commit 3e6d4e80df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -23,10 +23,11 @@ import random
import multiprocessing
import threading
import socket
#import subbrute
from collections import Counter
# external modules
#from subbrute import subbrute
from subbrute import subbrute
import dns.resolver
import requests
# import dnslib, which provides better features compared to dns.resolver for finding subdomains