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;

View File

@ -13,6 +13,7 @@
<script language="JavaScript">
document.write('<a href="' + window.location.protocol + '//' + window.location.hostname + ':64294' + '" target="_blank" class="btn">Cockpit</a> ' );
</script>
<a href="/cyberchef/" target="main" class="btn">CyberChef</a>
<a href="/myhead/" target="main" class="btn">ES Head</a>
<a href="/kibana" target="main" class="btn">Kibana</a>
<a href="/spiderfoot/" target="main" class="btn">Spiderfoot</a>