Rewanth Tammana

Results 22 comments of Rewanth Tammana

Your second point isn't valid for all cases, Vasiliy Kulikov But I have made a script which auto-completes the --script-args command. Commited as PR [#4](https://github.com/bonsaiviking/nmap-completion/pull/4)

Hi @sirmalware , How are you trying to run the backend server? With docker or without docker? Can you please try to run it with Docker? Backend server installation steps...

I just tried it online on [Katacoda](https://www.katacoda.com/courses/docker/deploying-first-container). It's working for me. See the last few lines. ![image](https://user-images.githubusercontent.com/22347290/149659255-696483a8-a246-471e-9098-1f8445059688.png)

Okay, I understood your concern. We have two docker containers as part of [BackendServer](https://github.com/rewanthtammana/Damn-Vulnerable-Bank/blob/master/BackendServer/docker-compose.yml). 1. API 2. MySQL As mentioned [here](https://github.com/rewanthtammana/Damn-Vulnerable-Bank/blob/master/BackendServer/docker-compose.yml#L10), API container depends on MySQL container. Until MySQL server...

Not required, if you are using docker.

@hafiz-ng It might be an issue with the version of npm you are using. Try running it using docker. It's preferred for installation & easy to create/destroy resources. [Instructions here](https://github.com/rewanthtammana/Damn-Vulnerable-Bank/tree/master/BackendServer)

There are two cases here: 1. If you are running backend server on local computer, then you need to make sure both your mobile & computer are using the same...

I faced the same issue today. Any suggestions to fix it?

I'm facing same issue with kernel, `5.4.0-1051-aws`

@TyKeeling Working like a charm. Thanks for the help.