dmiller
|
f4619edece
|
Update http urls for nmap.org to https
|
2015-11-05 20:41:05 +00:00 |
|
dmiller
|
c06e50b703
|
Let dns-update run on TCP or UDP, add examples & warning about test, xmloutput
|
2015-11-05 03:20:16 +00:00 |
|
dmiller
|
fa3080e79d
|
Clarify script args for dns-update.nse
|
2015-11-05 02:42:36 +00:00 |
|
dmiller
|
7852fa3c18
|
Remove many ERROR outputs from non-debug NSE output
|
2015-08-27 20:43:55 +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 |
|
fyodor
|
2fb139161f
|
Update categories of dns-update from discovery and safe to vuln and intrusive
|
2014-04-19 07:50:38 +00:00 |
|
dmiller
|
7170837c8b
|
Add @usage nsedoc to UDP scripts (default is missing -sU in this case)
|
2014-04-11 16:42:26 +00:00 |
|
dmiller
|
63db1bfd12
|
Replace inline tabs with spaces.
Left some in the @output section, since libraries are apparently
emitting tab-separated tables (mysql or mssql)
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 16:49:26 +00:00 |
|
dmiller
|
d36c08dcf5
|
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-31 13:02:29 +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 |
|
david
|
201a5130a2
|
Fix nsedoc issues (missing ---, mostly)
Originally committed by dmiller but recommitted by david after recovery
from backup.
|
2013-04-12 17:29:16 +00:00 |
|
batrick
|
000f6dc4d9
|
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
|
2012-05-27 08:53:32 +00:00 |
|
fyodor
|
dc1f583a03
|
I've been putting periods at the end of these single sentence fragment descriptions for consistency, although I don't really know which way is best. When there are multiple setences in that first paragraph, we obviously need the paragraph even after an initial fragment. So I figured that we might as well include it when the fragment is all there is. But maybe when there is just one fragment, it looks better without a period. Who knows, and I guess it's not a particularly critical decision. But dns-update.nse now has a period in any case :)
|
2011-01-14 21:06:28 +00:00 |
|
patrik
|
583f65227c
|
o [NSE] Added support for dynamic updates to the DNS library. Added the
script dns-update.nse, which attempts to add a DNS record to a given zone.
[Patrik]
|
2011-01-14 15:15:24 +00:00 |
|