gorjan
c6bf558a3c
Updated NSEDoc usage.
2011-08-13 19:26:24 +00:00
luis
db99143b5b
Remove item fixed in r25804
2011-08-12 15:34:31 +00:00
gorjan
aec7e1ab94
Add the architecture description in the bittorrent.lua library.
2011-08-11 09:54:38 +00:00
patrik
00b72547cf
Fixed bugs with empty resultsets returning data [Patrik]
2011-08-11 09:28:09 +00:00
djalal
fc79deba75
Made getInterfaceByName() return IPv6 interface information.
2011-08-10 22:56:34 +00:00
patrik
b593d0778a
o [NSE] Added basic query support to the Oracle TNS library making it possible
...
for scripts to query the database server using SQL. [Patrik]
2011-08-10 20:33:13 +00:00
shinnok
688e3ec812
Update my TODO file.
2011-08-10 17:43:03 +00:00
shinnok
3702796b22
Mention the new --append-output ncat option in the CHANGELOG.
2011-08-10 17:34:23 +00:00
patrik
a1d515e548
o [NSE] Added script broadcast-listener that attempts to discover hosts by
...
passively listening to the network. It does so by decoding ethernet and IP
broadcast and multicast messages. [Patrik]
2011-08-10 16:46:55 +00:00
shinnok
48ed788ab7
Prevent pcre.h from being regenerated everytime configure is invoked and
...
subsequently removed upon a distclean. Regenerated configure script with the
same autoconf version used previously(autoconf-2.63) to keep changes to a
minimum.
2011-08-10 16:38:37 +00:00
patrik
8cf0364f4c
Fixed a bug that would make Nmap segfault if it failed to open an interface
...
using pcap. The bug details and patch are posted here:
http://seclists.org/nmap-dev/2011/q3/365
[Patrik]
2011-08-10 16:36:49 +00:00
gorjan
4d4b6ed20f
NSEDoc fix for the bittorrent-discovery script
2011-08-09 19:55:59 +00:00
gorjan
88e8647381
Adding the bittorrent library and bittorrent-discovery script which enables you to add bittorrent peers and DHT nodes as targets for scanning
2011-08-09 16:56:13 +00:00
djalal
bc22d97ece
Added a task about review Dan's XML output patch.
2011-08-08 15:49:30 +00:00
tomsellers
e7b2ffe7c8
Tweaked ldap-brute.nse to work correctly when the target AD implementation is 2008 R2 and perhaps other sources.
...
Added detection of accounts where the credentials are correct, but the account is expired, not allowed to log on at the time of the scan or has been limited to logging in from particular hosts.
Notes on these changes were sent to the mailing list.
2011-08-08 00:26:02 +00:00
weilin
05bcbe71d9
Remove unused TargetGroup::rewind method. It was used for --exclude groups before that code was rewritten to use addrset.
2011-08-04 02:37:05 +00:00
david
50ffa9905e
Correction for the Ncat Windows -vvv crash todo item.
...
It requires --ssl-verify, not just --ssl.
2011-08-04 00:27:28 +00:00
gorjan
d509ad055a
Adding the optimized snmp-brute script, unpwdb library , snmpcommunities wordlist
2011-08-03 21:37:27 +00:00
shinnok
09562381ec
Update my TODO file.
2011-08-03 09:27:42 +00:00
shinnok
a878e43a30
Update CHANGELOG with a Ncat fix.
2011-08-03 08:12:35 +00:00
david
2b1b8bebd9
ftp service submissions.
2011-08-03 05:40:45 +00:00
weilin
1785508ecc
Added a description of ICMPv6 Neighbor Discovery.
2011-08-02 08:04:42 +00:00
david
6fe3d15355
Mention ND ping scan in refguide.
2011-08-02 06:55:23 +00:00
gorjan
b9a1f0d49e
Small fix for script output not to include the newtargets comment when no output is produced.
2011-08-02 03:45:59 +00:00
fyodor
95108436cc
update task status
2011-08-01 21:54:25 +00:00
david
204d7ecc2f
All 69 OS corrections.
2011-08-01 01:04:54 +00:00
david
06e8cdefc0
Last 200-odd OS submissions.
2011-08-01 01:04:49 +00:00
paulino
add4a8e87f
Updates my TODO
2011-07-30 23:36:15 +00:00
david
554a283e9f
400 OS submissions.
2011-07-30 21:10:39 +00:00
shinnok
f35061f606
Note another completed task in my TODO file.
2011-07-30 12:14:49 +00:00
shinnok
9b14b1919f
Add a low priority task in my TODO file.
2011-07-30 12:11:03 +00:00
djalal
a9bbb27a54
o [NSE] Added a missing function parameter for registry_add_table().
2011-07-30 12:02:24 +00:00
shinnok
548ed66bdc
Note a completed task and update status on antoher in my TODO file.
2011-07-30 12:00:30 +00:00
shinnok
93b9b3fe2d
Update CHANGELOG with the Nmap options parsing deferring update.
2011-07-30 00:18:40 +00:00
shinnok
c2822fc17a
Merging branch /nmap-exp/shinnok/nmap-options-parsing into trunk.
...
Nmap delays parsing for options that require knowledge of other options that
the user might have supplied in order to make informed decisions. This is
achieved by using a temporary storage place in which options that can't be
correctly parsed and interpreted without having full knowledge of all other
user supplied command line arguments like -S and -6.
2011-07-29 23:50:28 +00:00
fyodor
ae7ca59514
Add a task for removing PowerPC support from our OS X binaries
2011-07-29 23:04:18 +00:00
david
262ec8f7d7
Keep a std::string in scope when accessing its c_str.
...
The std::string was being created and deleted in a single statement, so
its c_str pointer pointed to freed memory. This could be seen with
valgrind nmap --exclude foo
2011-07-29 20:43:31 +00:00
david
50ec56fa67
200 OS submissions.
2011-07-29 10:25:40 +00:00
david
7b78da216f
Use static allocation of OsScanInfo and HostOsScan.
...
These classes are essentially containers for global state and functions,
so there's no need for new/delete.
2011-07-28 18:45:14 +00:00
david
f27e6a78fa
400 OS submissions.
2011-07-28 05:50:34 +00:00
patrik
1097d0c42d
Added documentation for credentials passed through script-args. [Patrik]
2011-07-27 12:05:42 +00:00
fyodor
6997c37102
Add a task to make sure we don't forget to make the Nping --safe-payloads option default
2011-07-27 09:01:22 +00:00
luis
db417445b4
Add a couple of items, related to the echo server
2011-07-27 08:54:27 +00:00
paulino
c8c2ef76d0
Fixes typo in default fingerprint file
2011-07-27 04:56:41 +00:00
paulino
ec63b8a647
Adds support for passing arguments without the script name.
2011-07-27 04:32:01 +00:00
paulino
26dc09ad43
Gets arguments with stdnse.get_script_args instead of reading them from nmap.registry
2011-07-27 03:28:13 +00:00
paulino
338ed74779
Gets arguments with stdnse.get_script_args instead of reading them from nmap.registry
2011-07-27 03:26:01 +00:00
paulino
0e9a3e994d
Gets arguments with stdnse.get_script_args() instead of reading them from nmap.registry
2011-07-27 03:24:17 +00:00
david
01088b879f
400 OS submissions.
2011-07-26 23:42:24 +00:00
fyodor
e165a0e39f
Removed some comments which were causing the action function to be documented in a non-useful way on the web. It should have probably used just two dashes rather than starting with 3 and becoming an nsedoc comment. But since it just said MAIN, I simply removed the comment lines
2011-07-26 21:35:20 +00:00