Mailing List Archive

Assistance w/ a new plugin
Hello All,

I'm going to write a plugin based on some information leakage
within a cookie returned by specific network devices. Does nessus
currently maintain such HTTP values in an internal structure or
cached location, or would I have to make a unique HTTP request to
get the cookie value?

Thanks!

Jon


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Re: Assistance w/ a new plugin [ In reply to ]
On Sat Aug 06 2005 at 20:39, Jon Passki wrote:

> Does nessus currently maintain such HTTP values in an internal
> structure or cached location

No.

> or would I have to make a unique HTTP request to
> get the cookie value?

Yes, I guess this is the right way to do it.