Our Feeds

Monday 4 June 2012

Ajith KP

Website Cookie Grabber

Download Link: Cookie Grabber[Python]





















This Tool can detect cookies of websites. Cookies are simple application which stores personal details of  sessions. So finding cookies is usefull in session hacking, also you can use it for footprinting of websites.

3 comments

Write comments
Anonymous
AUTHOR
5 June 2012 at 13:16 delete

Just wondering if you have written it.. :D or like grabbin cookie, you grabbed codes :D

1. If u have used this kinda syntax..

from ___ import ____ (you did you use import ___ before)

2. print statements syntax :D clearly says something...

3. html = cookievalue.read() whats the use of this line? :D

Reply
avatar
23 June 2012 at 10:07 delete

HaHaHa yeah you are right. It is not a cookie logger for grab cookies from browsers. Just for grab cookies from source code.

Reply
avatar
23 June 2012 at 10:18 delete

It will read html source. html=cookievalue.read is used for read cookie values from html source code. html is just a name.

That is my coding culture to use

import urllib
from urllib import _, _

that is my coding culture. I know that first urllib is useless. Eventhogh I'm following my previous experiences.

Print statement is for say this like


ajith said:
you are doing very well

thanqs for ur valueable comment.

Reply
avatar