mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Expanded Amazon pattern for http-affiliate-id from Daniel Miller.
This commit is contained in:
parent
a37ea09b90
commit
1d9bf8bef5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ require 'stdnse'
|
|||
local AFFILIATE_PATTERNS = {
|
||||
["Google Analytics ID"] = "(?P<id>UA-[0-9]{6,9}-[0-9]{1,2})",
|
||||
["Google Adsense ID"] = "(?P<id>pub-[0-9]{16,16})",
|
||||
["Amazon Associates ID"] = "href=\"http://www.amazon.com/[^\"]*[\\?&;]tag=(?P<id>\\w+-\\d+)",
|
||||
["Amazon Associates ID"] = "http://(www\.amazon\.com/[^\"']*[\\?&;]tag|rcm\.amazon\.com/[^\"']*[\\?&;]t)=(?P<id>\\w+-\\d+)",
|
||||
}
|
||||
|
||||
portrule = shortport.http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue