aerissecure / nse

Nmap NSE scripts
28 stars 13 forks source link

PhantomJS has a dependency #3

Open freb opened 8 years ago

freb commented 8 years ago

PhantomJS has a dependency: libfontconfig.

This is most likely not installed on headless systems, so the check in http-screenshot for the presence of the phantomjs command is not enough. Need to try running phantom js to see if errors and provide the appropriate feedback to the user.

https://github.com/ariya/phantomjs/issues/10904