Skip to content

Commit

Permalink
BlackWidow by 1N3@CrowdShield
Browse files Browse the repository at this point in the history
  • Loading branch information
1N3 committed Jun 17, 2018
1 parent f77b35c commit 4b19bdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blackwidow
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/python
# blackwidow by 1N3 - Last Updated 20180118
# blackwidow by 1N3 - Last Updated 20180617
# https://crowdshield.com
#

from bs4 import BeautifulSoup
from urlparse import urlparse
import requests, sys, os, atexit, optparse
from Cookie import SimpleCookie
requests.packages.urllib3.disable_warnings()

OKBLUE='\033[94m'
OKRED='\033[91m'
Expand Down Expand Up @@ -122,7 +123,7 @@ def readfile():
print(ex)

def logo():
version = "1.0"
version = "1.1"
print OKRED + ""
print OKRED + ""
print OKRED + " _.._"
Expand Down

0 comments on commit 4b19bdc

Please sign in to comment.