Philipp Winter
Philipp Winter
**Actual behavior** Consider the Go program main.go and its corresponding Dockerfile (both listed below). Using kaniko in version 1.7.0, two subsequent reproducible builds using the command listed below result –...
In addition to one-off scans, it would be great to have support for continuous scanning. `exitmap` should then download the hourly consensus and have a smart way to scan new...
It should be possible to pass parameters to modules. For example, the DNS module could then be invoked with custom domains and their according IP addresses: ``` exitmap dns -d...
Test coverage is almost zero at this point, which means that there's quite a bit of code that has never been executed.
Sometimes, the following warning message shows up: `2015-08-13 10:57:43,703 [WARNING]: Failed to attach stream because: Unknown circuit "870"` It is not clear why the circuit was unknown to Stem. Was...
We might also want to be able to submit reports to OONI's collector.
Sometimes, exitmap won't delete all temporary pymp directories in /tmp/. This might only happen in case of a non-clean shutdown. Either way, it should be fixed.
Exitmap seems to crash whenever "too much" is done over a circuit. It's not clear what "too much" means, exactly. It has happened with a module that fetched several X.509...
We should investigate to which degree we can use Tor Browser programmatically instead of just mimicing its request headers. That would help us detect attacks that target Tor Browser.
We should log the exit relays for which we were unable to create circuits during a scan. Perhaps this information should even be logged to disk, so it's easier to...