You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: