forked from 0xInfection/TIDoS-Framework
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
196 lines (138 loc) · 5.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
===============================
T I D o S F R A M E W O R K
===============================
============
Changelog:
============
* v0.1.0
Just an init to this repository. A long way to go.
Changelog:
This release features:
- fl00d - A UDP Flooder (basic).
- gsearch - A google searching facility via console.
- info - A module that displays info about your network.
- webex - A module for determining website status.
* v0.1.1
Small improvements in code. Added a new module.
Changelog:
This release features a new module.
- piweb - For pinging websites.
- Separate bug fixes.
* v0.1.2
Added some serious bug fixes occurring at setup.py. That was real quick.
Changelog:
- This feature includes just some small bug fixes.
- Addition of setup.py file.
* v1.0.0
A comprehensive penetration testing toolkit framework ready. Now on the way to be the best framework ever released.
Changelog:
- The biggest release till now.
- Total modules now comprise of 73 modules.
- Complete change of interface for easy interactions.
- This is something real. *fire*
* v1.1.0
Small minor additions to the framework.
Changelog:
- Huge bug fixes.
- Addition of CRLF to VulnLysis
- Proper configuration of the payload database.
* v1.1.1
Addition of modules + bug fixes.
Changelog:
- Added 3 more brutemods_ modules.
- Bug fix to the main modules.
- Brute database updated with more default protocol changes.
- Addition of pre-config. database.
* v1.2.0
Huge bug fixes + Utility Modules Additions.
Changelog:
- Bug fixes (huge).
- Added 4 modules to _brutemods_.
- Updates to the payload database + fuzz database.
- Improvements to the cloudflare misconfig. module.
- Operating System Detection Module improved.
* v1.2.1
Major code changes. Improvements to the ActiveRecon modules. (thanks to CodeBy Forum).
Changlog:
- Added port scan support for OS fingerprinting module.
- Replaced all recursion string collisons. big bug fix
- Added support for minor updates via git pull.
- Added fix to the core end modules.
* v1.2.2
Improvements to the core features. Bug fixes.
Changelog:
- Added Exception Handling feature globally.
- Improved the crlf module.
- Fixed erring code at Host Header Injection module.
- Updated the payload database with new payloads.
* v1.3.0
Additions to OSINT modules. Improvements to other parts of `ActiveRecon`.
Changelog:
- Addition and improvements to `ActiveRecon` modules.
- New module added `Web Technology Enumeration`.
- 3 new modules added to `PassiveRecon` modules:
- Enumeration via Google Groups.
- PasteBin Posts Gatherer.
- LinkedIn Gathering.
* v1.3.1
Addition of the new modules + bug fixes.
Changelog:
- New module added LDAP injection.
- Improvements to the updater module.
- Addition of ldap_payloads at the payload-db.
- Other minor bug fixes.
* v1.4.0
Big release with lots of changes.
Changelog:
- Addition of 4 major modules under ScanEnum and VulnLysis.
- Addition of HTML Payloads to the database.
- Support for API keys globally.
- Major ImportError bug fixes.
- Re-written 6 major modules for efficiency.
* v1.5.0
Wholesome release with 8 new modules.
Changelog:
- Addition of 5 new modules under ActiveRecon Phase.
- Addition of 3 new modules under Vulnerability Analysis.
- Bug fixes to the BruteMods module.
- Most of PassiveRecon Phase modules rewritten for the better.
- Lastly, some minor bug fixes and stuff.
* v1.5.1
Small minor release with 5 new modules.
Changelog:
- Separated the auxillaries from mainstream phase.
- Addition of 2 new modules to auxillaries.
- Addition of 3 new modules under OSINT.
- Minor bug fixes.
- Code optimised for better threading.
- Removal of lots of unnecessary code.
* v1.5.2
Addition of 2 new modules and picks to mainstream framework.
Changelog:
- TIDoS Framework now boasts of a century of modules.
- A new module added under Passive Recon.
- Full Contact Module saw its final touch.
- Another new module added under Auxillaries.
- Few bug fixes and stuff.
* v1.6.0
Addition of 4 new modules and overall change in build structure to mainstream framework.
Changelog:
- TIDoS Framework now has a better build infrastructure.
- 2 new module added under ActiveRecon Phase.
- A new module addition to VulnLysis/SerioBugs.
- Another new module got featured in Auxillaries.
- Few bug fixes and stuff.
* v1.6.1
Huge bug fixes + Addition of a new module.
Changelog:
- A new module added under ScanEnum phase.
- Huge bug fixes to #22.
- TIDoS is now becoming more modular.
- Enhancements to some auxillaries.
* v1.6.2 [latest release] (#stable)
Minor release with small bug fixes and module enhncements.
Changelog:
- Almost 100% code refactors to Information Disclosure modules.
- Efficiency of InfoDisc Phase modules highly uplifted.
- Migration from Python2 to Python3 is on the roll.
- Small bug fixes (as usual).