| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ScriptoX combines two powerful functionalities: creating SVG and PDF files with embedded JavaScript code. Designed for educational and testing purposes, this tool enables the users to generate files demonstrating how embedded scripts can operate within SVG and PDF documents. It's useful for security researchers and developers looking to understand the implications of embedded scripts. (Not an XSS tool)
Clone the repository:
git clone https://github.com/AnonKryptiQuz/ScriptoX.git
cd ScriptoXInstall the required packages:
pip install -r requirements.txtEnsure requirements.txt contains:
colorama==0.4.6
prompt_toolkit==3.0.36
Run the tool:
python ScriptoX.pyFollow the prompts to specify the SVG or PDF filename and the JavaScript code to embed.
The generated file will be saved with the specified filename.
Created by: AnonKryptiQuz
| Back | FazBrowse Home | New Git URL |