Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more options to the ronin new script command #151

Open
5 tasks
postmodern opened this issue Feb 5, 2023 · 0 comments
Open
5 tasks

Add more options to the ronin new script command #151

postmodern opened this issue Feb 5, 2023 · 0 comments
Assignees
Labels
command-option A command option feature New Feature

Comments

@postmodern
Copy link
Member

postmodern commented Feb 5, 2023

Add more options for adding various boilerplate code to the new Ruby script.

  • --tcp-connect for tcp_connect(host,port)
  • --udp-connect for udp_connect(host,port)
  • --http-connect for http_connect(host,port) do |http| or http_connect_uri(url) do |http|
  • --http-get for response = http_get(url, ...)
  • --http-post for response = http_post(url, ...)
@postmodern postmodern added feature New Feature command-option A command option labels Feb 5, 2023
@postmodern postmodern added this to the 2.1.0 milestone Feb 5, 2023
@postmodern postmodern self-assigned this Feb 5, 2023
@postmodern postmodern removed this from the 2.1.0 milestone Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option feature New Feature
Projects
None yet
Development

No branches or pull requests

1 participant