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
ALLIANCEBANNER(3)					       MBK UTILITY FUNCTIONS						 ALLIANCEBANNER(3)

NAME
alliancebanner - display the standardized Alliance banner ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" void alliancebanner(tool, tv, comment, date, av) char *tool, *tv, *comment, *date, *av; PARAMETERS
tool Name of the tool. This is what will be displayed as banner. tv Tool version. comment Indicates the tool's usefulness. date Copyright dates. av Alliance version. DESCRIPTION
alliancebanner ouputs on stdout a standardized banner with the name of the tool in large letters, and a cartouche containing some informa- tions about the Alliance CAD system. This function is to be used by all the Alliance tools, and expect a display 80 columns wide. EXAMPLE
#include "ba315n.h" #define nfloptitle(name) alliancebanner("nFloP", VERSION, "not a FloorPlan router", "92, 93", ALLIANCE_VERSION) SEE ALSO
alliance(1). DIAGNOSTICS
alliancebanner: Error: Resulting size bigger than 80 columns not allowed The tool argument must be such that its resulting size isn't wider that 80 culumns. This means, since the character set is propor- tional, that the longest name to be output is about 8 characters long. alliancebanner: Error: Character out of [0-9A-Za-z] range The tool parameter has a non allowed character in it. For simplicity purposes, only numbers and letters are accepted. BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 ALLIANCEBANNER(3)
All times are GMT -4. The time now is 10:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy