A simple XSS Cookie Stealer. The python application stores the received cookies and display them on screen.
Important
This tool is written for educational purposes, do not harm anyone with it
git clone https://github.com/eMVee-NL/XSS-Keylogger.git
Default it wil use any IP address and port 80
python3 cookiestealer.py
Example with an IP address and another port
python3 cookiestealer.py 192.168.1.12 4321