| Crates.io | sectxt |
| lib.rs | sectxt |
| version | 0.3.2 |
| created_at | 2020-07-05 11:42:54.503536+00 |
| updated_at | 2025-07-31 20:31:47.918615+00 |
| description | A tool for working with security.txt files as specified in RFC 9116 |
| homepage | https://github.com/eikendev/sectxt |
| repository | https://github.com/eikendev/sectxt.git |
| max_upload_size | |
| id | 261566 |
| size | 65,240 |
sectxt lets you work with security.txt files on the command line.
RUSTFLAGS="--cfg tracing_unstable" cargo install sectxt
Please refer to issue #15 for details.
Feed sectxt a list of domains and it tells you which of them implement RFC 9116 correctly.
sectxt < domains.txt
The idea was shamelessly stolen from inspired by haksecuritytxt.
The main motivation was to play around with Rust's new async/await syntax and learn something new.
Besides, sectxt enforces stricter checks against the RFC 9116.