1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-16 11:29:02 +00:00
Commit Graph

7019 Commits

Author SHA1 Message Date
patrik
bbc423734e Fixed bug that would make the script crash with the following error if the
latitude and longitude for an IP could not be determined:
attempt to concatenate field 'longitude' (a table value)
2012-06-07 18:08:18 +00:00
patrik
55572542ef Fix for bug in cookie parsing code reported by Ron Bowes;
http.lua:757: attempt to perform arithmetic on local 'pos' (a nil value)
2012-06-07 16:06:58 +00:00
fyodor
7b6b1f691c A couple more minor description updates that I forgot to checkin last time 2012-06-07 09:15:39 +00:00
david
dc485a4bff Comment typos(?).
It's sad to see "ugly hat" go.
2012-06-07 05:15:31 +00:00
fyodor
833ced6048 Add an entry for upgrading Python DLL on build machine to hopefully fix bogus security warning 2012-06-07 00:04:47 +00:00
fyodor
cb35b7d248 add a small note 2012-06-06 23:57:38 +00:00
perdo
5ac6c7d64a Fixed errors found by nse_check_globals. 2012-06-06 22:23:02 +00:00
batrick
14dc780226 Applied a patch by John Bond to remove unused script-arg. 2012-06-06 22:15:14 +00:00
patrik
b7f648bcac Fixed a bunch of errors reported by Ron Bowes;
http://seclists.org/nmap-dev/2012/q2/639
2012-06-06 22:11:02 +00:00
batrick
ceaa65a0f4 Move last remnants of Lua 5.0 "arg' table. 2012-06-06 22:08:01 +00:00
patrik
721ac80024 reverted previous commit, due to unfinnished changes in smb, asn1 and smbauth
libraries.
2012-06-06 22:04:28 +00:00
patrik
c4617f8d31 Fixed a bunch of errors reported by Ron Bowes;
http://seclists.org/nmap-dev/2012/q2/639
2012-06-06 21:57:00 +00:00
patrik
731e8b5302 Fixed error message in redis-brute 2012-06-06 21:36:52 +00:00
batrick
2dcb08a590 Fix location of try/catch. The pcap/dnet variables were not in scope. 2012-06-06 21:36:02 +00:00
batrick
a83ed012fd Use "response" as error message. 2012-06-06 21:32:02 +00:00
batrick
1ac2728821 Correct location of rules declaration. 2012-06-06 21:29:48 +00:00
batrick
a20ea34d38 Fix error strings and remove "path" parameter that has no apparent meaning 2012-06-06 21:27:39 +00:00
fyodor
60baeb09b0 Cleaning up the descriptions for 28 scripts for consistency 2012-06-06 20:44:18 +00:00
kroosec
6ea3969357 Added Packet:ip_set_id(id). 2012-06-06 08:52:13 +00:00
david
31b628f994 ipOps capitalization.
http://seclists.org/nmap-dev/2012/q2/602
2012-06-05 21:16:23 +00:00
david
86077ed05f Don't strdup (and fail to free) pattern passed to pcre_compile.
http://seclists.org/nmap-dev/2012/q2/627
2012-06-05 21:09:01 +00:00
david
7f0c9fa9a2 Identifier typo.
http://seclists.org/nmap-dev/2012/q2/618
2012-06-05 20:33:09 +00:00
batrick
be0af7b304 Add some missing library requires. Patch generated by
$ nse_check_globals --patch

with some modifications for format consistency.
2012-06-05 15:21:54 +00:00
kris
3444074ea1 doc typo/consistency fixes 2012-06-04 21:05:36 +00:00
fyodor
1f8c689ea1 o [NSE] Changed http-brute so that it works against the root path
("/") by default rather than always requiring the http-brute.path
  script argument.

