<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Frequently_Asked_Questions</title><link>https://sourceforge.net/p/pykeylogger/wiki/Frequently_Asked_Questions/</link><description>Recent changes to Frequently_Asked_Questions</description><atom:link href="https://sourceforge.net/p/pykeylogger/wiki/Frequently_Asked_Questions/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Jun 2014 18:22:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pykeylogger/wiki/Frequently_Asked_Questions/feed" rel="self" type="application/rss+xml"/><item><title>Frequently_Asked_Questions modified by nanotube</title><link>https://sourceforge.net/p/pykeylogger/wiki/Frequently_Asked_Questions/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#does-pykeylogger-contain-any-spyware-adware-or-any-other-crapwaremalware"&gt;Does PyKeylogger contain any spyware, adware, or any other "crapware/malware"?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#i-double-clicked-keyloggerexe-or-keyloggerpyw-and-nothing-happened"&gt;I double-clicked keylogger.exe, or keylogger.pyw, and nothing happened.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#where-is-the-logfile"&gt;Where is the logfile?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#i-started-the-keylogger-then-typed-something-and-checked-the-log-file-but-the-logfile-was-empty"&gt;I started the keylogger, then typed something, and checked the log file, but the logfile was empty.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-do-i-stopexitkill-pykeylogger"&gt;How do I stop/exit/kill PyKeylogger?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#i-read-all-the-above-questions-but-pykeylogger-still-appears-not-to-work"&gt;I read all the above questions, but PyKeylogger still appears not to work.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#where-can-i-ask-more-questions"&gt;Where can I ask more questions?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="does-pykeylogger-contain-any-spyware-adware-or-any-other-crapwaremalware"&gt;Does PyKeylogger contain any spyware, adware, or any other "crapware/malware"?&lt;/h1&gt;
&lt;p&gt;Absolutely not. As you can see if you examine the source code, PyKeylogger only does exactly what you want it to - no more, no less. &lt;/p&gt;
&lt;h1 id="i-double-clicked-keyloggerexe-or-keyloggerpyw-and-nothing-happened"&gt;I double-clicked keylogger.exe, or keylogger.pyw, and nothing happened.&lt;/h1&gt;
&lt;p&gt;Do not worry, this is exactly what it is supposed to do. PyKeylogger runs invisibly in the background, logging your keys. To make sure it is running, check your task manager process list, and look for "keylogger.exe" (or whatever you renamed the exe to, if you are running binary) or for "pythonw.exe" (if you are running from source). &lt;/p&gt;
&lt;h1 id="where-is-the-logfile"&gt;Where is the logfile?&lt;/h1&gt;
&lt;p&gt;The default log directory is "logs", inside the PyKeylogger directory. Logs get written to the log filename that you specify in the config (default is "logfile.txt"). &lt;/p&gt;
&lt;h1 id="i-started-the-keylogger-then-typed-something-and-checked-the-log-file-but-the-logfile-was-empty"&gt;I started the keylogger, then typed something, and checked the log file, but the logfile was empty.&lt;/h1&gt;
&lt;p&gt;The log buffer gets flushed to file periodically (see help on the "-i" option in &lt;a class="" href="/p/pykeylogger/wiki/Usage_Instructions/"&gt;Usage Instructions&lt;/a&gt;). The default flush interval is 120 seconds (2 minutes). If you do not want to wait, you can force an immediate buffer flush by bringing up the control panel (default key is &lt;em&gt;Lcontrol-Rcontrol-F12&lt;/em&gt;), and choose the &lt;em&gt;Flush write buffers&lt;/em&gt; item from the &lt;em&gt;Actions&lt;/em&gt; menu. &lt;/p&gt;
&lt;h1 id="how-do-i-stopexitkill-pykeylogger"&gt;How do I stop/exit/kill PyKeylogger?&lt;/h1&gt;
&lt;p&gt;Pressing the &lt;em&gt;Lcontrol-Rcontrol-F12&lt;/em&gt; key combo on the keyboard tells PyKeylogger to open the control panel (this key is customizable through control panel). After entering your password (default master password is blank), you can then use the menu in the panel to quit PyKeylogger. Alternatively, you can kill the process directly from the task manager's process list. &lt;/p&gt;
&lt;h1 id="i-read-all-the-above-questions-but-pykeylogger-still-appears-not-to-work"&gt;I read all the above questions, but PyKeylogger still appears not to work.&lt;/h1&gt;
&lt;p&gt;Did you make sure to leave the keylogger and ALL the files that were bundled in the archive all in one directory? If not, make sure you do that. If yes, then you can try running PyKeylogger in debug mode, to see what is happening. To launch in debug mode, open up a command prompt, cd to the directory where you put the keylogger and run it from command line with &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;keylogger_debug&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;exe&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;d&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;if you are running from binary, or with &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;keylogger&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;pyw&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;d&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;if you are running from source. (The "-d" option indicates "debug mode". See &lt;a class="" href="/p/pykeylogger/wiki/Usage_Instructions/"&gt;Usage Instructions&lt;/a&gt;.) Debug mode will open up a console, and print debug output, as you press keys on your keyboard. &lt;/p&gt;
&lt;h1 id="where-can-i-ask-more-questions"&gt;Where can I ask more questions?&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;If you have a general question, which has not been answered on this wiki, you can visit our &lt;a class="" href="http://sourceforge.net/forum/?group_id=147501"&gt;Forums&lt;/a&gt; and post your questions there. &lt;/li&gt;
&lt;li&gt;If you think you found a bug in the software, you can visit the SourceForge page to &lt;a class="" href="http://sourceforge.net/tracker/?group_id=147501&amp;amp;atid=768629"&gt;Report Bugs&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;If you have a suggestion for PyKeylogger features, visit &lt;a class="" href="http://sourceforge.net/tracker/?group_id=147501&amp;amp;atid=768632"&gt;Feature Requests/Suggestions&lt;/a&gt;. You may wish to look at our &lt;a class="" href="/p/pykeylogger/wiki/Community_Portal/"&gt;Community Portal&lt;/a&gt;, which has a list of possibly-planned features, before you post your feature request on SourceForge. &lt;/li&gt;
&lt;li&gt;You can also e-mail me directly using &lt;a class="" href="http://sourceforge.net/users/nanotube/"&gt;this form&lt;/a&gt;. &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nanotube</dc:creator><pubDate>Fri, 20 Jun 2014 18:22:12 -0000</pubDate><guid>https://sourceforge.netb1c000de602e5e5619e994b8e52d0ebc1745289b</guid></item></channel></rss>