Zander Work

Results 20 issues of Zander Work

**Site Info (no URL)** Grief **Is the site currently online?** Yes

Right now, only the victim organization name is grabbed. We should grab the full text of the post on the leak site, along with a screenshot. The screenshot should be...

enhancement

This would require significantly re-architecting this, and maybe belongs in a separate project, but a web interface to see the current list of victims and stats for the different sites...

Sometimes the actors add new victims in batches (10 or more occasionally), instead of one or two regularly. A summary notification instead of spamming with new victim notifications may be...

enhancement

https://hub.docker.com/r/tmiklas/alpine-tor-gw

enhancement

Just like the site link is included in a Site Down notification, the victim page link should be included in the Victim Removed notification. This will make it easier to...

enhancement

If there are errors notifying, we still want to notify on them. Add some new cols to the DB to track if a new victim was notified or removed victim...

enhancement

If a site goes down while the page is being scraped, a condition may exist where a partial list of victims is aggregated and then notifications are sent out for...

bug

Right now, the config parsing just (safely) deserializes the YAML file and provides a dictionary with the values. Ideally, this would be parsed into classes and allow safer, guaranteed values...

``` swift run -c release FuzzilliCli ... --storagePath=~/fuzz_out --importCorpus=~/fuzz_corpus ... ``` this throws a directory not found error, but if i manually expand it to `/home/user/fuzz_out`, etc, it works properly....