fyodor
05ab9f5a0c
note that nmaprc could enable Nmap command line profiles, similar to how Zenmap does it. This was a suggestion by Jacek Wielemborek
2013-05-21 03:21:07 +00:00
david
ae33c48ec4
svn:ignore some global-ignores files for git-svn.
...
These file are ignored automatically by Subversion (~/.subversion/config
global-ignores setting). Ignore them explicitly so they show up in "git
svn show-ignore".
2013-05-18 19:42:52 +00:00
david
c17075734e
svn:ignore tests_main.
2013-05-18 19:23:29 +00:00
david
ff7659df5e
Run ncat tests with "make check" too.
2013-05-18 19:22:33 +00:00
david
b6ca01d295
Use /bin/bash in run_tests.sh.
...
I got this error:
./run_tests.sh: 42: ./run_tests.sh: Syntax error: "(" unexpected
2013-05-18 19:18:07 +00:00
henri
192cd3657d
Don't set SO_BROADCAST on SOCK_STREAM sockets.
...
This doesn't make sense and raise verbose errors, at least on Windows.
See: http://seclists.org/nmap-dev/2013/q2/313
2013-05-18 13:24:03 +00:00
henri
3534dfa3b8
Display actual error codes in the nsock messages.
...
Refactored the code a bit too.
2013-05-18 13:23:55 +00:00
henri
8e38e32df1
Run nsock tests by typing make check from nmap/ or nsock/src/
2013-05-18 13:06:10 +00:00
henri
4a261dd5f2
Updated libdnet to not SIOCIFNETMASK before SIOCIFADDR on OpenBSD. This was
...
reported to break on -current as of May 2013. [Giovanni Bechis]
2013-05-17 21:38:08 +00:00
david
8ff10edd1c
pl.po update from Jacek Wielemborek.
2013-05-17 15:08:47 +00:00
david
5ab1b23bf0
Fix address matching in -PY ping.
...
Patch by Marin Maržić.
http://seclists.org/nmap-dev/2013/q2/297
2013-05-17 07:56:51 +00:00
dmiller
ba4097af38
os.date format string cleanup
...
Removed some non-ANSI-C strftime format strings ("%F") and
locale-dependent formats ("%c") from NSE scripts and libraries.
C99-specified %F was noticed by Alex Weber
(http://seclists.org/nmap-dev/2013/q2/300 )
2013-05-16 14:59:48 +00:00
david
db621362cb
Add pl .mo.
2013-05-14 18:11:46 +00:00
david
a5134555c6
Add Polish translation by Jacek Wielemborek.
...
http://seclists.org/nmap-dev/2013/q2/292
2013-05-14 18:11:44 +00:00
henri
8ab21a452d
Properly declare the proxy spec structures as extern.
2013-05-13 08:05:31 +00:00
david
ce98c0ad1e
Don't consider NOARP devices as Ethernet devices.
...
NStorm reported a failure of ARP ping scan on OpenVZ venet devices,
which don't have a MAC address and can't do ARP. We don't keep interface
flags such as NOARP at the target level, so check whether the interfaces
returned by libdnet are both INTF_TYPE_ETH and don't have
INTF_FLAG_NOARP set; otherwise call them "other" interfaces.
http://seclists.org/nmap-dev/2013/q1/349
http://openvz.org/Virtual_network_device
2013-05-13 05:38:33 +00:00
david
6b36602e8b
UTF-8–aware escaping in XML todo.
2013-05-13 05:21:22 +00:00
david
3fd1247a32
Move gcd_n_uint to osscan2.cc.
2013-05-13 04:59:13 +00:00
david
bf34048667
Whitespace and style in utils.{cc,h}.
2013-05-13 04:59:11 +00:00
david
6b7b428cb9
Remove COMPAT_SRCS and COMPAT_OBJS.
...
These appear not to have any effect any more. They were initially used
to conditionally compile and link some files with replacements for
standard library functions, but seem not to have been used after r828
("Moved to nbase system for compatability funcs").
2013-05-13 04:21:11 +00:00
david
11aff032df
Sort SRCS, HDRS, OBJS.
2013-05-13 04:21:08 +00:00
batrick
48b604bcd2
The directory path was being passed to Script.new rather than the file in the
...
directory. This bug was reported by Robin Wood [1].
[1] http://seclists.org/nmap-dev/2013/q2/282
2013-05-12 21:24:16 +00:00
henri
d9de4cc552
'const static' -> 'static const'
2013-05-12 21:02:29 +00:00
henri
e108771faa
Use the portable socket_errno() & socket_strerror() functions.
2013-05-12 17:48:33 +00:00
henri
28af8f519f
Consistent spacing for switch (<condition>).
2013-05-12 13:40:01 +00:00
henri
ce01e2040a
Refactored code.
...
A switch/case reads easier than a if/else if/else block
to handle multiple cases.
2013-05-12 13:39:53 +00:00
henri
81fda37f89
New function msevent_timedout().
2013-05-12 13:39:45 +00:00
henri
8475cef210
Return actual error code.
2013-05-11 16:00:11 +00:00
henri
34c407189b
s/Little/Minimal/
2013-05-11 16:00:01 +00:00
henri
e54df43edf
Readme file.
2013-05-11 10:22:44 +00:00
henri
3776852557
Added simple TCP connect test and setup ncat listeners.
...
The listeners are ncat-based echo servers:
- UDP
- TCP
- TCP + SSL
2013-05-10 08:26:48 +00:00
henri
76db6d8de3
Indentation fixes.
2013-05-10 07:59:43 +00:00
paulino
36fefe7467
Adds entry about http-coldfusion-subzero
2013-05-10 04:55:32 +00:00
paulino
ea4c589f54
- Adds http-coldfusion-subzero.nse. This exploit grabs the credentials file, version and install path of vulnerable Coldfusion 9 and 10.
2013-05-10 04:52:02 +00:00
henri
1da1fce331
Fixed indentation.
2013-05-08 18:08:48 +00:00
henri
4862bbcbb9
Added a nsock test module for loglevels.
2013-05-08 18:08:38 +00:00
henri
b51a943a48
Added a minimal regression test suite for nsock.
2013-05-08 11:52:28 +00:00
dmiller
612b1c11ea
Structured output for address-info
2013-05-07 15:56:41 +00:00
henri
e38eeba1fa
Added more ideas for nsock.
...
Renamed the file "henri.txt" to follow the rule.
2013-05-07 07:46:07 +00:00
paulino
01e21796ef
Adds missing dash so NSEDoc can recognize it correctly.
2013-05-07 03:38:32 +00:00
paulino
db13b65779
Adds missing documentation of login function.
2013-05-07 03:22:28 +00:00
dmiller
0622eb4d03
Structured output for sslv2, s/cypher/cipher/
2013-05-07 02:01:27 +00:00
dmiller
2cb0cfc936
@xmloutput NSEdoc sections for wdb-version and xmpp-info
2013-05-06 21:40:02 +00:00
dmiller
1ff56f08f8
Structured XML output for irc-info
2013-05-06 21:40:00 +00:00
henri
ce206c7631
Changelog for the redis scripts updates.
2013-05-06 21:14:33 +00:00
henri
2a03c65519
Fixes (tested against redis v2.9.9)
2013-05-06 21:11:44 +00:00
henri
a25a1824d6
Redis (at least v2.9.9) returns -NOAUTH to unauthenticated commands.
2013-05-06 21:00:45 +00:00
dmiller
0f47a16746
Structured XML output for wdb-version
...
Also added a call to WDB_TARGET_DISCONNECT, recommended by @hdm because
some agents will continue sending data until they receive this call or
reboot.
2013-05-06 20:47:02 +00:00
dmiller
a05dd72fca
Probe for VxWorks WDB port 17185
2013-05-06 20:47:00 +00:00
dmiller
3abd1232da
Structured XML output for xmpp-info
...
This involves some reordering and renaming of fields from the previous
output, but hopefully more readable (less vertical whitespace). This
commit depends on the changes to stdnse.output_table to ignore assigning
new keys to nil and to use the __call metamethod to mean has_contents()
2013-05-06 18:39:55 +00:00