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

Create pwnrunner tool? #60

Open
C0deH4cker opened this issue Oct 21, 2024 · 0 comments
Open

Create pwnrunner tool? #60

C0deH4cker opened this issue Oct 21, 2024 · 0 comments
Assignees
Milestone

Comments

@C0deH4cker
Copy link
Owner

C0deH4cker commented Oct 21, 2024

Useful by players during a ctf.

Usage:

pwnrunner ./challenge-binary will run the challenge binary in the correct environment (libc/ld/cwd)

Should also have a variant to run w/ GDB, like pwnrunner --debug ./challenge-binary? Maybe one variant will run under GDB, and another variant will run a gdbserver with the provided port? How about pwntools integration?

Should some minimal info be embedded in challenge binaries? Like Ubuntu version and PwnableHarness version? Then the pwnrunner script could extract these from the binary to always load the correct environment.

What about challenges with custom Dockerfiles? #14 is related. Perhaps should just use published Docker images instead? Maybe with #24 to support debugging?

@C0deH4cker C0deH4cker added this to the v2.2 milestone Oct 21, 2024
@C0deH4cker C0deH4cker self-assigned this Oct 21, 2024
@C0deH4cker C0deH4cker modified the milestones: v2.2, v2.3 Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant