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 a Ronin::Payloads::PerlPayload class #131

Closed
postmodern opened this issue Jun 30, 2024 · 1 comment
Closed

Add a Ronin::Payloads::PerlPayload class #131

postmodern opened this issue Jun 30, 2024 · 1 comment
Assignees
Labels
feature New Feature payloads-api Payloads API
Milestone

Comments

@postmodern
Copy link
Member

postmodern commented Jun 30, 2024

Add a PerlPayload base class for all perl payloads. It should set encoder_class PerlEncoder and define a .payload_type method which returns :perl. Also update Ronin::Payloads::CLI::Printing to add a perl: 'Perl' mapping.

It must also define a to_command method which wraps the Perl payload in a perl -e "..." command.

@postmodern postmodern added feature New Feature payloads-api Payloads API labels Jun 30, 2024
@postmodern postmodern added this to the 0.3.0 milestone Jun 30, 2024
@postmodern postmodern self-assigned this Aug 9, 2024
@postmodern
Copy link
Member Author

Implemented by 21ca34b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature payloads-api Payloads API
Projects
None yet
Development

No branches or pull requests

1 participant