shell bypass 403
{
"name": "alexandr-mironov/php8-smpp",
"description": "PHP SMPP client lib, based on fork of onlinecity/php-smpp",
"keywords": ["smpp", "sms", "texting", "gsm"],
"homepage": "https://github.com/alexandr-mironov/php8-smpp",
"type": "library",
"license": "LGPL-2.0-or-later",
"authors": [
{
"name": "Alexandr Mironov",
"email": "alex@hyptrex.com"
}
],
"require": {
"php": "8.*",
"ext-sockets": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpstan/phpstan": "1.4.8"
},
"autoload": {
"psr-4": {
"smpp\\": "src/"
}
}
}