Skip to content

Latest commit

 

History

History

README.md

Rust

Instructions

These POCs can be executed using the following command:

rustc commenting-out.rs -o commenting-out
./commenting-out

where commenting-out is substituted for the relevant POC. Vulnerable code viewers for reviewing the source code can be found in the parent README.

Validation

Commenting-Out

  • Confirmed working on rustc v1.53.0 (MacOS), but throws unused variable warning

Stretched String

  • Confirmed working on rustc v1.53.0 (MacOS)

Invisible Function

  • Does not work on rustc v1.53.0 (MacOS) - throws unknown token error

Homoglyph Function

  • Confirmed working on rustc v1.53.0 (MacOS), but throws mixed_script_confusables warning