Categories
Uncategorized

Free Port forwarding/Tunneling Services

Public URL’s for exposing your webserver / free port forwarding https://ngrok.com/ https://portmap.io/ https://localtunnel.github.io/www/ http://pagekite.net/ These are also apparently tunneling services frequently used by attackers to evade defences. via @pmelson

Categories
football

Best Football Chants

Da…Da…Da da da da…Gini Wijnaldum Si Senor (Orginal I think) https://www.youtube.com/watch?v=cU8CAdO8cD8 Si Senor (Something that the kop want you to know…) Ya ya ya ya…Toure https://www.youtube.com/watch?v=Hsbg9NiMRzk Now the Kolo…version Will Griggs on Fire  

Categories
DevOps

Install Netbox on Ubuntu 18.04

You can try using the doc’s on installation on netbox read the docs, however I think it is better to use the link below: Install Netbox on Ubuntu 18.04

Categories
DevOps Kong

Kong: Failure to get a peer from the ring-balancer

Ever seen this error when calling a kong endpoing or making an http request served by kong: HTTP/1.1 503 Service Temporarily Unavailable Connection: keep-alive Content-Length: 59 Content-Type: application/json; charset=utf-8 Date: Wed, 28 Aug 2019 08:08:01 GMT Server: kong/0.14.1 { “message”: “failure to get a peer from the ring-balancer” } What does it mean? It means […]

Categories
auto-remediation DevOps stackstorm

Stackstorm using Configuration variables in python runner actions

What do you do when you don’t want a caller of the api to know the connection credentials to a service on stackstorm? But also don’t want to have to set these variables in the environment when calling the action from a rule? You should use pack configuration Setup your Pack Config Schema You need […]