├── CNAME ├── _config.yml ├── .well-known └── security.txt └── index.html /CNAME: -------------------------------------------------------------------------------- 1 | securitytxt-expired-test.b5n.sh -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | include: [".well-known"] 2 | -------------------------------------------------------------------------------- /.well-known/security.txt: -------------------------------------------------------------------------------- 1 | Contact: mailto:security@brntn.me 2 | Expires: 2023-01-01T00:00:00.000Z 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |The security.txt for this domain is expired
12 | 13 | 14 | --------------------------------------------------------------------------------