Skip to main content

Posts

Showing posts from October, 2018

How i found open redirect and rewarded 0$

Hay, Today i am going to show you How i found open redirect and rewarded 0$ LoL 😆😆 Let's start Target:  https://redacted.com I am start finding subdomain using Sublist3r   then i found https://subdomain.redacted.com And i thought that let's find Open Redirect today. Then i just add a payload https://subdomain.redacted.com/http://evil.com like this but it not redirect to http://evil.com 😑 then again i start with like https://subdomain.redacted.com///evil.com nah again i failed 😑 Payload Fail after failed 2nd time i thought , let's try it again and it's the last time if i failed i will give up with this shit. then i come up with https://subdomain.redacted.com/http:/evil.com this and tada! Redirect Success 😌😌 Tada! Open Redirect Success Payload: http:/evil.com Final URL with payload: https://subdomain.redacted.com/http:/evil.com Thanks for reading 😉

How i found Stored xss on your-domain.redacted.com

Hay, Today i am going to show how i found XSS on site your-domain.redacted.com who provide Help Desk & Live Chat Software . Now in the signup page i am trying to create a account with the payload in Full name but it showing error " Invalid name on name " Signup page then i filled it with my name and i finished signup. It redirect me to https://your-domain.redacted.com/agent/index.php#GettingStarted; Without checking other staffs i go to Edit profile  Setting page after signup and here i can able add XSS Payload in Name field also in Alias field ( image bellow ) Setting Page After save this Setting when i back to my Dashboard nothing happen i mean no PopUp Profile after added payload, No XSS   Then i am start looking into source code what actually happening.After scrolling source code suddenly my eyes stuck into a JS code before bypass Oh boy! </script> blocking the <script> here so again i get my ass back into Edit Set