0xsauby / yasuo

A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
GNU General Public License v3.0
569 stars 139 forks source link

Mechanize gem requires rake #23

Closed shpendk closed 8 years ago

shpendk commented 8 years ago

This is really minor but in a clean installation of Kali Linux, the script failes to run because mechanize isn't installed. Mechanize itself fails to install because rake is not there.

I'd suggest to update the readme and include rake in the list of needed gems. Otherwise great tool, thanks for sharing !

0xsauby commented 8 years ago

Thanks for reporting this. I did some digging on this. Mechanize requires Nokogiri, which has a dependency on rake. Rake is required by many other tools to work. If you bundle install, you should be good. Lemme know if there are any other issues.