delvelabs / vane

A GPL fork of the popular wordpress vulnerability scanner WPScan
Other
211 stars 63 forks source link

Vanetools_helper missing #7

Open D0m3n3c opened 9 years ago

D0m3n3c commented 9 years ago

Hello, i followed the instructions listed on the main project page and I have installed correctly.

Vane - ruby vane.rb - working properly - it's perfect - Vanetools - ruby vanetools.rb - has a problem: can not load such file - ./lib/vanetools/vanetools_helper (LoadError)

I checked in "lib/vanetools/" folder, and it is missing.

Thanks

osterman commented 9 years ago

I have the same problem.

joewils commented 7 years ago

Looks like the file was renamed from wpstools_helper.rb to vanetools_helper.rb and then removed from the repository for some reason: https://github.com/delvelabs/vane/blob/71adfe6feb50c21043347daf599b1241f554f49b/lib/vanetools/wpstools_helper.rb

Does anyone have any insight why?