I also upgraded it to use get_script_args function rather than access registry.args directly
2012-06-04 19:49:21 +00:00
patrik
b683234f45 o [NSE] Applied patch from Daniel Miller that fixes bug in several scripts and
libraries http://seclists.org/nmap-dev/2012/q2/593 [Daniel Miller]
2012-06-04 04:37:29 +00:00
patrik
98f74051bb added missing return _ENV; to ipp library 2012-06-04 04:19:48 +00:00
david
877e574f25 Include the error code when smb-ls fails to authenticate. 2012-06-04 03:46:14 +00:00
patrik
0372cf9e7a o [NSE] Added the script smb-ls that lists files on SMB shares and produces
output similar to the dir command on Windows. [Patrik Karlsson]
2012-06-03 18:10:49 +00:00
sean
f3bfdaec3d Removed the copy intl.dll line from copy_and_compile as it is unneeded 2012-06-03 05:55:44 +00:00
sean
22cab42959 Removed the line about intl.dll, as it is no longer needed we should also remove the intl.dll files from the mswin32 folders 2012-06-03 05:00:35 +00:00
fyodor
80954dea26 Add a small idea to previous todo entry 2012-06-02 21:25:05 +00:00
fyodor
931352f92a Add a note to improve escaping in submit.cgi 2012-06-02 21:24:15 +00:00
djalal
8e7edbd008 o Fixed a bug that caused Nmap to fail to find any network interface when
at least one of them is in the monitor mode. The fix was to define the
  ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the
  libdnet-stripped code. Network interfaces that are in this mode are used
  by radiotap for 802.11 frame injection and reception. The bug was
  reported by Tom Eichstaedt and Henri Doreau.
  http://seclists.org/nmap-dev/2012/q2/449
  http://seclists.org/nmap-dev/2012/q2/478
  [Djalal Harouni, Henri Doreau]
2012-06-02 19:35:08 +00:00
fyodor
4c32030c31 just added a small item for discussion 2012-06-02 18:11:08 +00:00
fyodor
4402144394 Moved the setuid check from main.cc to nmap.cc after option parsing so that I can use error() and have it write to output file with --log-errors, etc. I did receive a complaint that the setuid warning isn't converted to script kiddie mode when -oS is enabled. If we decide that we want script kiddify error messages, we'll have to add that support to error() 2012-06-02 18:08:39 +00:00
fyodor
2637fa19f4 Update Solaris install section to note that we rely on the Nmap community to help maintain Nmap's support of this platform. 2012-06-01 23:49:09 +00:00
kroosec
e47d988e44 Small typo in Packet:build_ip_packet documentation. 2012-06-01 10:46:27 +00:00
fyodor
e4881caa0c Note new link to PowerPC Mac secwiki page; add some missing </para> so it compiles 2012-05-31 23:48:49 +00:00
david
c923483956 Formatting in scan_engine.cc.
astyle -a -p -H -s2 -m2 scan_engine.cc

With some manual correction.
2012-05-31 07:14:05 +00:00
david
a1bae1bb5f Update build instructions for MacPorts 2.1.1.
An important side effect of this change is the move the
--with-included-loaders flag from gtk2 to gdk-pixbuf2. This upstream
change:
http://git.gnome.org/browse/gtk+/commit/configure.in?h=gtk-2-24&id=cb29d2770714943af7b488a6a94f1f37b7466c8f
means that --with-included-loaders no longer has an effect when given to
gtk2's configure. This caused dynamic loaders to be searched for under
my /Users/david/macports-10.5 installation directory, which isn't
present after installing from the .dmg package.

Here's an report of a hang caused by the missing loaders:
http://seclists.org/nmap-dev/2012/q2/370
2012-05-31 07:04:39 +00:00
fyodor
a6ce8d5691 add a couple bug fixes David is working on to the TODO 2012-05-31 00:18:37 +00:00
fyodor
528c87ddb3 Latest builds of man pages 2012-05-30 21:56:09 +00:00
fyodor
4166d62766 sorted nmap os db 2012-05-30 21:55:50 +00:00
fyodor
5f603cbf27 Update the Mac OS X source install instructions -- downloading Xcode is a bit different now, and you now often have to install the command-line tools too 2012-05-30 21:55:03 +00:00
fyodor
eeda7cef0e Merged Nmap 6.00 release into CHANGELOG 2012-05-30 21:54:25 +00:00
batrick
6140215e2d Add explicit tags for stdnse.lua since it sets the environment
manually (it defines stdnse.module).
2012-05-30 20:44:21 +00:00
david
0a334c1237 Add Italian Zenmap translation by Francesco Tombolini.
http://seclists.org/nmap-dev/2012/q2/550
2012-05-30 05:07:46 +00:00
david
4f6dd097c9 Add host.name fallback for xmpp-info name selection. 2012-05-29 21:05:40 +00:00
david
37262e9232 Fix portrule of dns-client-subnet-scan.
By Daniel Miller. http://seclists.org/nmap-dev/2012/q2/530.
2012-05-29 21:05:39 +00:00