Using the CIS Center for Internet Security script to verify is your linux host for your containers are configured correctly. This nice script checks for dozens of common best-practices around deploying Docker containers in production. It is a public avail […]
yum update security check script
simple bash script to check for missing security this is important to make sure your linux is updated here is the script:
check local administrator group
We needed a way to know if anyone has added itself to the Local Administrator group on any servers. So I wrote this script and setup on schedulle task to run each hour. In case any changes happen on the […]
NTFS ACL Behaviour
NTFS ACL Behaviour If propagate from parent is checked the original folder permissions will totally be replaced by the new parent settings. example: Directory c:tempjoe permissions: joe RW , smith R Copid to c:tempnew already set permissions: joe R, smith […]
Setup Fail2Ban
How to Install fail2ban on CentOS RedHat Reference to my original post here Make sure you have the repo darg for CentOS/RedHat # yum install fail2ban # chkconfig –add fail2ban # chkconfig fail2ban on # vim /etc/fail2ban.conf [DEFAULT] background = […]
Crack Wep
I have cracked WEP from my own AP, I found amazing how easy it can be done. So DO NOT TRUST in just WEP.Using kismet and aircrack-ng I was able to crack in less then 20min. p.s. For those lammers […]