-
-
Notifications
You must be signed in to change notification settings - Fork 78
FAQ
After running server.py
, you can safely send xsscope.html
to anyone you want to keylogg or hijack the camera. XSScope can play 2 roles, a payload generator for Bug Hunting (performing XSS into vulnerable websites) or sending malicious HTML file to a victim.
After running server.py
, send xsscope.html
to the victim and wait for it to be opened.
Simply copy and paste the generated XSS payloads into the vulnerable website. It couldn't be much easier. XSScope aims for all kinds of XSS (DOM, Stored, Reflected and Blind XSS).
While sending the HTML payload to the victim, remember to keep server.py
running, otherwise the IP and Port (used for Portforwading) will be generated with a new one. If you want to rerun the script, be aware that you will lose the connections you currently/might have.
Yes, by simply copy-paste xsscope.js
in the Phishing Page HTML source code that you want to build. However I am working to add this feature into the software.