austinhartzheim / secret-ctf

1 stars 1 forks source link

Bug Hunting: Rust program. #6

Open austinhartzheim opened 7 years ago

austinhartzheim commented 7 years ago

Exposes participants to the Rust language, which is very interesting from a security perspective, and helps them learn about bug hunting.

Done when:

austinhartzheim commented 7 years ago

One idea might be to exploit a bug in an HSTS implementation. The Servo implementation seems pretty readable: https://github.com/servo/servo/blob/master/components/net/hsts.rs