sectxt

Crates.iosectxt
lib.rssectxt
version0.3.0
sourcesrc
created_at2020-07-05 11:42:54.503536
updated_at2024-04-13 14:10:08.385717
descriptionA tool for working with security.txt files as specified in RFC 9116
homepagehttps://github.com/eikendev/sectxt
repositoryhttps://github.com/eikendev/sectxt.git
max_upload_size
id261566
size57,702
eikendev (eikendev)

documentation

README

sectxt

The security.txt standard helps us make the Internet more secure.

sectxt lets you work with security.txt files on the command line.

Build status  License  Version  Downloads 

🚀 Installation

RUSTFLAGS="--cfg tracing_unstable" cargo install sectxt

Please refer to issue #15 for details.

📄 Usage

Feed sectxt a list of domains and it tells you which of them implement RFC 9116 correctly.

sectxt < domains.txt

👮 Acknowledgments

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.

Commit count: 143

cargo fmt