Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 811 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 811 Bytes

sdstatus

This is a tool to check the status of SecureDrop instances by making requests to the /metadata API endpoint.

The list of sites to check can be supplied on the command line. By default, the script will use the SecureDrop directory API endpoint at securedrop.org.

System requirements

You must have Tor running with a SOCKS proxy at port 9050 in the system.

How to build?

  • cargo build

Usage

Run sdstatus --help for full instructions.

Output format

By default the tool prints JSON output on standard output. It is a list of dictionaries reporting whether the site was available, any error encountered, and if none was, the site's metadata, including the SecureDrop version, journalist GPG key fingerprint, and supported languages.

License: GPLv3+