sw33tLie / bbscope

Scope gathering tool for HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi!
Apache License 2.0
1.01k stars 145 forks source link

BC sope #5

Closed ipk1 closed 3 years ago

ipk1 commented 3 years ago

hi, I am not a GO expert but played around with your code i noticed that by replacing "react-component-researcher-target-groups" to ".cc-rewards-link-table__endpoint" in bugcrowd.go yields more results, kindly have look.

thanks

sw33tLie commented 3 years ago

Thanks for opening this issue, appreciate it! I'll check it out shortly :)

sw33tLie commented 3 years ago

Hi again @ipk1, apologies for the delay. I tried to change the code according to what you said but now it's not finding anything at all. Just to make sure, you changed like 91 to something like this, right?

doc.Find(".cc-rewards-link-table__endpoint").Each(func(index int, s *goquery.Selection) {

Did you change anything else to make the code work? Thanks

ipk1 commented 3 years ago

Hey, yeah i changed that to ".cc-rewards-link-table__endpoint" , it works for me however i changed in the forked version, you can have a look at https://github.com/ipk1/test/ , I might have changed something else not sure exactly ... sorry

thanks

sw33tLie commented 3 years ago

Hey there, apologies for not replying earlier. I took a look at the code and I believe that now it works much better for bugcrowd, finding more scope elements. Let me know if you still have issues or not :) Thanks