ronin-rb / ronin-agent-node

A ronin agent written in node.js
https://ronin-rb.dev
GNU General Public License v3.0
0 stars 0 forks source link

Add a build script #5

Open postmodern opened 2 years ago

postmodern commented 2 years ago

Add a build script that generates a pre-configured agent.rb file that will connect back to a given host or listen on a given port. The script must accept command-line options (ex: -o path/to/agent.rb). This will also allow us to split lib/agent.rb into smaller files that are concatenated together.