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
- Host: GitHub
- URL: https://github.com/joaoviictorti/symfony-exploit
- Owner: joaoviictorti
- Created: 2023-10-06T02:07:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T21:51:09.000Z (over 2 years ago)
- Last Synced: 2025-04-08T12:51:48.920Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```