exitmap icon indicating copy to clipboard operation
exitmap copied to clipboard

Log which circuits failed during scan.

Open NullHypothesis opened this issue 9 years ago • 3 comments

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 later find relays for which circuits failed repeatedly.

NullHypothesis avatar Aug 25 '15 15:08 NullHypothesis

I want to try this one. How do I go about this?

s4chin avatar Mar 16 '16 07:03 s4chin

When a circuit to an exit relay cannot be created, it raises an exception here: https://github.com/NullHypothesis/exitmap/blob/master/src/exitmap.py#L394 I would keep track of all failed circuits, and print them once exitmap is finished.

NullHypothesis avatar Mar 19 '16 23:03 NullHypothesis

Hello, it's been a while since I've helped work on this project. I'd love to contribute another PR. Is there already a function that runs at the end of the "mapping" process or would one need to write this?

frankcash avatar Sep 28 '16 18:09 frankcash