Not working.
Not receiving any updates since last week. Any issue with the app?
Yep is literally not working anymore I thought I had some issues. After restarting , delete and redownload its still the same. My last updated was on 21st of august 2024. That's it no more updates.
It's because this script get data from somewhere else which has bug:
https://github.com/Osb0rn3/bugbounty-targets/issues/6
there is no in_scope in target-Object.
to fix that :
if program: for target in program.get("target_groups", []): if target.get("in_scope") is False: for item in target.get("targets", []): dataJson["outOfScope"].append(item.get("name", "Unknown Target")) else: for item in target.get("targets", []): dataJson["inScope"].append(item.get("name", "Unknown Target"))
in bugcrowd.py