nnposter
e80976a13a
Provides a common function, url.get_default_port(), for obtaining
...
the default port number for a given scheme. Fixes #781
2017-04-19 18:00:36 +00:00
dmiller
92f52de958
Remove trailing whitespace
2016-08-29 20:30:26 +00:00
tomsellers
25c891d570
NSE: http-backup-finder.nse Address 3 sources of false positives. Closes #242
2015-12-13 20:18:17 +00:00
tomsellers
58f00324eb
NSE: Prevent http.identify_404 from following HTTP redirects, standardize calls to it. Closes #251
2015-12-05 10:16:51 +00:00
dmiller
f4619edece
Update http urls for nmap.org to https
2015-11-05 20:41:05 +00:00
dmiller
7852fa3c18
Remove many ERROR outputs from non-debug NSE output
2015-08-27 20:43:55 +00:00
batrick
c94d5970ff
stdnse.print_debug -> stdnse.debug1
...
sed -i 's/stdnse.print_debug("%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
2014-08-01 21:31:04 +00:00
dmiller
298be5bfaa
Re-indent some scripts. Whitespace-only commit
...
https://secwiki.org/w/Nmap/Code_Standards
2014-01-31 17:36:09 +00:00
dmiller
620f9fdb34
Remove trailing whitespace in lua files
...
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
2014-01-23 21:51:58 +00:00
paulino
dd6105588d
Fixes bug when reading the initial base uri. These scripts were incorrectly setting "/" as the starting point.
2012-11-25 18:38:59 +00:00
henri
f2bb268135
Added 404 detection checks to attempt to reduce false positives.
2012-09-25 12:07:59 +00:00
tomsellers
e3787f2a37
Handle exception generated when the spider process hands http-backup-finder a URL that is only a hostname. When url.parse processes this value on line 107 of http-backup-finder it returns nil for the .path property.
...
http-backup-finder.nse:107: attempt to index field 'path' (a nil value)
stack traceback:
Addressed this by setting nil .path values to '/'. Tested with sites with and without backup files. Verified that duplicate results were not returned.
2012-07-04 18:54:38 +00:00
batrick
000f6dc4d9
Lua 5.2 upgrade [1] for NSE.
...
[1] http://seclists.org/nmap-dev/2012/q2/34
2012-05-27 08:53:32 +00:00
david
30cfbef89c
Add "bzr --revert" backup pattern to http-backup-finder.nse.
2012-04-01 04:41:20 +00:00
martin
d35adefe15
Fixed issue where file basename and/or suffix were missing, making the backup finder
...
issue strange requests.
2012-02-05 19:40:54 +00:00
fyodor
78033599ed
Update the script descriptions/nsedoc a bit
2012-01-01 22:21:08 +00:00
patrik
3e8440f5f6
o [NSE] Fixed issue in path encoding in the http-backup-finder script. [Patrik]
2011-12-11 09:17:21 +00:00
patrik
5183478e8c
o [NSE] Added the script http-backup-finder that searches for backup copies
...
of files discovered by crawling a website. [Patrik]
2011-12-10 10:32:18 +00:00