Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

Bug Bounty Writeups

How I got an XSS before everyone Else 본문

카테고리 없음

How I got an XSS before everyone Else

SICKSEC 2021. 3. 18. 02:09

Hello Hackers

 

When it comes to bug bounty thinking out of the box is a crucial otherwise you will get a lot of dupes and it will waste your time

 

Last Month I have subscribed in findomain.app

 

Advanced, automated and modern recon

The complete reconnaissance solution for enterprises and cybersecurity specialists.

findomain.app

and I wanted to test it out since it offers some pretty decent features based on the price so I took a list of my domains and parsed them and forgot about them

 

One day I woke and I saw 2 new domains in a public program that looked really juicy I opened them and they were IIS with a login portal so I wanted to login and since my email was not in the corporation I was redirected to an link that looks like 
https://redacted.com/Home/Error.aspx?msg=You are not autorized

The message was reflected in the body, and since I'm very weak at XSS and client side vulnerabilities
luckily I saw the Wappalyzer and it shows that the website has IIS and Angular1.16

I jumped into AllPayloads Things-AngularXSS and tried the first Payload and it worked for both the domains x)

 

I jumped and reported it and I got rewarded $$$ each

 

Takeway

 

Automation is key, always automate the boring process with your own way (You may find things other don't)

 

What Could I have done?

 

After the bugs got fixed and I told a friend about it he mentioned that the program use's wide domain cookie which I could escalate for an ATO and I felt so bad since I could have got more than what I got