1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00
Commit Graph

7008 Commits

Author SHA1 Message Date
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
david
587cc517c3 Fix smb library shadowed parameters.
This happened as an unintentional side effect of Lua 5.2 changes. The
fix is by Daniel Miller.

http://seclists.org/nmap-dev/2012/q2/530
2012-05-29 21:05:39 +00:00
david
aa6717eb1f Lua 5.2 fixed from Daniel Miller.
http://seclists.org/nmap-dev/2012/q2/525
2012-05-29 20:11:39 +00:00
batrick
a04314beaa Add missing requires. 2012-05-29 18:34:34 +00:00
patrik
bdad2689ab added 'require' for missing libraries 2012-05-29 18:31:22 +00:00
patrik
6da1b367a5 o [NSE] Added the script eppc-enum-processes that enumerates active
applications, their PID and the UID under which they run through the Apple
  Remote Event protocol. [Patrik Karlsson]
2012-05-29 18:25:49 +00:00
patrik
3d7250ecc4 o [NSE] Added the Internet Storage Name Service (iSNS) library and the
isns-info script that lists information about portals and iSCSI devices.
  [Patrik Karlsson]
2012-05-29 18:02:19 +00:00
david
755b3fc959 Put RomPager in p//, not in i//. 2012-05-29 04:48:54 +00:00
david
706d147dc5 Fix some CPE language codes that were not in i// templates.
Plus many misspellings of "Portuguese."
2012-05-29 04:24:59 +00:00
david
b680824399 Add CesarFTPD CPE. 2012-05-29 04:24:58 +00:00
david
4b061b6239 Add Microsoft Exchange CPE. 2012-05-29 04:24:57 +00:00
david
ede9b9b6f1 Add CPE for Microsoft Exchange. 2012-05-29 04:24:55 +00:00