brightio / penelope

Penelope Shell Handler
GNU General Public License v3.0
677 stars 93 forks source link

Invalid shell from * #5

Closed NirLevy98 closed 3 years ago

NirLevy98 commented 3 years ago

Hi When I am trying to connect to the shell through Linux ubuntu 5.11.0-34-generic (using fish shell), it is writing to me: "Invalid shell from"

brightio commented 3 years ago

Hello @NirLevy98, thank you very much for your feedback. Could you please tell me more information about this? Also a tcpdump capture would help me identify the issue.

NirLevy98 commented 3 years ago

Hi,

I added an image that describe my problem image

brightio commented 3 years ago

This is normal as you haven't specified the program that you want ncat to execute. You must add -e /bin/bash to your ncat command. Please try and tell me the outcome. Thanks!