Using Powershell as APT The other day I just got an idea for some Powershell script that could serve as an APT (advanced persistent thread) in a victims PC/network. The basic idea is to have the script scheduled on a victims machine and daily let it contact a constantly changing URL. If there is an […]
Month: October 2016
TMUX in Edgerouter
I like to have a nice terminal environment – also on my Edgerouter. With a few modifications to my original article http://www.cron.dk/tmux/ this is possible. One big advantage is that if you loose SSH connection, you will always continue where you left. I also like having my current configuration in one tab, while doing configuration in another. […]
TMUX terminal
A nice linux terminal environment I always want to have a nice environment when I log into my linux boxes. One way to achieve this is to use TMUX, It allows me to customize the terminal and keep all my sessions, if I loose my connection to the box. Here is a screen dump of one of my boxes from […]
Edgerouter and Chromecast
Chromecast crossing subnets This article is based on a long thread in the ubnt forums, but I just boiled it down to making it work in my environment… It’s a continuation of my Edgerouter Security series. Clients use mDns (a dynamic decentralized dns mechanism) to find the Cromecast. The Edgerouters mdns repeater needs to be enabled […]
Edgerouter PPTP client
Setting up a PPTP tunnel to a VPN provider. My goal in this blogentry is to set up a permanent open PPTP tunnel to a VPN provider. I am going to set up a couple of internal clients in my network to always be tunneled through this provider. The first step set up a basic tunnel […]
IPv6 Certification
I just spend a day refreshing my knowledge about bind and combining it with some new IPv6 information 🙂 I hope everyone will move in this direction! The internet needs people to move… I encourage all of you to take this certification. It’s fun 🙂
Edgerouter, IPv6
Adding IPv6 to the Edgerouter My goal was to set up IPv6 on my Edgerouter with tunnelbroker.net because my ISP doesn’t support IPv6. There are a lot of nice instructions on the internet how to get a /64 network routed into one Edgerouter interface. But I found very little information on getting several /64 networks to […]
Edgerouter Security, Part5
OpenVPN Now i want to setup an OpenVPN server on my Edgerouter. I am feeling pretty nervous about just securing this with a username and password. I want to be able to connect to my network from a PC I don’t trust 100%. The way to do this is by using a combination of a […]