Skip to content

Commit

Permalink
add payload generator and invoker (invoker.php)
Browse files Browse the repository at this point in the history
this script uses the generated slim header (build/xzre.h) to build payloads and run them
  • Loading branch information
smx-smx committed Apr 18, 2024
1 parent 45f707e commit ca377b1
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "smx-smx/xzre",
"autoload": {
"psr-4": {
"Smx\\Xzre\\": "src/"
}
},
"authors": [
{
"name": "Stefano Moioli",
"email": "[email protected]"
}
],
"require": {
"phpseclib/phpseclib": "~3.0"
}
}
246 changes: 246 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca377b1

Please sign in to comment.