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

Using VNC but TheFatRat thinks I am using an SSH Connection. #601

Closed
OttomanZ opened this issue Mar 28, 2021 · 2 comments · May be fixed by #626
Closed

Using VNC but TheFatRat thinks I am using an SSH Connection. #601

OttomanZ opened this issue Mar 28, 2021 · 2 comments · May be fixed by #626

Comments

@OttomanZ
Copy link

I am using a kali install on Debian on a VPS, and tried to install the fat rat using ssh @screetsec but it said that ssh is not supported
go with vnc so I started up my vncserver and now it is still saying the same thing,
I went into the setup.sh file and found this line of code

if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
  echo "[remote]"
echo ""
    echo -e "$red" "Fatrat & Setup does not work over a remote secure shell ."
    echo ""
echo -e "$green" "If you want to Install Fatrat on a remote computer then "
echo -e "$green" "use a remote desktop connection like rdesktop or vnc) "
echo ""
echo -e "$green" "Press [ENTER] key to exit"
read -r abor
exit 1

But this does not seem to working properly does it as I was clearly using a VNC Connection. There should be a work around this, problem as using TheFatRat on a VPS even with VNC is just not working.
Hope this is cleared sooner.
:)

@OttomanZ
Copy link
Author

I have solved the Issue you can see that on my repo https://github.com/OttomanZ/TheFatRat
by removing the following code block it seems that TheFatRat seems to work and some other stuff ofcourse.

@OttomanZ
Copy link
Author

@everyone Note that the Installation Steps are the same :)

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

Successfully merging a pull request may close this issue.

1 participant