Skip to content

Commit

Permalink
Some huge code changes to former user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Nov 9, 2018
1 parent e21303c commit dba8cce
Show file tree
Hide file tree
Showing 366 changed files with 391 additions and 391 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ __THEREFORE, THE AUTHOR AND NEITHER THE CONTRIBUTORS ARE NOT EXCLUSIVELY RESPONS
This project is a very fresh and new project which just simply springed off my mind, and is presently under active development so you may want to put it on a watch, since it is updated frequently.
TIDoS is an in progress work far from perfection and I admit that there may be bugs out there which may cause many modules not to work properly and just bug out. However, being the only single author and maintainer behind this framework, it is my humble request to all users of this framework to hand me the list of modules via raising a [new issue](https://github.com/theInfectedDrake/TIDoS-Framework/issues/new) which simply do not work and bug out, and I would be more than happy to fix them as we jointly make our journey to realising TIDoS as the greatest web penetration testing framework ever built.
TIDoS is an in progress work far from perfection and I admit that there may be bugs out there which may cause many modules not to work properly and just bug out. However, being the only single author and maintainer behind this framework, it is my humble request to all users of this framework to hand me the list of modules via raising a [new issue](https://github.com/0xInfection/TIDoS-Framework/issues/new) which simply do not work and bug out, and I would be more than happy to fix them as we jointly make our journey to realising TIDoS as the greatest web penetration testing framework ever built.
> __TEMPORARY UPDATE__:
>
Expand Down
2 changes: 1 addition & 1 deletion core/Auxillaries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Auxillaries/auxil.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Auxillaries/auxilban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Auxillaries/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

###############################
class color:
Expand Down
2 changes: 1 addition & 1 deletion core/Core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Core/agree.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion core/Core/agreement.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
def agreement():
Expand Down
2 changes: 1 addition & 1 deletion core/Core/arts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#Author : @_tID
#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from core.Core.colors import *

Expand Down
2 changes: 1 addition & 1 deletion core/Core/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os
Expand Down
4 changes: 2 additions & 2 deletions core/Core/bannerbelow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand All @@ -20,7 +20,7 @@ def bannerbelow():
print(B+'[---] [---]')
print(B+'[---] \033[1;31m~ Author \033[1;31m: \033[1;33m@_tID ~ \033[1;34m[---]')
sleep(0.2)
print(B+'[---] '+O+'~ github.com / \033[1;32mtheInfectedDrake ~ \033[1;34m[---]')
print(B+'[---] '+O+'~ github.com / \033[1;32m0xInfection ~ \033[1;34m[---]')
sleep(0.2)
print(B+'[---] [---]')
sleep(0.2)
Expand Down
2 changes: 1 addition & 1 deletion core/Core/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

###############################
class color:
Expand Down
2 changes: 1 addition & 1 deletion core/Core/dispmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Core/inputin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Core/loadstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/Crawling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Enumeration/Crawling/crawlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/Crawling/crawlersban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/PortScans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Enumeration/PortScans/portscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/PortScans/portscanban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Enumeration/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

###############################
class color:
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/scanenum.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#Author: @_tID
#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Enumeration/scanenumban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This script is a part of TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion core/Exploitation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Exploitation/exploits.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Exploitation/exploitsban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os, time
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Active_Recon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Footprinting/Active_Recon/activeban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
from core.Core.colors import *
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Active_Recon/activeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Info_Disc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Footprinting/Info_Disc/infodisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Info_Disc/infodiscban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
from core.Core.colors import *
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Passive_Recon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Footprinting/Passive_Recon/passiveban.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#Author: @_tID
#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/Passive_Recon/passiveo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import sys
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Footprinting/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

###############################
class color:
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/footprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os
Expand Down
2 changes: 1 addition & 1 deletion core/Footprinting/footprintban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import os, time
Expand Down
2 changes: 1 addition & 1 deletion core/Vulnlysis/Misc_Bugs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

pass
2 changes: 1 addition & 1 deletion core/Vulnlysis/Misc_Bugs/webbugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
2 changes: 1 addition & 1 deletion core/Vulnlysis/Misc_Bugs/webbugsban.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/theInfectedDrake/TIDoS-Framework
#https://github.com/0xInfection/TIDoS-Framework

from __future__ import print_function
import time
Expand Down
Loading

0 comments on commit dba8cce

Please sign in to comment.