
The Refs key contains an array of arrays, and each subarray contains two fields.The
first field is the information source key and the second field is the unique identifier. On
line 98, BID stands for Bugtraq ID, and 307 is the unique identifier. When the info com-
mand is run, the engine will translate line 98 into the URL
www.securityfocus.com/bid/307.
102 'DefaultTarget' => 0,
103 'Targets' => [
104 ['Windows NT4 SP3', 593, 0x77f81a4d],
105 ['Windows NT4 SP4', 593, 0x77f7635d],
106 ['Windows NT4 SP5', 589, 0x77f76385],
107 ],
The Targets key points to an array of arrays; each subarray consists of three fields.The
first field is a description of the target, the ...