Skip to content

Commit dba8cce

Browse files
committed
Some huge code changes to former user interface
1 parent e21303c commit dba8cce

366 files changed

Lines changed: 391 additions & 391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

core/Auxillaries/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
pass

core/Auxillaries/auxil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
from __future__ import print_function
1212
import sys

core/Auxillaries/auxilban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
from __future__ import print_function
1212
import time

core/Auxillaries/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#-:-:-:-:-:-:-:-:-:-:-:-:#
66

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

1010
###############################
1111
class color:

core/Core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
pass

core/Core/agree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
from __future__ import print_function
1212
import os

core/Core/agreement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
from __future__ import print_function
1212
def agreement():

core/Core/arts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#Author : @_tID
99
#This module requires TIDoS Framework
10-
#https://github.com/theInfectedDrake/TIDoS-Framework
10+
#https://github.com/0xInfection/TIDoS-Framework
1111

1212
from core.Core.colors import *
1313

core/Core/banner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#-:-:-:-:-:-:-:-:-:-:-:-:#
77

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

1111
from __future__ import print_function
1212
import os

0 commit comments

Comments
 (0)