david
5fcb0dd09a
More proofreading from indexing of the final chapters.
2008-07-06 20:34:07 +00:00
david
c03f225325
Proofread docs/scripting.xml. Standardize on "PCRE" instead of various forms of
...
"libpcre".
2008-07-04 01:23:01 +00:00
david
ca77bf952a
Index scripting.xml.
2008-07-04 01:05:04 +00:00
fyodor
4a40579713
fix some syntax problems and rewrite a sentence for more clarity
2008-06-28 23:58:11 +00:00
pgpickering
53a7ba2c6a
added binlib documentation in scripting.xml
2008-06-27 20:27:38 +00:00
batrick
6bb6d82fc1
Updated NSE implementation to be more general in anticipation
...
of possible changes to nse_main.
2008-06-26 07:51:37 +00:00
kris
ac5138b975
NSE re-categorization
...
* Merge the "backdoor" category into "malware"
* Add "auth" for authentication credential determination
* Rename "vulnerability" to "vuln"
* Place 12 scripts into their correct categories
2008-06-21 06:34:03 +00:00
batrick
b64c8846b4
Made small aesthetic changes to mutex documentation.
2008-06-20 16:20:18 +00:00
batrick
27859e42cf
Updated documentation for stdnse module. It now includes
...
tobinary, tooctal, tohex, and make_buffer.
2008-06-20 14:05:26 +00:00
fyodor
d61e811485
apply more suggestions from Brandon
2008-06-19 05:27:42 +00:00
david
a74aed2965
Fix some misspelled words in docs/scripting.xml.
2008-06-18 20:43:59 +00:00
david
da94206212
Fix an indexterm in scripting.xml. I changed a duplicate term into the one I
...
meant to put in.
2008-06-18 20:08:52 +00:00
david
136cdf787c
Add some indexterms to docs/scripting.xml and docs/refguide.xml.
2008-06-18 18:43:27 +00:00
kris
f0f84ad3b0
Fixing a pair of tags (function -> literal) and fixing an example call (match.lua -> match.regex). I also changed the variable used to avoid confusion (regex -> pattern).
2008-06-18 04:46:55 +00:00
kris
a217660668
Adding a missing parenthesis, and putting an "s" after an apostrophe
2008-06-18 04:41:19 +00:00
david
5c412b30ef
Use a space between the number and the unit in quantities like "500 ms" in the
...
Reference Guide. See http://physics.nist.gov/Pubs/SP811/sec07.html#7.2 for a
section of an SI style guide with this rule.
2008-06-18 04:29:21 +00:00
david
a4ed2549a4
Fix a closing para tag in docs/scripting.xml.
2008-06-17 22:53:02 +00:00
bmenrigh
c6ee0c4995
I made several changes to sentences and paragraphs as well as several
...
comments about existing text. I think the complicated and changing
nature of NSE had made it hard to write about it in a concise and easy
to understand way.
2008-06-17 01:36:39 +00:00
kris
edfe5f3f5e
Section title capitalization consistency in scripting.xml and nmap-install.xml
2008-06-16 06:35:22 +00:00
fyodor
17f6f3e665
improve wording - suggested by Kris
2008-06-14 00:40:59 +00:00
fyodor
ac12ab6b41
o Added a new timing_level() function to NSE which reports the Nmap
...
timing level from 0 to 5, as set by the Nmap -T option. The default
is 3. [Thomas Buchanan]
2008-06-14 00:22:05 +00:00
david
2e48dde838
Fix a duplicate "that that" in docs/scripting.xml.
2008-06-12 22:34:34 +00:00
kris
dddea16e2e
fixing a repetitive typo in scripting.xml
2008-06-12 18:51:05 +00:00
kris
2f9321360f
o Added a new NSE Comm library for common network discovery tasks such
...
as banner-grabbing (get_banner()) and making a quick exchange of data
(exchange()). 16 scripts were updated to use this library. [Kris]
I have *not* been able to test all of these scripts; however, I have
reviewed them and they should all work properly. I would really like
some more testing, though :)
This commit includes scripting.xml documentation.
2008-06-12 14:32:25 +00:00
fyodor
cede9ab542
go through all ulinks to add hidepdf, change to xref, update, etc.
2008-06-12 10:23:30 +00:00
batrick
11bb301510
Updated showOwner.nse
2008-06-11 07:34:00 +00:00
batrick
4eb6b3b5c4
Formatting and typo changes.
2008-06-10 00:47:46 +00:00
batrick
10f6fc9b53
Updated second embedded varlist to an itemized list as in
...
socket_object:connect() (works?).
2008-06-09 21:23:19 +00:00
batrick
1abbed9548
Move </para> tag above second embedded list for Mutexes (bad rendering?)
2008-06-09 21:10:53 +00:00
fyodor
a3a6853c08
Update --spoof-mac section; remove Nmap version numbers and time from Nmap startup-messages. Canonicalize the Nmap capitalization and URL from those messages too.
2008-06-09 08:38:29 +00:00
batrick
d47e9fd66d
Updated Implementation of scripting book.
2008-06-08 22:04:38 +00:00
batrick
b8d8702dda
Updates to strbuf API.
2008-06-08 07:20:45 +00:00
fyodor
798438e2d2
apply some suggestions from Patrick Donnelly and Eric Krosnes
2008-06-07 10:53:17 +00:00
fyodor
8b0b2559ea
remove nse-license section, add content to nse-format-license
2008-06-06 06:17:13 +00:00
fyodor
c23be3a67c
remove some obsolete remarks
2008-06-04 23:38:03 +00:00
fyodor
729aa1c6ab
remove a remark - I'm not sure what it means
2008-06-03 02:37:21 +00:00
batrick
742ff67100
Removed nse_auxiliar. Updated Script Argument parsing. Fixed typos in
...
documentation. Improved MySQLinfo.nse. Nsock/dnet metatabels are now
protected.
2008-05-31 02:19:24 +00:00
fyodor
d59dcfa180
some corrections from Eric Krosnes
2008-05-29 22:05:56 +00:00
kris
c7eb8011d9
NSE now has a "default" category for scripts. This category holds the set
...
of scripts chosen from when using -sC (but it's still just another category
and so can be chosen with --script like any other).
On top of updating the docs with information about this new category, I've
also updated sections to emphasize that the "default" category, -sC and -A
are considered intrusive and should not be run against target networks
without permission.
The new list is very similar to the previous "safe,intrusive" list:
Added: finger, ircServerInfo, RealVNC_auth_bypass
Removed: HTTPpasswd
Here are the 21 scripts in this new category:
anonFTP
dns-test-open-recursion
finger
ftpbounce
HTTPAuth
HTTP_open_proxy
ircServerInfo
MSSQLm
MySQLinfo
nbstat
RealVNC_auth_bypass
robots
rpcinfo
showHTMLTitle
showOwner
SMTPcommands
SNMPsysdesr
SSHv1-support
SSLv2-support
UPnP-info
zoneTrans
2008-05-28 07:16:32 +00:00
fyodor
fa943e8f09
citetitle tag for nmap-dev and nmap-hackers list names
2008-05-27 06:01:21 +00:00
fyodor
ee5bd4bb7c
reflect some url changes
2008-04-09 09:55:38 +00:00
kris
a85151470d
Whoops, updating docs for r7098 (NSE unfiltered port selection)
2008-04-09 05:20:11 +00:00
kris
55eb8199fe
fix: nmap.getPortState() -> nmap.get_port_state() in NSE docs
2008-04-08 16:15:10 +00:00
fyodor
c89f191406
minor updates to license and author fields
2008-04-07 08:57:52 +00:00
fyodor
8d3569c71c
disambiguate a link
2008-04-04 19:11:47 +00:00
kris
8530569047
Adding my Datafiles NSElib for parsing the nmap-* data files for scripts and also update rpcinfo.nse to use this library. Includes CHANGELOG and docs/scripting.xml updates
2008-03-30 20:33:33 +00:00
fyodor
b0fdd1d7d5
fix some dnet API names -- thanks to Jah for the patch
2008-02-20 02:43:30 +00:00
fyodor
5fc5941253
some improvements suggested by Joao Medeiros -- also trying to resolve issues re: the new hidepdf ulink role.
2008-02-10 05:29:12 +00:00
fyodor
61b976a45c
o Nmap now saves the target name (if any) specified on the command
...
line, since this can differ from the reverse DNS results. It can be
particularly important when doing HTTP tests against virtual hosts.
The data can be accessed from target->HostName() from Nmap proper
and host.targetname from NSE scripts. The NSE HTTP library now uses
this for the Host header. Thanks to Sven Klemm for adding this
useful feature.
2008-02-04 22:10:29 +00:00
fyodor
7464f4abcf
add nse http library docs from Sven
2008-02-01 20:58:32 +00:00