<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WEB-NES-BAY &#187; Keystroke Logger</title>
	<atom:link href="http://webnesbay.com/tag/keystroke-logger/feed/" rel="self" type="application/rss+xml" />
	<link>http://webnesbay.com</link>
	<description>Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware</description>
	<lastBuildDate>Sun, 11 Apr 2010 05:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Keylogger in Ubuntu</title>
		<link>http://webnesbay.com/linux-keylogger-in-ubuntu/</link>
		<comments>http://webnesbay.com/linux-keylogger-in-ubuntu/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 07:13:38 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Acoustic Analysis]]></category>
		<category><![CDATA[Debug Mode]]></category>
		<category><![CDATA[download keylogger]]></category>
		<category><![CDATA[Hardware Keyboard]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[install lkl]]></category>
		<category><![CDATA[Key Logger]]></category>
		<category><![CDATA[Keyboard Port]]></category>
		<category><![CDATA[Keylogger]]></category>
		<category><![CDATA[Keystroke Logger]]></category>
		<category><![CDATA[Lkl]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Opensource Software]]></category>
		<category><![CDATA[Self Tests]]></category>
		<category><![CDATA[Simple Steps]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Untar]]></category>
		<category><![CDATA[Unzip]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=882</guid>
		<description><![CDATA[I am searching for a keylogger for Ubuntu Linux. Finally I found it in sourceforge.net. Here are the simple steps for keylogger in ubuntu
What is Keylogger?
Keystroke logger is the practice of noting (or logging) the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that their actions are being monitored. There are numerous keylogging methods, ranging from hardware- and software-based to electromagnetic and acoustic analysis.
keylogger in Linux
We have an opensource [...]


Related posts:<ol><li><a href='http://webnesbay.com/how-to-use-windows-key-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to use Windows Key in Ubuntu Linux'>How to use Windows Key in Ubuntu Linux</a></li>
<li><a href='http://webnesbay.com/how-to-surf-anonymus-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to surf anonymus in ubuntu linux'>How to surf anonymus in ubuntu linux</a></li>
<li><a href='http://webnesbay.com/send-and-receive-hotmail-through-evolution-in-ubuntu/' rel='bookmark' title='Permanent Link: Send and Receive Hotmail through Evolution in ubuntu'>Send and Receive Hotmail through Evolution in ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am searching for a keylogger for Ubuntu Linux. Finally I found it in sourceforge.net. Here are the simple steps for keylogger in ubuntu</p>
<p><strong>What is Keylogger?</strong></p>
<p><strong>Keystroke logger</strong> is the practice of noting (or logging) the keys struck on a keyboard, typically in a covert manner so that the person using the keyboard is unaware that their actions are being monitored. There are numerous keylogging methods, ranging from hardware- and software-based to electromagnetic and acoustic analysis.</p>
<p><strong>keylogger in Linux</strong></p>
<p>We have an opensource software available for Linux called lkl (Linux Key Logger).</p>
<p>LKL is a userspace keylogger that runs under linux&#8211;x86/arch. LKL sniffs and logs everything passes trought the hardware keyboard port (0&#215;60).</p>
<p><a href="http://sourceforge.net/projects/lkl/"><strong>Download key logger here</strong></a></p>
<p><strong>How to Install?</strong></p>
<p><strong>Step 1</strong></p>
<p>Unzip or untar the file you have downloaded</p>
<p><strong>Step 2</strong></p>
<p>Change in to directory by typing<span style="color: #3366ff;"> <span style="color: #0000ff;">cd lkl</span></span></p>
<p><strong>Step 3</strong></p>
<p>Give the below command</p>
<p><span style="color: #0000ff;">./confiure</span></p>
<p>This will check all the required resurces it needs</p>
<p><strong>Step 4</strong></p>
<p>Type `<span style="color: #0000ff;">make</span>&#8216; to compile the package.</p>
<p><strong>Step 5</strong></p>
<p>Optionally, type `<span style="color: #0000ff;">make check&#8217;</span> to run any self-tests that come with the package.</p>
<p><strong>Step 6</strong></p>
<p>Type `<span style="color: #0000ff;">sudo make install</span>&#8216; to install the programs</p>
<p>Now you are done with the installation</p>
<p><strong>How to use?</strong></p>
<p>You can send argument with the command lkl<br />
-h help<br />
-l start to log the 0&#215;60 port (keyboard)<br />
-b debug mode<br />
-k &lt;km_file&gt; set a keymap file<br />
-o &lt;o_file&gt; set an output file<br />
-m &lt;email&gt; send logs to &lt;email&gt;<br />
-t &lt;host&gt; hostname for sendmail. Default is localhost</p>
<p>Example: lkl -l -k us_km -o log.file // use USA kb and put logs in &#8216;log.file&#8217;</p>
<p>Please comment on the same if it doesn&#8217;t works for you</p>


<p>Related posts:<ol><li><a href='http://webnesbay.com/how-to-use-windows-key-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to use Windows Key in Ubuntu Linux'>How to use Windows Key in Ubuntu Linux</a></li>
<li><a href='http://webnesbay.com/how-to-surf-anonymus-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: How to surf anonymus in ubuntu linux'>How to surf anonymus in ubuntu linux</a></li>
<li><a href='http://webnesbay.com/send-and-receive-hotmail-through-evolution-in-ubuntu/' rel='bookmark' title='Permanent Link: Send and Receive Hotmail through Evolution in ubuntu'>Send and Receive Hotmail through Evolution in ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/linux-keylogger-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
