Open Miracles666 opened 8 months ago
My cookie was just logged in
@pradeepch99 @dee-see @sw33tLie @unstabl3
Hi @Miracles666, I just tried that on my end and it works for me.
Are you using the _bugcrowd_session cookie? And are you sure you're using the latest version? Thanks
@sw33tLie I am using the latest version, but it does not support private programs. It doesn't give any output.
INFO[0003] Fetching 0 programs...
INFO[0003] bbscope run successfully
@sw33tLie I probably figured out the problem. When I checked the cookies, I saw that the "_crowdcontrol_session" cookie has now been changed to "_crowdcontrol_session_key". This is probably because of this. But even though I used the "_crowdcontrol_session_key" cookie, I still could not pull the data of private programs. Do any changes need to be made in the codes?
Same problem here.
Guys as I said you now need to pass the _bugcrowd_session cookie not _crowdcontrol_session or _crowdcontrol_session_key.
Thanks!
Guys as I said you now need to pass the _bugcrowd_session cookie not _crowdcontrol_session or _crowdcontrol_session_key.
Thanks!
Yeah, I read that part before re testing.
Using that cookie gives the same result as described by other users.
bbscope bc -t "eyJrXXXXXX" -o d
Even using the option to use email and password is not working:
bbscope bc -E myhiddenemail@domain.com -P guessIt -l debug
DEBU[0000] Redirecting to: https://identity.bugcrowd.com/oauth2/auth?client_id...
DEBU[0001] Redirecting to: https://bugcrowd.com/dashboard
INFO[0003] Login OK. Fetching programs, please wait...
truncated
INFO[0004] Fetching 0 programs...
INFO[0004] bbscope run successfully
Hi, sorry for this, it looks very weird. Are you able to use the --proxy http://127.0.0.1:8080 flag to proxy to your burp suite and see which error you're getting? I wonder if it's a 401 or something else...unfortunately I'm unable to reproduce.
Thanks