Skip to main content

Posts

Checking for root kits

There are many applications that check for root kits. (A rootkit is a software or hardware device designed to gain administrator-level control over a computer system without being detected. The term implies that the motive of using a rootkit is to perform malicious operations on a target host computing system without the knowledge of the administrators or users of that system. Rootkits can target the BIOS, hypervisor, boot loader, kernel or less commonly, libraries or applications.) From Wikipedia. File Name: Checking for rootkit.pdf File Type: PDF File Size: 797 KB Download Now

New DTS Enterprise Inferface

I been busy redesigning my other website @ dtsenterprise.tech.officelive.com . That is one of the reason I haven't posted a PDF last week. If you ever need to find a PDF that I posted just click the link above that says "Missed a documentation then go to DTS Enterprise Documentation" and it will take you all the PDF that's been.

How To Install and Use Nessus

The Nessus vulnerability scanner is the world-leader in active scanners, featuring high-speed discovery, configuration auditing, asset profiling, sensitive data discovery and vulnerability analysis of your security posture. Nessus scanners can be distributed throughout an entire enterprise, inside DMZs and across physically separate networks. Download the PDF to read more about File Name: How to install and use nessus.pdf Date Created: 06/29/10 File Size: 3210KB Download Now

Penetration Testing in the Real World

Penetration Testing in the real world. If you are tired of “Hacking with Netcat” webcasts or “Penetration Testing with RPC DCOM”, then this movie is for you. It’s a quick reconstruction of a Security Audit that Offensive Security had preformed over a year ago, replicated in our labs. The video is under 20 minutes long, and highly edited attacks rarely go as quickly and smoothly as this. To see the video click the link below: Watch as the user gets access to a MySQL and a Windows Server 2003. Of course this is a controlled environment. Watch Video

Employee monitoring: When IT is asked to spy

By Tam Harbert Computerworld - It's 9:00 in the morning, or 3:00 in the afternoon, or even 10:00 at night. Do you know what your users are up to? More than ever, IT managers can answer "Oh, yes" to that query. As corporate functions, including voice and video, converge onto IP-based networks, more corporate infractions are happening online. Employees leak intellectual property or trade secrets, either on purpose or inadvertently; violate laws against sexual harassment or child pornography; and waste time while looking like they are hard at work. In response -- spurred in part by stricter regulatory, legal and compliance requirements -- organizations are not only filtering and blocking Web sites and scanning e-mail. Many are also watching what employees post on social networks and blogs, even if it's done from home using noncompany equipment. Read More ...

Apache Setup (Part 2)

In the previous PDF (Apache Setup (Part 1)) I explained on how to install Apache web server. On this PDF Apache Setup (Part 2) I will show how secure apache and install the modules. In the PDF there is example about limiting apache. Example: Limiting Apache User Rights One of the biggest offenders is the root user. This can lead to some serious issues or say both Apache and MySQL are run by the same user/group. If there is a hole in one, it can lead to an attack on the other. The best scenario is to make sure Apache is run as the user and group apache. To make this change, open the httpd.conf file and check the lines that read. User Group Change these entries to: User apache Group apache if you get any errors indicating the group or user does not exist, you’ll have to create them.   File Name: Apache Setup (Part 2).pdf Date Created: 06/15/10 File Size: 1106KB Download Now

Apache Setup (Part 1)

To start apache is an open source web servers that can use local or commercial use for free under the GNU license. Setting up a web and an ftp server comes useful in any business. It can keeps the employees inform, employees can do purchase orders, IT asset tracking, and etc. Whatever the situation a web server can provide entertainment, social interaction, or web application. The apache will be installed in a Linux OS. Download the PDF to read more. File Name: Apache Web Server.pdf Date Created: 06/08/10 File Size: 1256 KB Download Now