Does anyone have a resource for managing cookies with getting, setting and modifying cookies with mechanize? I''m trying to see if I can do things that the browser can''t using mechanize for pen-testing purposes. Thanks, Matt
I''ve never needed to use cookies with Mechanize, but there is a cookie jar http://mechanize.rubyforge.org/mechanize/Mechanize/CookieJar.html Have you tried this out? ~Jeremy On Wed, Mar 10, 2010 at 3:48 PM, ntwrkd <ntwrkd at gmail.com> wrote:> Does anyone have a resource for managing cookies with getting, setting > and modifying cookies with mechanize? > > I''m trying to see if I can do things that the browser can''t using > mechanize for pen-testing purposes. > > Thanks, > Matt > _______________________________________________ > Mechanize-users mailing list > Mechanize-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mechanize-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100310/425d55f0/attachment-0001.html>
I did see that, but I was hoping there''d be something more descriptive than the rubydoc as far as implementation. On Wed, Mar 10, 2010 at 8:32 PM, Jeremy Woertink <jeremywoertink at gmail.com> wrote:> I''ve never needed to use cookies with Mechanize, but there is a cookie jar > http://mechanize.rubyforge.org/mechanize/Mechanize/CookieJar.html > Have you tried this out? > > ~Jeremy > > On Wed, Mar 10, 2010 at 3:48 PM, ntwrkd <ntwrkd at gmail.com> wrote: >> >> Does anyone have a resource for managing cookies with getting, setting >> and modifying cookies with mechanize? >> >> I''m trying to see if I can do things that the browser can''t using >> mechanize for pen-testing purposes. >> >> Thanks, >> Matt >> _______________________________________________ >> Mechanize-users mailing list >> Mechanize-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/mechanize-users > > > _______________________________________________ > Mechanize-users mailing list > Mechanize-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mechanize-users >
On Thu, Mar 11, 2010 at 12:02 AM, ntwrkd <ntwrkd at gmail.com> wrote:> I did see that, but I was hoping there''d be something more descriptive > than the rubydoc as far as implementation. >What specific questions do you have about the implementation? http://github.com/tenderlove/mechanize/blob/master/lib/mechanize/cookie_jar.rb> > On Wed, Mar 10, 2010 at 8:32 PM, Jeremy Woertink > <jeremywoertink at gmail.com> wrote: > > I''ve never needed to use cookies with Mechanize, but there is a cookie > jar > > http://mechanize.rubyforge.org/mechanize/Mechanize/CookieJar.html > > Have you tried this out? > > > > ~Jeremy > > > > On Wed, Mar 10, 2010 at 3:48 PM, ntwrkd <ntwrkd at gmail.com> wrote: > >> > >> Does anyone have a resource for managing cookies with getting, setting > >> and modifying cookies with mechanize? > >> > >> I''m trying to see if I can do things that the browser can''t using > >> mechanize for pen-testing purposes. > >> > >> Thanks, > >> Matt > >> _______________________________________________ > >> Mechanize-users mailing list > >> Mechanize-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/mechanize-users > > > > > > _______________________________________________ > > Mechanize-users mailing list > > Mechanize-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mechanize-users > > > _______________________________________________ > Mechanize-users mailing list > Mechanize-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mechanize-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100311/d2cf9de8/attachment.html>