Sponsored Content
Full Discussion: Linux FAQ Items
Operating Systems Linux Gentoo Linux FAQ Items Post 302088359 by prashant_ohol on Monday 11th of September 2006 05:57:24 PM
Old 09-11-2006
CPU & Memory do know what a rootkit is?

Hi,

Rootkit scanner is scanning tool to ensure you for about 99.9%* you're clean of nasty tools. This tool scans for rootkits, backdoors and local exploits.

A root kit is a set of tools used by an intruder after cracking a computer system. These tools can help the attacker maintain his or her access to the system and use it for malicious purposes. Root kits exist for a variety of operating systems such as Linux, Solaris, and versions of Microsoft Windows.

A hacker security tool that captures passwords and message traffic to and from a computer. A collection of tools that allows a hacker to provide a backdoor into a system, collect information on other systems on the network, mask the fact that the system is compromised, and much more. Rootkit is a classic example of Trojan Horse software. Rootkit is available for a wide range of operating systems.

Download rootkit

wget http://downloads.rootkit.nl/rkhunter-1.2.8.tar.gz

tar xvzf rkhunter-1.2.8.tar.gz

cd rkhunter

./installer.sh

Installation done! Smilie

Now lets start the scan

rkhunter -c


bingo Smilie


Prashant Ohol - System Administrator
 

3 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Unix for Dummies FAQ

I have created a small FAQ for the "Unix for Dummies" forum. Hopefully this will be useful, as there are questions which are asked (and answered) repeatedly. <A HREF="http://www.droflet.net/unix_dot_com_faq.html">http://www.droflet.net/unix_dot_com_faq.html (0 Replies)
Discussion started by: PxT
0 Replies

2. Shell Programming and Scripting

awk between items including items

OS=HP-UX ksh The following works, except I want to include the <start> and <end> in the output. awk -F '<start>' 'BEGIN{RS="<end>"; OFS="\n"; ORS=""} {print $2} somefile.log' The following work in bash but not in ksh sed -n '/^<start>/,/^<end>/{/LABEL$/!p}' somefile.log (4 Replies)
Discussion started by: Ikon
4 Replies

3. Post Here to Contact Site Administrators and Moderators

Dead link in FAQ

Dead link from FAQ, then Technical FAQ: Senior Advisor - https://www.unix.com (Was about to suggest that a O/P read this FAQ). (9 Replies)
Discussion started by: methyl
9 Replies
NETWOX(1)						      General Commands Manual							 NETWOX(1)

NAME
netwox - examples/tools of the network library netwib VERSION
The version installed on this system is 5.36.0. IMPORTANT
Manpage do not contain a lot of information. Rather read netwox-5.36.0-doc_html.tgz. SYNOPSIS
netwox number [ parameters... ] netwox number --help netwox number --help2 netwox PRESENTATION
Toolbox netwox helps to find and solve network problems. It provides 222 tools : - udp/tcp clients/servers - spoofing - sniffing - address conversion - etc. Netwox is mainly oriented towards network administrators and security auditors. Some tools are only a simplified implementation, while others are very sophisticated. Netwox is available under the GNU GPL license. DESCRIPTION
number number of the tool to use parameters parameters for the chosen tool number. Parameter --help shows help. Parameter --help2 shows description. When using netwox without number and parameters, it enters interactive help mode. In this mode, the user has to select a category by press- ing a key. Then by choosing a tool number, its corresponding usage is displayed. Note: netwag is easier than interactive help mode. EXAMPLES
netwox 23 --help display simple help for tool number 23 netwox 23 --help2 display full description of tool 23. It also display its description. netwox 23 run tool 23 netwox 23 --extended run tool 23 with --extended parameter netwox 23 -e run tool 23 with -e parameter (synonym for --extended) All the tools are not described in this manpage. Reading netwox-5.36.0-doc_html.tgz is recommended. SEE ALSO
netwib(3) netwag(1) 02/11/2008 NETWOX(1)
All times are GMT -4. The time now is 04:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy