RAJANAGORI / Nightingale

It's a Docker Environment for Pentesting which having all the required tool for VAPT.
https://nightingale.rajanagori.in/
GNU General Public License v3.0
207 stars 29 forks source link

Added Proper working ttyd #24

Closed morpheuslord closed 1 year ago

morpheuslord commented 1 year ago

The existing ttyd is not detected while executing so I add a proper working ttyd in place of the existing ttyd

RAJANAGORI commented 1 year ago

Hi @morpheuslord Thanks for the PR.

Please check the attached image as ttyd is calling from my end. Since, I put all the binaries in the /usr/local/bin directory It will call by only command name.

For your reference, please use the below command after pulling the latest image

docker run -it -p 0.0.0.0:8080:7681 -p 0.0.0.0:8081:8081 -d rajanagori/nightingale ttyd -p 7681 bash

2023-03-12 11_49_24-Added Proper working ttyd by morpheuslord · Pull Request #24 · RAJANAGORI_Nighti

2023-03-12 11_52_43-bash (84e6bfd52d62) and 4 more pages - Personal - Microsoft​ Edge

RAJANAGORI commented 1 year ago

Additionally, If you remove the highlighted code, then it will not call all the other binaries which are saved in the binary folder in parent directory,

2023-03-12 12_00_37-Added Proper working ttyd by morpheuslord · Pull Request #24 · RAJANAGORI_Nighti

image

morpheuslord commented 1 year ago

I noticed a recurring issue while running the ttyd application which was the application was not found but I guess it was the port issue maybe I don't know 🤷‍♂️

RAJANAGORI commented 1 year ago

I noticed a recurring issue while running the ttyd application which was the application was not found but I guess it was the port issue maybe I don't know 🤷‍♂️

Is it working? If not, please let me know I will surely help you :)

morpheuslord commented 1 year ago

I noticed a recurring issue while running the ttyd application which was the application was not found but I guess it was the port issue maybe I don't know 🤷‍♂️

Is it working? If not, please let me know I will surely help you :)

It was not working but after I deleted everything and re-did all of it and it started working with no issues. before I did the reinstall the update I mentioned worked while the error was being seen

RAJANAGORI commented 1 year ago

Awesome !! Closing this PR. Happy Bug Hunting !!