Hi,

I am a beginner with Kali Linux. I start with learning from Kali Training official web. I am now on chapter 5 and I have a problem with Exercise 5-4.

I follow the instruction to download masscan-web-ui. It was successfully downloaded. However, when I tried to move the directory with the following command, it did not work.

$mv masscan-web-ui/* /var/www/html/

I have tried with sudo mv, also doing on the GUI mode, try to cut and paste, it also did not work. I have change the directory permission with chmod into all read and write. Still not working.

The error message is as follows:

$ mv /masscan-web-ui/* /var/www/html/
mv: cannot stat '/masscan-web-ui/*': No such file or directory

Appreciate if anybody could help me with this.

Thank you.
Richard