brightio

Results 9 comments of brightio

Thank you very much for your kind words @robertstrom!! Indeed I have noticed this bug on some very old machines. The problem is that an upgraded shell (PTY) on these...

Thank you @darkness2020! You can upgrade a windows shell to PTY manually with that: https://github.com/antonioCoco/ConPtyShell. Penelope can handle that kind of shell. I am working to make it automated. Currently...

Thank you very much for the suggestion @darrenmartyn! I will try this for a while to see how it will go.

@darrenmartyn, I tried the script method and while the shell works, some menu commands like the 'upload' have unexpected behaviour. Once I resolve that, I am thinking to put script...

Hello @robertstrom and thanks again for your kind words :D Yes I noticed this issue while I was trying to fix the #11 bug you reported on "CentOS release 5.6...

I am glad that worked! It is in my future plans to implement something like `run linpeas` which will automatically: 1. Download the latest version of Linpeas 2. Upload it...

The above functionality is almost completed. You can now run: `task ./` And get the output in a local file in real time while you can still interact with the...

Hi @darrenmartyn, I put the method you suggested as an alternative to python. More specifically this is the order now: python3, python, script, socat The reason I put the python...

Hey there! Only the first change is inside comments, the other changes are not. At the moment I don't have any additional functionality or bug fix to provide. If you...