fyodor
|
39e2f3ed61
|
New PPTP version detection script from Thomas Buchanan
|
2007-11-14 23:30:22 +00:00 |
|
david
|
9d6a94d6ea
|
Remove an entry for a test script from script.db.
|
2007-11-08 07:44:49 +00:00 |
|
ejlbell
|
9dea83347b
|
Accidentally committed experimental version of robots.nse
|
2007-11-05 21:41:47 +00:00 |
|
ejlbell
|
1a73a31df0
|
updated 'nse directory constant' that seems to effect scripts using nselib in certain functions
|
2007-11-05 21:21:08 +00:00 |
|
david
|
50c4981934
|
Remove the first-generation OS detection and nmap-os-fingerprints.
|
2007-11-03 01:31:02 +00:00 |
|
david
|
83382600f2
|
Revert r5485. This changes the pcre Lua module back to statically linked
code instead of a dynamically loaded C module. Linking the dynamic
shared module with the static libpcre.a was failing on OpenBSD. See
http://seclists.org/nmap-dev/2007/q4/0085.html.
|
2007-10-23 00:45:00 +00:00 |
|
fyodor
|
a3cb8dfdcc
|
update by Jason DePriest to do HELP query in addition to EHLO
|
2007-10-12 21:56:20 +00:00 |
|
david
|
14676144b6
|
Change \n\r to \r\n in two scripts that needed it: anonFTP and finger.
|
2007-10-03 20:48:05 +00:00 |
|
kris
|
0aaa51980d
|
Making extra functions in my HTTPpasswd.nse and HTTPtrace.nse scripts 'local'. I mark my C functions static, so I'll mark my Lua ones local
|
2007-09-15 02:44:15 +00:00 |
|
kris
|
7c3448c1f7
|
Trying to keep script.db tidy when running --script-updatedb. This sorts the script filenames before writing script.db. Tested on Linux and Windows
|
2007-09-15 01:01:35 +00:00 |
|
kris
|
b48cdbebfe
|
A couple changes to my HTTPpasswd.nse and HTTPtrace.nse scripts. In both I'm using a more object-oriented approach to methods, e.g. using response:find(..) rather than string.find(response, ..). And in HTTPtrace.nse, I'm changing a couple badly-named variable names in validate().
|
2007-09-04 20:40:38 +00:00 |
|
kris
|
54bf839dc9
|
A few changes to HTTPtrace.nse: use stdnse.strsplit() rather than my str2tab(), remove unused var, and change how to remove extra newline from server response
|
2007-09-03 22:24:26 +00:00 |
|
fyodor
|
a5d2e11cd4
|
trivial capitalization change
|
2007-09-02 23:02:45 +00:00 |
|
kris
|
baf7e98c7f
|
Adding my HTTPtrace.nse script. Simply put, it sends an HTTP TRACE method and examines the response for modifications
|
2007-09-02 00:25:33 +00:00 |
|
fyodor
|
31b16ba562
|
latest scripts DB
|
2007-08-30 20:56:30 +00:00 |
|
kris
|
199f7f9285
|
Adding my /etc/passwd directory traversal script (HTTPpasswd.nse)
|
2007-08-28 22:33:09 +00:00 |
|
fyodor
|
5579ac94d3
|
merge soc07 r5317:5322 - DNS zone transfer script.
|
2007-08-11 06:07:31 +00:00 |
|
fyodor
|
78f15a7f65
|
make pcre an NSE C module
|
2007-08-11 06:05:48 +00:00 |
|
fyodor
|
d7f207450c
|
merge soc07 r5279 - nse fixes
|
2007-08-11 06:03:25 +00:00 |
|
fyodor
|
9269e71cd8
|
merge soc07 r5245 - sql injection script
|
2007-08-11 05:59:19 +00:00 |
|
fyodor
|
179d2b5766
|
merge soc07 r5191:5202 - portstates now takes list; script to download robots.txt; open proxy script; fix default shortport state value
|
2007-08-11 05:51:31 +00:00 |
|
fyodor
|
f011a8bb3d
|
merge soc07 r5166 - Updated scripts to use strbuf's new structure
|
2007-08-11 05:49:25 +00:00 |
|
fyodor
|
9352fa4ea5
|
merge soc07 r5118 - fix portrule bug
|
2007-08-11 05:32:08 +00:00 |
|
fyodor
|
bd1ee83bd9
|
merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule
|
2007-08-11 05:31:21 +00:00 |
|
fyodor
|
f025e86b0b
|
merge soc07 r5085:5094 - removed a period which could lead to slightly confusing output such as 'Read data files from: ..' when they are read from the current directory; Always print a message when the script database is updated successfully; Added a whole bunch of entries to the CHANGELOG in preparation for the first soc07 release; latest auto-generated files; add a question mark to a textual question
|
2007-08-11 05:14:52 +00:00 |
|
fyodor
|
01b5a155e1
|
merge soc07 r5063:5065 - added support for nse-C-modules under windows; misc. nse improvements
|
2007-08-11 04:59:14 +00:00 |
|
fyodor
|
475393bc2c
|
merge soc07 r5049:5063 - added string split/join methods; Bruteforce telnet script; fixed a few typos; updated to escape some common url constructs; refactored shorport library; Added a family of string buffer functions to nselib as concatenation is not efficient; Updated a couple of scripts to use string buffers; resolved a couple of naming conflicts
|
2007-08-11 04:58:05 +00:00 |
|
fyodor
|
40d3cd5e37
|
merge soc07 r5048 - added nse_bitlib.cc/.h again - because compilation was broken on windows through the c-module support
|
2007-08-11 04:55:50 +00:00 |
|
fyodor
|
e4e5b36da8
|
merge soc07 r5045 - now works with https
|
2007-08-11 04:54:09 +00:00 |
|
fyodor
|
80ade54171
|
merge soc07 r5016:5022 - Added support for C-modules; converted the nse_bitlib to such a module; adapted dns-test-open-recursion.nse to use the new module; Moved make_buffer to stdnse and updated the documentation
|
2007-08-11 04:49:25 +00:00 |
|
fyodor
|
3e86212fee
|
merge soc07 r5002 - New IRC server info script
|
2007-08-11 04:43:12 +00:00 |
|
fyodor
|
1ffa6fd8c0
|
merge soc07 r4990 - fixed tiny oversight in nselib debug function
|
2007-08-11 04:39:39 +00:00 |
|
fyodor
|
e988f4878d
|
merge soc07 r4989 - applied mathew boyle's patch for print_debug
|
2007-08-11 04:39:17 +00:00 |
|
fyodor
|
f8e6e9f46b
|
merge soc07 r4942 - corrected error in finger which caused truncated results
|
2007-08-11 04:25:33 +00:00 |
|
fyodor
|
1e2f0bea4f
|
merge soc07 r4921:4925 - Fixed a bug in NSE that caused incorrect state summaries (and an assertion failure); added udp iax2 test script
|
2007-08-11 04:23:17 +00:00 |
|
fyodor
|
91a8815da7
|
merge soc07 r4909 - changed to demo category until we figure out what to do about using real hostnames
|
2007-08-11 04:17:16 +00:00 |
|
fyodor
|
88b0e212df
|
merge soc07 r4906 - NSE bugfixes
|
2007-08-11 04:16:56 +00:00 |
|
fyodor
|
6877d8329d
|
merge soc07 r4896:4898 - added new scripts; made shortport.port_or_service work as intended, it now returns a function instead of a boolean
|
2007-08-11 04:14:01 +00:00 |
|
fyodor
|
cafec3593d
|
merge soc07 r4891 - nse improvements
|
2007-08-11 04:12:45 +00:00 |
|
fyodor
|
848bc4d1d7
|
merge soc07 r4805 - new httpauth nse script
|
2007-08-11 03:32:56 +00:00 |
|
fyodor
|
c6f2ab6e83
|
merge soc07 r4804 - misc. NSE improvements
|
2007-08-11 03:32:26 +00:00 |
|
fyodor
|
c7e8e225a9
|
merge soc07 r4798 - Attempts to connect to a hosts finger service and extracts a list of usernames
|
2007-08-11 03:30:17 +00:00 |
|
fyodor
|
237000cd29
|
merge soc07 r4797 - Anonymous ftp login NSE script improvements
|
2007-08-11 03:29:27 +00:00 |
|
diman
|
9d24e6e783
|
fixed GET /<space><space> bug
|
2007-06-14 08:28:28 +00:00 |
|
fyodor
|
3733eab2f5
|
change ourdomain to scanme.org
|
2007-05-17 03:28:27 +00:00 |
|
fyodor
|
ce2c7f7208
|
latest version from Arturo Busleiman
|
2007-05-17 02:48:44 +00:00 |
|
fyodor
|
00d6ad2920
|
add netbios name lookup script from Brandon Enright
|
2007-05-07 21:13:00 +00:00 |
|
diman
|
ba156b1ac5
|
minor bugfix
|
2007-05-05 07:59:27 +00:00 |
|
fyodor
|
00b1b175da
|
newest scripts DB
|
2007-03-12 02:17:30 +00:00 |
|
fyodor
|
b361685be8
|
NSE committed
|
2006-12-11 00:34:26 +00:00 |
|