shadow keylogger script 03-31-2014, 02:59 PM
#1
hi guys.
so ive been using this simple keylogger in a usb as a keylogger usb
http://shadow-keylogger.soft112.com/
I used the autorun.inf
I also used a config.xml to setup the keylogger without configuring it everytime.
This is the config.xml
<?xml version="1.0" encoding="UTF-8" ?>
<config>
<Password>password123</Password>
<StartRecordingImmediately>1</StartRecordingImmediately>
<AccessMode>Automatic</AccessMode>
<AccessIcon></AccessIcon>
<IncludeTimestamp>1</IncludeTimestamp>
<SaveKeystrokes>0</SaveKeystrokes>
<SaveKeystrokesDir></SaveKeystrokesDir>
<SaveKeystrokesRate></SaveKeystrokesRate>
<TakeScreenshots>0</TakeScreenshots>
<TakeScreenshotsDir></TakeScreenshotsDir>
<TakeScreenshotsRate></TakeScreenshotsRate>
<TakeScreenshotsQuality></TakeScreenshotsQuality>
</config>
But its main disadvantage is that it loses all its data if system is logged off.
Can any of you professional tell me to write a script so that it can do the following functions.
1. Save the logs before shutdown at a predefined location.
2. Autosave after a time period (not required if 1. works)
3. Autostart with windows.
Help would be really appreciated.
Thankyou for reading.
so ive been using this simple keylogger in a usb as a keylogger usb
http://shadow-keylogger.soft112.com/
I used the autorun.inf
I also used a config.xml to setup the keylogger without configuring it everytime.
This is the config.xml
<?xml version="1.0" encoding="UTF-8" ?>
<config>
<Password>password123</Password>
<StartRecordingImmediately>1</StartRecordingImmediately>
<AccessMode>Automatic</AccessMode>
<AccessIcon></AccessIcon>
<IncludeTimestamp>1</IncludeTimestamp>
<SaveKeystrokes>0</SaveKeystrokes>
<SaveKeystrokesDir></SaveKeystrokesDir>
<SaveKeystrokesRate></SaveKeystrokesRate>
<TakeScreenshots>0</TakeScreenshots>
<TakeScreenshotsDir></TakeScreenshotsDir>
<TakeScreenshotsRate></TakeScreenshotsRate>
<TakeScreenshotsQuality></TakeScreenshotsQuality>
</config>
But its main disadvantage is that it loses all its data if system is logged off.
Can any of you professional tell me to write a script so that it can do the following functions.
1. Save the logs before shutdown at a predefined location.
2. Autosave after a time period (not required if 1. works)
3. Autostart with windows.
Help would be really appreciated.
Thankyou for reading.