buckyroberts / Turtle

Python reverse shell.
294 stars 146 forks source link

shell hangs or crashes #31

Open YoloSwag4Jesus420 opened 6 years ago

YoloSwag4Jesus420 commented 6 years ago

Hi there when using the shell to run commands that require a confirmation (I.e overwriting a registry key) the shell seems to hang or crash and won't respond unless i start it up again. obviously because they overwrite was never confirmed the key hasn't changed

roccomuso commented 6 years ago

I wrote a working port in Node.js, check it out: alveare

H011YxW00D commented 5 years ago

(I know this is a year old... but just in case:) For writing registry keys use the /f flag at the end. Most windows commands have a skip-confirm feature just review the documentation for whatever command you're wanting to use. Example: reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" /v JavaUpdater /d %TEMP%\jusched.exe /f