You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now after these dependencies are finished installing, we need to install the remaining Python Package dependencies, hence run:
85
+
```
86
+
pip2 install -r requirements.txt
87
+
```
88
+
Thats it, You now have TIDoS at your service. Fire it up using:
89
+
```
90
+
python2 tidos.py
91
+
```
92
+
74
93
### Getting Started :-
75
94
76
95
TIDoS is made to be comprehensive and versatile. It is a highly flexible framework where you just have to select and use modules.
77
96
78
-
But before that, you need to set your own `API KEYS` for various OSINT purposes. To do so, open up `API_KEYS.py` under `files/` directory and set your own keys and access tokens for `SHODAN`, `CENSYS`, `FULL CONTACT`, `GOOGLE` and `WHATCMS`. Public `API KEYS` and `ACCESS TOKENS` for `SHODAN` and `WHATCMS` have been provided with the TIDoS release itself. You can still add your own... `no harm!`
97
+
But before that, you need to set your own `API KEYS` for various OSINT & Scanning and Enumeration purposes. To do so, open up `API_KEYS.py` under `files/` directory and set your own keys and access tokens for `SHODAN`, `CENSYS`, `FULL CONTACT`, `GOOGLE` and `WHATCMS`. Public `API KEYS` and `ACCESS TOKENS` for `SHODAN` and `WHATCMS` have been provided with the TIDoS release itself. You can still add your own... `no harm!`
79
98
80
99
Finally, as the framework opens up, enter the website name `eg. http://www.example.com` and let TIDoS lead you. Thats it! Its as easy as that.
81
100
@@ -88,7 +107,7 @@ To update this tool, use `tidos_updater.py` module under `tools/` folder.
88
107
89
108
### Flawless Features :-
90
109
91
-
TIDoS Framework presently supports the following: `and is under active development`
110
+
TIDoS Framework presently supports the following: `and more modules are under active development`
92
111
93
112
*__Reconnaissance + OSINT__
94
113
@@ -192,7 +211,7 @@ TIDoS Framework presently supports the following: `and is under active developme
192
211
- Missing `SPF` Records
193
212
- Missing `DMARC` Records
194
213
+ Host Header Injection
195
-
- Port Based Injection `via Web-Sockets`
214
+
- Port Based `Web Socket Based`
196
215
- `X-Forwarded-For` Header Injection
197
216
+ Security Headers Analysis `Live Capture`
198
217
+ Cross-Site Tracing `HTTP TRACE Method`
@@ -302,25 +321,23 @@ There are some bruteforce modules to be added:
302
321
- Normal Bug Fixing Stuffs. `As per the issues being raised`
303
322
- Some other perks:
304
323
- Working on a way for contributing new modules easily.
305
-
- A complete new method of multi-threaded fuzzing.
324
+
- A complete new method of multi-threaded fuzzing of parameters.
306
325
- Keeping better of new console stuff.
307
326
308
327
### Disclaimer:
309
328
310
329
TIDoS is provided as a offensive web application audit framework. It has built-in modules which can reveal potential misconfigurations and vulnerabilties in web applications which could possibly be exploited maliciously.
311
330
312
-
__THEREFORE, I AM NOT EXCLUSIVELY RESPONSIBLE FOR ANY MISUSE OF THIS TOOLKIT.__
331
+
__THEREFORE, I AM NOT EXCLUSIVELY RESPONSIBLE FOR ANY MISUSE OR DAMAGE DUE TO THIS TOOLKIT.__
313
332
314
333
### Final Words:
315
334
316
-
This project is presently under active development so you may want to put it on a watch, since it is updated frequently `(you can take a look at past commits history)`. This project is one of the best frameworks I have ever built and I would really like your constructive criticism, suggestions and help in converting this project into the best web penetration testing framework ever built `and trust me, it will be ;)`.
335
+
This project is presently under active development so you may want to put it on a watch, since it is updated frequently `(you can take a look at past commits history)`. This project is one of the best frameworks I have ever built and I would really like your constructive criticisms, suggestions and help in converting this project into the best web penetration testing framework ever built `and trust me, it will be ;)`.
317
336
318
-
> __TEMPORARY UPDATE__:
319
-
>
320
-
> Please avoid doing pull requests temporarily, since work on v2 of this framework has already begun, which actually will fix the shitty code which I casually wrote all the way through. :)
337
+
> TEMPORARY UPDATE:
338
+
>
339
+
> Please avoid doing any pull requests temporarily as work for v2 of this framework is already underway and in active development.
321
340
322
341
Got any suggestions? Encountering bugs with this framework? Raise up an [issue](https://github.com/theInfectedDrake/TIDoS-Framework/issues/new) or hit me up via DM on [twitter](https://twitter.com/infecteddrake).
0 commit comments