ronin-agent-php is a ronin agent written in PHP.
ronin agents are programs that can be deployed to systems for defensive purposes (ex: telemetry) or offensive purposes (ex: post-exploitation).
- Uses a JSON RPC protocol
- Supports TCP server, TCP connect back, and a HTTP server.
- Allows opening/reading/writing files, controlling processes, executing commands, opening TCP/UDP sockets, querying DNS, etc.
- Only uses code in the PHP stdlib.
- Supports PHP 4 and above.
$ php agent.php
usage: php agent.php {--http PORT [HOST] | --listen PORT [HOST] | --connect HOST PORT}
- Fork It!
- Clone It!
cd ronin-agent-php
bundle install
git checkout -b my_feature
- Code It!
- Test It!
git push origin my_feature
ronin-agent-php - A ronin agent written in PHP.
Copyright (c) 2007-2021 Hal Brodigan (postmodern.mod3 at gmail.com)
ronin-agent-php is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ronin-agent-php is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with ronin-agent-php. If not, see https://www.gnu.org/licenses/.