⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 一个用perl写的功能强大的cgi漏洞检测程序
💻 TXT
📖 第 1 页 / 共 2 页
字号:
10.27.2003	nikto_core.plugin	1.19       - Removed unecessary 'use IO::Socket' call from resolve()       - Removed unecessary counters       - Replaced some slow foreach counters       - Moved proxy_check earlier, before port_scan, so it will be set first       - Removed -allcgi option in favor of -CGIdir, which can specify to test 'all', 'none' or a specific directory.       - Bugfix: testing through proxy by making sure host name is set instead of ip, thanks to Fabrice Annic for the catch       - Bugfix: a regex/logic/if error in test_target, thanks Pavel Kankovsky for the bug report. 401/302 messages will now report regardless of test/pass fail.       - Bugfix: -dbcheck now identifies duplicates without relying on message text, thanks Jericho / Attrition.org for pointing this out       	nikto.pl	1.12       - Rearranged order of get_banner & setup so that it would be called right	nikto_headers.plugin	1.08       - Added DAAP header check10.02.2003	nikto_core.plugin	1.18       - Fixed get_banner to properly handle multi host/port scans10.01.2003	nikto_outdated.plugin	1.12       - Fixed improper matching in version evals, reported by Paul Bakker09.30.2003	nikto_core.plugin	1.17       - Reordered loop code to make -f scans faster.       - Added a skip for "(Win32)" in the version updates back to cirt.net	nikto_outdated.plugin	1.11       - Stripping () from version strings09.24.2003  Nikto 1.31 release	nikto_core.plugin	1.16       - Fixed a bug in resolve() that may prevent name lookups when host files used       - Fixed a bug in resolve() where scan would exit if 1 name resolution from host file failed       - Changed set_targets so that if the -h value exists as a file it reads that instead of resolving it as a name. This eliminates need for .csv or .txt file name endings.       - Added auto or semi-auto update of version strings to CIRT.net. This is done through a simple GET request. Controlled via config.txt's UPDATES variable.         *ABSOLUTELY NO* server info is sent... only versions from HTTP headers, i.e. "Apache/4.0". Thanks to Jericho for feedback/ideas.       - Added a host counter output at end & for every 10 hosts       - Set CHANGES.txt download only on *code* updates, not DBs       - Added MAX_WARN to config.txt for warning level on OK/Moved messages, thanks Jericho for the suggestion.       - Added PROMPTS to config.txt to allow user control of prompting--good for unattended scans       - Added a regex test to dbcheck() better catch errors in server_msgs.db       - Thanks again to Jericho for many updated tests/information.       - Cleaned up port scan code       - Fixed/improved scanning through proxies	nikto_outdated.plugin	1.09       - Added support for sending updates of version strings to CIRT.net. See nikto_core.plugin version 1.15 notes.    LW.pm - 1.8       - Updated to LW.pm v1.8, see the change log included with it (www.wiretrip.net/rfp/).           nikto.pl - 1.10       - Implemented versioning on nikto.pl (!), many changes to support core 1.15       - Put 'require LW.pm' down *after* we know where it is.. duh. Thanks J Barber (ussysadmin.com) for the suggestion. Also changed it 'require' vs 'use' so in the future I can update it, if necessary.       - Hosts are now tested in the same order as the appear in an input file       08.18.2003	nikto_outdated.plugin	1.08	    -  Fixed nasty regex bug in the version eval, and made more efficient. Pointed out by fr0stman, thx Zeno for assistance           07.22.2003	nikto_headers.plugin	1.07       - Added Host header back after delete in IIS Content-Location check. Thanks to Abdi Ponce for the bug report & debug.	nikto_httpoptions.plugin	1.04       - Changed PROPPATCH, TRACK, TRACE messages. Changed PROPFIND message, thanks to Jericho for tracking down some good info on it.  Added SEARCH message.       	nikto_core.plugin	1.14       - Added <title> tags to the HTML output for browser-neatness       - Removed a stray debug print       07.03.2003       - Thanks to Jeremy Bae for many Jeus Webserver tests.06.29.2003	nikto_core.plugin	1.13       - changed some &function calls to function() to keep $_ from being passed down another level..  thanks to zeno for the heads-up.       	nikto_headers.plugin	1.05       - fixed the IIS4 content-location check as it had a tendency to fail miserably...06.29.2003	nikto_core.plugin	1.12       - changed output of dump_request to be more like normal request text06.29.2003	nikto_core.plugin	1.11       - bug fix for scanning through proxies06.19.2003	nikto_core.plugin	1.10       - added 'csv' to file formats in -help output (doh!)       - minor speedups06.17.2003	nikto_user_enum_apache.plugin	1.02       - Bugfix: some user names not tested (zz, zzz, etc.)       - Major rewrite for speed improvements	nikto_user_enum_cgiwrap.plugin	1.01       - Bugfix: some user names not tested (zz, zzz, etc.)       - Major rewrite for speed improvements06.16.2003	nikto_core.plugin	1.09       - dbcheck option enhanced: check that all plugins are in the order file       - dbcheck option enhanced: check that all plugins have properly named sub calls       - update option enhanced: retrieves updated CHANGES.txt file with code updates       - Bugfix: resolve() did not properly catch invalid IP addresses. Reported by Rick Tortorella.06.12.2003	nikto_core.plugin	1.08       - Removed iprint() entirely (finally)       - Made "Needs Auth" links active in HTML output       05.30.2003	nikto_core.plugin	1.07       - Bugfix: 05.30.2003	nikto_core.plugin	1.06       - Added number of elapsed seconds to final host/port output       - Bugfix: Changed CAN/CVE link to point to cve.mitre.org instead of ICAT       - Bugfix: Duplicate port 80 in nmap options if -p not specified but 80 specified in hosts file05.28.2003	nikto_core.plugin	1.05       - Bugfix: -update code prevented automatic updates. Found & fixed by Keith Young. Also reported by Paul Worshaw.  05.27.2003	Nikto 1.30 release    General changes        - removed nikto_google.plugin entirely (may add better plugin later)        - major "under the hood" changes to make things easier to maintain, read & modify        - killed as many global vars as I could stand in favor of a few global hashes (CLI input, etc.)        - added $CURRENT_HOST_ID and $CURRENT_PORT as globals--these are the pointers to "where you are" (mostly as in $TARGETS)        - added the ability to have basic conditional items for tests, i.e. "200!index" to designate a response of "200" but the           content does not contain "index" (suggested by Paul Woroshow).        - added -V option, which displays versions of all code files & databases (suggested by Jericho)        - specifying -ssl now forces *all ports* on *all servers* to use ssl.  best that can be done for now.         - added multi-host support via a text file with port specification in the file or via CLI        - all new save file routines        - unbuffered file output to keep partial/cancelled run data        - removed the -w option in favor of -F with multiple formats        - added support for NTLM authentication        - added cgiwrap plugin	nikto_core.plugin	1.05		- Many updates to support multiple host scans		- Added UA for update agents		- Changed all %SERVER hash refs to either %CLI or %TARGETS		- Removed %BANNERS (now in %TARGETS)		- Added set_targets() to handle various target input methods		- Bugfix: non-SSL ports not found after first SSL port found on a host		- Bugfix: authentication realms were not checked with the proper root if -r was specified on the CLI		- Bugfix: can't call 'fprint' if core plugin is not found (duh!). Found by Erwin Paternotte.	nikto_user_enum_cgiwrap.plugin	1.00		- added	nikto_mutate.plugin	1.05		- change for using %CLI	nikto_passfiles.plugin	1.01		- change for using %CLI	nikto_user_enum_apache.plugin	1.01		- change for using %CLI		- renamed from 'nikto_userenum.plugin'	nikto_msgs.plugin	1.03		- minor changes for multi-host support	plugins_order.txt	1.03		- removed nikto_google.plugin		

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -