Eco allows you and your team to effortlessly and securely share non-production environment variables, without the overhead of setting up dedicated secrets servers.
UpToDocs scans a Markdown file for PHP code blocks, and executes each one in a separate process.Include this in your CI workflows, to make sure your documentation is always up to date with your code.
[email protected]:~# -- Single-file PHP Shell
[email protected]:~# is a very basic, single-file, PHP shell. It can be used to quickly execute commands on a server when pentesting a PHP application. Use it with caution: this script
A lightweight package to execute commands over an SSH connection
You can execute an SSH command like this:
Ssh::create('user', 'host')->execute('your favorite command');
It will return an instance of Symfon