0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.77k stars 388 forks source link

[Suggestion] => Suggestion for dependencies #38

Closed ugurcemozturk closed 5 years ago

ugurcemozturk commented 5 years ago

Hey again. When I look for the issues of your nice project, I see that there are lots of people have faced with the dependency problem.

As you mentioned earlier, it's not about the functionality of the TIDoS but it may help people to use and contribute to the project.

Maybe you can add a requirements.txt or improve the ./install script. From now, I faced with almost 10 dependency issue.

I would like to help to you about it, no worries ;) Thx ugurcem

0xInfection commented 5 years ago

This was just what I was thinking. A requirements.txtfile would solve the Python dependencies but there would be still some other dependencies which need to be installed via aptitude or yum. I am thinking of including some instructions on README for a manual installation.

ugurcemozturk commented 5 years ago

Perfect!

We can solve it other dependencies with Dockerize it, but still, Docker will stay as a dependency. So what I suggest is let's wait for requirements.txt to proceed.

Thx;) ugurcem

0xInfection commented 5 years ago

I added a small change to the README file about the manual installation and have added the requirements.txt file as intended.

ugurcemozturk commented 5 years ago

You rock.