sw33tLie / bbscope

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

invalid username or token error? #7

Closed Phoenix1112 closed 3 years ago

Phoenix1112 commented 3 years ago

hello. thanks for this project.. i did create api token on hackerone..

this is my bbscope command:

bbscope h1 -t "token-here" -b -o t

but after doing this i get "invalid username or token" error.

invalid

Phoenix1112 commented 3 years ago

i understand to problem. The image below is taken from the bbscope homepage. I used one of the commands used on the main page when reporting the problem above. But what is missing from the commands on your homepage is the -u parameter. After adding the hackerone username along with the -u parameter to the command, bbscope did not give any error. please rearrange the command on your homepage.

image

sw33tLie commented 3 years ago

Hi there, thanks for opening this issue. You're absolutely right, the username flag is now mandatory for h1 and we definitely can make it more obvious for our users. Update: Done it here