Skip to content

Commit

Permalink
Merge pull request #1 from yurilaaziz/master
Browse files Browse the repository at this point in the history
Fix the SSL warning
  • Loading branch information
aboul3la committed Dec 16, 2015
2 parents f33b6f2 + bca4b19 commit 229a664
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sublist3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
from subbrute import subbrute
from collections import Counter

#In case you cannot install some of the required development packages, there's also an option to disable the SSL warning:
requests.packages.urllib3.disable_warnings()

#Console Colors
G = '\033[92m' #green
Y = '\033[93m' #yellow
Expand Down Expand Up @@ -692,4 +695,4 @@ def main():
print G+subdomain+W

if __name__=="__main__":
main()
main()

0 comments on commit 229a664

Please sign in to comment.