Skip to content

Commit ed1aee6

Browse files
committed
Added modular interface to TIDoS
1 parent dba8cce commit ed1aee6

59 files changed

Lines changed: 19 additions & 3408 deletions

Some content is hidden

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

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,13 @@
194194
- Efficiency of InfoDisc Phase modules highly uplifted.
195195
- Migration from Python2 to Python3 is on the roll.
196196
- Small bug fixes (as usual).
197+
198+
* v1.7.0
199+
200+
Some major changes to pre-existing code infrastructure.
201+
202+
Changelog:
203+
- The best part of it is that, TIDoS now has all API keys set by default!
204+
- Basic changes to code structure.
205+
- Included Travis CI integration to TIDoS.
206+
- Some major bug fixes and other stuff (as usual).

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img src="https://img.shields.io/badge/Python-2.7-green.svg">
1414
</a>
1515
<a href="https://github.com/0xinfection/TIDoS-Framework/releases">
16-
<img src="https://img.shields.io/badge/TIDoS-v1.6.2-blue.svg">
16+
<img src="https://img.shields.io/badge/TIDoS-v1.7-blue.svg">
1717
</a>
1818
<a href="https://github.com/0xinfection/tidos-framework/">
1919
<img src="https://img.shields.io/badge/Supported%20OS-Linux-yellow.svg">
@@ -27,7 +27,7 @@
2727
<a href="https://travis-ci.org/0xinfection/TIDoS-Framework">
2828
<img src="https://img.shields.io/badge/Build-passing-brightgreen.svg">
2929
</a>
30-
<a href="https://github.com/0xinfection/TIDoS-Framework/releases/tag/v1.6.1/">
30+
<a href="https://github.com/0xinfection/TIDoS-Framework/releases/tag/v1.7/">
3131
<img src="https://img.shields.io/badge/Release-Stable-green.svg">
3232
</a>
3333
</p>
@@ -93,7 +93,11 @@ python2 tidos.py
9393

9494
TIDoS is built to be a comprehensive, flexible and versatile framework where you just have to select and use modules.
9595

96-
So to get started, 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!`
96+
So to get started, 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`.
97+
98+
> __GOOD NEWS__:
99+
>
100+
> The latest release of TIDoS includes all API KEYS and ACCESS TOKENS for `SHODAN`, `CENSYS`, `FULL CONTACT`, `GOOGLE` and `WHATCMS` by default. I found these tokens on various repositories on GitHub itself. __You can now use all the modules__ which use the API KEYS. :)
97101
98102
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.
99103

@@ -302,7 +306,7 @@ Lets see some screenshots of TIDoS in real world pentesting action:
302306
303307
### Version:
304308
```
305-
v1.6.2 [latest release] [#stable]
309+
v1.7 [latest release] [#stable]
306310
```
307311
308312
### Upcoming:

doc/Version_Num

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.2
1+
v1.7

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Auxillaries/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Auxillaries/auxil.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Auxillaries/auxilban.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Auxillaries/colors.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Auxillaries/module_index.py

Whitespace-only changes.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Core/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/0x01-OSINT+Footprinting/0x01-PassiveReconnaissance/core/Core/agree.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)