An open API service indexing awesome lists of open source software.

https://github.com/joaoviictorti/symfony-exploit

Symfony Fragment Secret Exploit
https://github.com/joaoviictorti/symfony-exploit

exploitation-framework rust symfony-exploit

Last synced: 10 months ago
JSON representation

Symfony Fragment Secret Exploit

Awesome Lists containing this project

README

          

# symfonysecret




- [Overview](#overview)
- [Usage](#usage)
- [Compile](#compile)
- [Details](#details)

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

# Usage

- To use, just specify the following parameters:
```sh
symfonysecret -u --secret --command "id"
```

# Compile
```sh
cargo build --release
```

# Details

```
Symfony Fragment Secret Exploit

Usage: symfonysecret --url --secret --command

Options:
-u, --url Insert URL
-s, --secret Insert secret
-c, --command Insert command
-h, --help Print help
-V, --version Print version
```