Skip to content

Commit

Permalink
Fixed Links + update README + fix GUI palette
Browse files Browse the repository at this point in the history
  • Loading branch information
VainlyStrain committed Sep 13, 2020
1 parent 12ea482 commit f58fc90
Show file tree
Hide file tree
Showing 457 changed files with 2,927 additions and 263 deletions.
30 changes: 8 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</h1>

<p align="center">
<a href="https://github.com/VainlyStrain/TIDoS/blob/master/TIDoS">
<a href="https://github.com/0xInfection/TIDoS-Framework/blob/master/TIDoS">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=2.0&color=lightgrey&style=flat-square&logo=dev.to&logoColor=white">
</a>
<a href="https://www.python.org/">
<img src="https://img.shields.io/static/v1.svg?label=Python&message=3.7&color=lightgrey&style=flat-square&logo=python&logoColor=white">
<img src="https://img.shields.io/static/v1.svg?label=Python&message=3.7%2B&color=lightgrey&style=flat-square&logo=python&logoColor=white">
</a><br>
The Offensive Web Application Penetration Testing Framework.
</p>
Expand Down Expand Up @@ -71,6 +71,9 @@ Now after these dependencies are finished installing, we need to install the rem
```
pip3 install -r requirements.txt
```

TIDoS uses Vailyn to scan for path traversals in a new, improved path traversal module. If you want to use that module, head to `https://github.com/VainlyStrain/Vailyn`, and follow the installation instructions there.

Thats it. You now have TIDoS at your service. Fire it up using:
```
python3 tidv2 #Qt5 interface
Expand Down Expand Up @@ -321,30 +324,13 @@ TIDoS presently supports the following: `and more modules are under active devel

### TIDoS In Action:

Lets see some screenshots of TIDoS in action:

- The core framework:

<img src='files/screenshots/2251intro.png'></img>

<img src='files/screenshots/2251help.png' width='49.5%'> </img>
<img src='files/screenshots/2251list.png' width='49.5%'> </img>

<img src='files/screenshots/2251moduleinfo.png' width='32.9%'> </img>
<img src='files/screenshots/2251pathtrav.png' width='32.9%'> </img>
<img src='files/screenshots/2251parser.png' width='32.9%'></img>

- The Graphical interface:
Lets see a demonstration of TIDoS in action:

<img src='files/screenshots/2251guitargets.png' width='49.5%'> </img>
<img src='files/screenshots/2251guimodules.png' width='49.5%'> </img>
<img src='files/screenshots/2251guiopts.png' width='49.5%'> </img>
<img src='files/screenshots/2251guisettings.png' width='49.5%'> </img>
<img src='files/screenshots/2251guiedittarget.png' width='49.5%'> </img>
[![asciicast](https://asciinema.org/a/359477.svg)](https://asciinema.org/a/359477)

### Version:
```
v2.0.1-5 [latest release] [#stable]
v2.0.1-5 [latest release] [#beta]
```

### Disclaimer:
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/VainlyStrain/TIDoS
#https://github.com/0xInfection/TIDoS-Framework

###############################
class color:
Expand Down
2 changes: 1 addition & 1 deletion core/methods/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/VainlyStrain/TIDoS
# https://github.com/0xInfection/TIDoS-Framework



Expand Down
Loading

0 comments on commit f58fc90

Please sign in to comment.