cookie stealer in javascript

Questions about programming languages and debugging
Post Reply
User avatar
dranzer006
Newbie
Newbie
Posts: 3
Joined: 25 Oct 2008, 16:00
15

cookie stealer in javascript

Post by dranzer006 »

i need a javascript ref code that will send cookies to my mail id or ftp

thanks

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
18
Location: In your eye floaters.
Contact:

Post by bad_brain »

don't work that way (at least I never heard of it), usually the cookie data is written into a textfile by a PHP script, like explained here:
http://freakwolfe.cheezyfilms.com/reada ... kiestealer

:wink:

User avatar
dranzer006
Newbie
Newbie
Posts: 3
Joined: 25 Oct 2008, 16:00
15

Post by dranzer006 »

yes i know that but is there any to do it in javascript ?

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
18
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, yeah, in theory....at least I found a Javascript application framework that includes a class which enables to connect to ftp. BUT the user would need to have that class on his system too, else the function call in the Javascript code wouldn't work....so the chances to make this work in the wild are about zero.

but well, if you are interested:
http://helma.org/docs/reference/ftp/

:wink:

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

The html code filter won't let me post here, so go to this link:

http://code.suck-o.com/111
¯\_(ツ)_/¯ It works on my machine...

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

i have a js kelyogger,you want it?(not by me)

im sure if u edited it a bit,and got it to mail you the text file each time the srcipt is executed,you would have some fun ;)


ill post it later,i have to find it on my comp somewhere

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

/bump

look on this guys page,he made it,should be there

Code: Select all

http://reiluke.i.ph/

Post Reply