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

Multiple Terminals for Reverse Shell and interactive terminals #90

Open
isamu-isozaki opened this issue Oct 30, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@isamu-isozaki
Copy link

isamu-isozaki commented Oct 30, 2024

Hi! My understanding is that hackingbuddygpt is optimized for privilege escalation so didn't need to integrate this but I think if we are going for autopentesting we need multiple terminal support for say reverse shell and interactive terminals for like su(the ssh may not be enough since sometimes we want to change user to a user which cannot be connected via ssh). I think auto-pen-bench already has some starter code to enable this

@andreashappe andreashappe added the enhancement New feature or request label Oct 31, 2024
@andreashappe
Copy link
Member

hi @isamu-isozaki , the origins of hackingbuddygpt were in priv-esc, but we've been expanding in other areas so this is very relevant to us (;

@isamu-isozaki
Copy link
Author

@andreashappe makes sense! I think for this, we might need to switch/add option for paramiko/pexpect since at least in fabric I don't think it can handle the interactive terminal part. For multiple terminals, honestly I'm not sure the best way to handle it in terms of input to llms.
For now, I plan to just play around with auto-pen-bench after adding vagrant to it and see how they might handle multi terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants