13 releases
0.2.1 | Mar 12, 2023 |
---|---|
0.1.3 | Mar 5, 2023 |
0.0.11 | Jul 12, 2022 |
0.0.10 | May 30, 2021 |
0.0.7 | Jul 10, 2020 |
#270 in Command line utilities
106 downloads per month
39KB
727 lines
sectxt
The security.txt standard helps us make the Internet more secure.
sectxt lets you work with security.txt files on the command line.
🚀 Installation
cargo install sectxt
📄 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.
Dependencies
~16–24MB
~476K SLoC