blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.02k stars 370 forks source link

Fix wpscan again! #1444

Closed domwhewell-sage closed 3 weeks ago

domwhewell-sage commented 3 weeks ago

I have added the ruby development environment to the wpscan module and gcc,make as they are required to build the gem curl is also required in order to run the gem Should fix #1441

TheTechromancer commented 3 weeks ago

Okay, we have a bit of an awkward situation.

Basically, the ruby dev package is missing from Arch, and named differently on redhat. So we should handle cases for ansible_facts['os_family'] == 'Archlinux' and ansible_facts['os_family'] == 'RedHat'.

Sorry to keep adding to this one; it's turned out to be really annoying.

domwhewell-sage commented 3 weeks ago

No worries I expected it to be a simple pre-compiled binary to start with. I think those ansible tasks should handle those cases.