s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

Added requirements.txt file. #2

Closed jonatkinson closed 6 years ago

jonatkinson commented 6 years ago

Added frozen requirements.txt file, with dependencies from 'beautifulsoup4', 'mechanize' and 'requests'.

This should help other get up and running more quickly. I was trying to get ./striker running on my local machine, so I was just installing requirements as necessary to move past any exceptions. The script seems to run now with this set of requirements (I'm not sure about any plugins).

s0md3v commented 6 years ago

Are you high or something? Most of the libraries present in your file aren't used by Striker.

jonatkinson commented 6 years ago

No, I am not high, and yes, they are used in your project. Your dependencies have dependencies of their own. That list was generated by ‘pip freeze’ in a fresh virtualenv.