sw33tLie / bbscope

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

Add category to output for H1 Programs #12

Open meme-lord opened 2 years ago

meme-lord commented 2 years ago

I notice there's a todo beside it after trying to figure out why it wasn't printing the categories so I made this issue. https://github.com/sw33tLie/bbscope/blob/05a283bf335630d834fb714a2cee257c20312005/pkg/hackerone/hackerone.go#L58

meme-lord commented 2 years ago

It seems that running bbscope on h1 too quickly will cause it to return 0 lines but no error message is shown.

root@serv:~/scope# bbscope h1 -u user-t token -c apple -d ~~~ -o tuc | sort -u > h2apple.txt
root@serv:~/scope# wc -l h2apple.txt 
0 h2apple.txt
root@serv:~/scope# bbscope h1 -u user-t token -c apple -d ~~~ -o tuc | sort -u > h2apple.txt
root@serv:~/scope# wc -l h2apple.txt 
403 h2apple.txt

I ran bbscope twice in a short time frame to get a list of all targets to compare and it got 169 new lines so theres some kind of inconsistency between runs which is not ideal.