cldrn / nmap-nse-scripts

My collection of nmap NSE scripts
http://calderonpale.com
954 stars 370 forks source link

Fixing debug1 problem #4

Closed Neo23x0 closed 7 years ago

Neo23x0 commented 7 years ago

As mentioned here: https://github.com/cldrn/nmap-nse-scripts/issues/3#issuecomment-301440180

cldrn commented 7 years ago

stdnse.debug1() is a wrapper for stdnse.debug(1,...). If its not working on your installation, you should update your Nmap version. This function is used in a lot of the scripts and your installation could be broken if the scripts are crashing because of this.

Thanks for the report !