Skip to content

Add browability.py module

Corl3ss requested to merge Corl3ss/exitmap:master into master

Add browsability.py module to exitmap.

This module attempts to fetch a web page via its URL, or IP address if URL failed. It also check the obtained content. It may result in :

  • confirming the DNS misconfiguration of an exit: if URL failed but IP succeeded
  • raising a problem of browsability with an exit : if URL and IP failed (DNS misconfiguration not excluded also)
  • detecting other misconfiguration or altered content : if content is not as expected

Closes #2 (closed).

Edited by Georg Koppen

Merge request reports

Loading