Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add category to output for H1 Programs #12

Open
meme-lord opened this issue Dec 21, 2021 · 1 comment
Open

Add category to output for H1 Programs #12

meme-lord opened this issue Dec 21, 2021 · 1 comment

Comments

@meme-lord
Copy link

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.

Category: "", // TODO

@meme-lord
Copy link
Author

meme-lord commented Dec 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant