happi0

Results 3 issues of happi0

add function "zv_remove_double_dots" to fix directory traversal

Directory traversal. Hackers can gain access to a wealth of sensitive information including configuration files. ![image](https://user-images.githubusercontent.com/86256628/186872271-12b858e0-835b-4119-93d8-d21e32b7cad7.png) For example, here I can read my `.bashrc` and `zaver.conf` ![image](https://user-images.githubusercontent.com/86256628/186873163-a520fd47-48ba-44ae-afe1-85b45807f19d.png)

Directory traversal. Hackers can gain access to a wealth of sensitive information including configuration files. For example, here I can read my `/etc/passwd` use `echo -e "GET /../../../../../etc/passwd HTTP/1.0\r\nHost: 127.0.0.1:3000\r\n\r\n"...