add cyberchef as tool

This commit is contained in:
listbot
2018-07-12 09:03:33 +00:00
parent 3516520d2d
commit d91714cdf2
4 changed files with 61 additions and 0 deletions

View File

@ -106,6 +106,12 @@ server {
rewrite /myhead/(.*)$ /$1 break;
}
### CyberChef
location /cyberchef {
proxy_pass http://127.0.0.1:64299;
rewrite ^/cyberchef(.*)$ /$1 break;
}
### spiderfoot
location /spiderfoot {
proxy_pass http://127.0.0.1:64303;