/symfony-exploit

Symfony Fragment Secret Exploit

Primary LanguageRust

symfonysecret

Overview

symfonysecret is a proof of concept for exploring the Symfony framework using secret 🦀

Usage

  • To use, just specify the following parameters:
symfonysecret -u <URL> --secret <SECRET> --command "id"

Compile

cargo build --release

Details

Symfony Fragment Secret Exploit

Usage: symfonysecret --url <URL> --secret <SECRET> --command <COMMAND>

Options:
  -u, --url <URL>          Insert URL
  -s, --secret <SECRET>    Insert secret
  -c, --command <COMMAND>  Insert command
  -h, --help               Print help
  -V, --version            Print version