Warden Modules

From SkullSecurity
Revision as of 14:16, 27 February 2008 by Ron (talk | contribs) (New page: Warden modules are recieved in a series of 0x01 packets, and processed in a variety of different steps. ==Validated== After the entire module has been received up to the length specified...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Warden modules are recieved in a series of 0x01 packets, and processed in a variety of different steps.

Validated

After the entire module has been received up to the length specified in the 0x00 packet, a standard MD5 is calculated. The result is compared to the name of the module, which was also sent in 0x00. If they match, the module is processed and a response of 1 (encrypted) is sent back to the server. If the module doesn't match, a response of 0 (encrypted) is sent back to the server. The server then tries to send the module again (series of 0x01 packets).