Skip to content

Commit

Permalink
Updated the remainder code functions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Jun 27, 2018
1 parent 979e2c0 commit bd2aff9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

=====================================================
T I D O S F R A M E W O R K v1.0
=====================================================
Expand Down
2 changes: 1 addition & 1 deletion core/tidos_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def tidosmain(web):
print C+' [+] Alvida, see ya!\n'
sys.exit(0)

#except Exception as e:
except Exception as e:
print R+' [-] Something happened! :('
print R+' [!] Error : '+str(e)

Expand Down
3 changes: 0 additions & 3 deletions modules/VulnLysis/MiscBugs/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@
from colors import *
br = mechanize.Browser()

# Cookie Jar
cj = cookielib.LWPCookieJar()
br.set_cookiejar(cj)

# Browser options
br.set_handle_equiv(True)
br.set_handle_redirect(True)
br.set_handle_referer(True)
br.set_handle_robots(False)

# Follows refresh 0 but not hangs on refresh > 0
br.set_handle_refresh(mechanize._http.HTTPRefreshProcessor(), max_time=1)
br.addheaders = [
('User-agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')]
Expand Down

0 comments on commit bd2aff9

Please sign in to comment.