urbanadventurer / WhatWeb

Next generation web scanner

Home Page:https://www.morningstarsecurity.com/research/whatweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when installing it in MacOS using `sudo make install`

Fayxx opened this issue · comments

upgrade/installation will leave the my-plugins folder
rm -Rf /usr/bin/whatweb /usr/share/man/man1/whatweb.1 /usr/share/man/man1/whatweb.1.gz /usr/share/doc/whatweb /usr/share/whatweb/plugins-disabled /usr/share/whatweb/plugins /usr/share/whatweb/lib /usr/share/whatweb/plugin-development /usr/share/whatweb/addons
install -d /usr/share/man/man1
install: chmod 755 /usr/share/man/man1: Operation not permitted
install -p -m 644 whatweb.1 /usr/share/man/man1/whatweb.1
install: /usr/share/man/man1/whatweb.1: Operation not permitted
make: *** [install] Error 71

Leaving the my-plugins directory is intentional. This prevents deleting custom plugins.

And what can I do to install WhatWeb anyways?

Nevermind. Got it.