├── PasteJacking.py ├── README.md ├── requirements.txt ├── scr └── one.png └── templates └── index.html /PasteJacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/PasteJacking/HEAD/PasteJacking.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/PasteJacking/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | jinja2 2 | flask 3 | colored -------------------------------------------------------------------------------- /scr/one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/PasteJacking/HEAD/scr/one.png -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/PasteJacking/HEAD/templates/index.html --------------------------------------------------------------------------------