programs-watcher icon indicating copy to clipboard operation
programs-watcher copied to clipboard

Not working.

Open plavanabond opened this issue 1 year ago • 3 comments

Not receiving any updates since last week. Any issue with the app?

plavanabond avatar Sep 02 '24 17:09 plavanabond

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.

Money-1 avatar Sep 22 '24 13:09 Money-1

It's because this script get data from somewhere else which has bug:

https://github.com/Osb0rn3/bugbounty-targets/issues/6

Sh4d0wHunt3rX avatar Dec 22 '24 11:12 Sh4d0wHunt3rX

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

abdollahianali avatar Feb 04 '25 17:02 abdollahianali