Open meme-lord opened 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.
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