nnposter
|
a520bf8f23
|
Removes OSVDB references from scripts. Closes #1534
Code specific to OSVDB in vulns.lua is retained for historical reasons
|
2019-04-02 16:51:36 +00:00 |
|
dmiller
|
cb4b46bd53
|
Canonicalize authors as tables instead of comma-separated strings
|
2016-06-09 22:46:42 +00:00 |
|
paulino
|
363397b948
|
Fixes #379. Script was not reporting the NOT_VULN state correctly
|
2016-05-16 15:11:32 +00:00 |
|
dmiller
|
f4619edece
|
Update http urls for nmap.org to https
|
2015-11-05 20:41:05 +00:00 |
|
batrick
|
810f7d4803
|
more stdnse.print_debug -> stdnse.debug
This is a catchall pattern with a few exclusions.
$ sed -i 's/stdnse.print_debug( *\([0-9]*\) *, *\(.*\))/stdnse.debug\1(\2)/' *.nse
$ sed -i 's/stdnse.print_debug(\(.*\))/stdnse.debug1(\1)/' *.nse
Excluded:
$ svn revert db2-das-info.nse
$ svn revert flume-master-info.nse
$ svn revert http-headers.nse
$ svn revert http-methods.nse
$ svn revert http-unsafe-output-escaping.nse
$ svn revert http-userdir-enum.nse
$ svn revert http-vuln-cve2011-3192.nse
$ svn revert http-vuln-wnr1000-creds.nse
$ svn revert http-wordpress-plugins.nse
$ svn revert telnet-brute.nse
|
2014-08-02 02:46:16 +00:00 |
|
batrick
|
d47acf9f5e
|
more stdnse.print_debug -> stdnse.debug
$ sed -i 's/stdnse.print_debug( *\([0-9]*\) *, *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.debug\1("\2"/' *.nse
$ sed -i 's/stdnse.print_debug( *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
|
2014-08-02 02:08:12 +00:00 |
|
dmiller
|
c7d4f2ec96
|
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-31 21:01:26 +00:00 |
|
dmiller
|
620f9fdb34
|
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-23 21:51:58 +00:00 |
|
dmiller
|
db1d82ad1f
|
Fixed global assignments with nse_check_globals
All fixes made by hand. A couple real bugs/errors fixed, due to
copy-paste of code from other scripts without changing variable names.
|
2014-01-22 17:45:00 +00:00 |
|
paulino
|
127679d055
|
Fixes false positive.
|
2013-10-31 17:37:22 +00:00 |
|
dmiller
|
901e414927
|
Author field should be a string, not table
|
2013-10-31 14:46:45 +00:00 |
|
paulino
|
3340ac27ef
|
Adds http-iis-short-name-brute.nse. The script detects Microsoft IIS servers vulnerable to a filename disclosure and denial of service vulnerability.
|
2013-10-31 04:04:45 +00:00 |
|