vulnhub.com fristileaks1.3

host: 192.168.56.1dhcp-server: 192.168.56.100kali: 192.168.56.101 * log# 2015/12/24 14:45 -> 16:30 (1hr 45min)# 2015/12/25 15:00 -> 17:45 (2hr 45min)# total time = 4hrs 30min* discovery - target* nmap --min-parallelism=100 -sP -T5 192.168.56.0/24* found target: 192.168.56.102* discovery - services* nmap --min-parallelism=100 -A -T5 -p1-65535 192.168.56.102* found ports: 80* enumerate port 80* wget http://192.168.56.102* cat index.html* wget http://192.168.56.102/images/keep-calm.png* wget http://192.

Read More →

Installing OpenVPN 2.2 on CentOS 6.3 64bit

This post is just an update of a previous post that used CentOS 5.7 andOpenVPN 2.2(http://nkush.blogspot.com.au/2011/10/installing-openvpn-22-on-centos-57.html).The basic instructions are the same, however this post uses some newerpackages which may have been relocated to new URLs. Again this blog andthe posts are mostly for my own reference and not intended asstep-by-step instuctions for other systems/network administrators Install RPMForge or RepoForge as it’s now known[1] wgethttp://pkgs.

Read More →

Installing OpenVPN 2.2 on Centos 5.7

OpenVPN is an SSL based VPN. There are other VPN solutions such asIPsec, etc. but OpenVPN provides a cost effective alternative. I likeOpenVPN as it support two-way authentication, i.e. both the client andserver authenticate using certificates. To install OpeVPN on CentOS weneed a number of cryptographic libraries. The simplest way is to use theDAG/RPMForge repository. Set-up the RPMForge repository [1], asthis contains the packages necessary for the installation and theinstructions are provided below.

Read More →

Installing OSSEC on Centos 5.7

OSSEC is an open source host-based IDS that performs log analysis, andis able to correlate and analyse logs for a number of Linux (andWindows, but that is outside the scope of this blog post) servers. Thesoftware architecture of OSSEC and the use of agents, lends OSSEC toflexible deployment and management [1]. Set-up the Atomic repository that already has the appropriate OSSECpackages and install them would be the easiest way.

Read More →