Skip to content

Instantly share code, notes, and snippets.

@jorritfolmer
Last active July 6, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorritfolmer/41ffcc3bac7e8693261d to your computer and use it in GitHub Desktop.
Save jorritfolmer/41ffcc3bac7e8693261d to your computer and use it in GitHub Desktop.
Fix various NASL wrapped scanners in Kali OpenVAS

Kali OpenVAS NVT scanners that are not working by default

Arachni

Arachni could not be found in your system path.
OpenVAS was unable to execute Arachni and to perform the scan you
requested.
Please make sure that Arachni is installed and that arachni is
available in the PATH variable defined for your environment.

Fix: apt-get install arachni

Wapiti

wapiti --version
Wapiti-2.3.0 (wapiti.sourceforge.net)
Error: You have an outdated version of python-requests. Please upgrade

Fix: pip install requests --upgrade

Copy link

ghost commented Jul 6, 2016

Don't i still need to add paths after this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment