Showing posts with label Linux Hacking. Show all posts
Showing posts with label Linux Hacking. Show all posts

How to install Linux KeyLogger in Ubuntu

A keylogger is hardware/software based, that works on the background and maps every key stroke onto a log file without the users awareness.
For linux x86 architecture, LKL is the common keylogger ,also known as Linux KeyLogger.Linux Key Logger is a open source and a free software.Once installed the keylogger maps the keyboard port 0×60 for all the keystrokes into a log file.So here is how to install the software in Ubuntu.






Steps for installing LKL:
Step 1: Download the software using the sourceforge link here.
Step 2 : Extract the files from the archive.
Step 3 : Open the Console and move the directory to this lkl folder, cd lkl.
Step 4 : Next check the required resources by running the ./configure command.
Step 5 : Compile the package using the make command and after that you can even run the make check to run the optional tests after the make.
Step 6 : Run sudo make install to install the package program.
This completes the installation process of the software.
After you finis installing the software, here are the instructions and options to work with the software.

Instructions for use:
Type ‘lkl‘ command with the following options
-k  <keymap_file> : set keymap file
-o <output_file>    : set an output file
-l   : start logging keystrokes via keyboard port
-h  : help
-m <mail_id>         : mail the logs to specific email
-t   <host>                : set host to send to mail (default : localhost)
-b  : set debug mode
Hope this helped you in successfully installing the software.Leave your comments below for queries or any other help.Cheers..:)
Share:

How to Hack Windows Adminstrator Password Through Linux

With all the good intentions you can think of, name it a tutorial purpose or something to learn purely for the fun and never to harm anyone, I will now show you a simple way to hack a Windows administrator password using Linux. You will only need a Live CD, and for this example, we will utilize Ubuntu.











  1. Install a program called chntpw
    $ sudo apt-get install chntpw
  2.  After successfully installing chntpw, you have to access the Windows NTFS partition by mounting it and allowing read/write support. A good tutorial on how to do this can be found HERE.
  3. After that, use your command line skills by navigating to WINDOWS/system32/config
  4. Once inside the config directory, issue this command:
    $ sudo chntpw SAM
  5. A long display of information will follow. Just ignore them.
  6. Once you are prompted to reset the password, it is recommended to leave the password blank with an asterisk (*).
  7. Reboot, and you can now login to Windows with full administrative access.
Share:

Accessing window's system from linux :

type in terminal..
rdesktop -f (for full screen) IPAddress
that's it .........
ex:
[root @ filesystem] rdesktop -a 24 -f IP

Blackcoder
Share:

DISCLAIMER

The information provided on hottechtips.blogspot.com is to be used for educational purposes only. The website creator is in no way responsible for any misuse of the information provided. All of the information in this website is meant to help the reader develop a hacker defense attitude in order to prevent the attacks discussed. In no way should you use the information to cause any kind of damage directly or indirectly. The word “Hack” or “Hacking” on hottechtips.blogspot.com should be regarded as “Ethical Hack” or “Ethical hacking” respectively. You implement the information given at your own risk.