You’ll need three libraries py2exe,pyhook,pywin32 to be installed on the host in order to run this code. keylogger.py --------------------------------------------------------- from threading import Timer from threading import Thread import subprocess, socket, base64, time, datetime, os, sys, urllib2, …
Category: How-to-do’s
how to do’s blog posts
Basically its necessary to know what all user are doing or did on your system which can help us in hardening the system. To view commands which were executed by a specific user : ~$ …
Host System Requirements: Note :Ubuntu is not compliant out of the box, copy-paste the script and run it: you might need to install some packages which are not present in ubuntu 14.04 bhargav@Inspiron:~$sudo apt-get install texinfo …
Step One – Install Dependencies $sudo apt-get install libpam-google-authenticator Step Two – Edit the Configuration Files To use the module you have to edit two configuration files. $nano /etc/pam.d/sshd Add the following line on top of …
Install apache webserver : $ sudo apt-get install apache2 Install php5: $ sudo apt-get install php5-gd Install mysql server: $ sudo apt-get install mysql-server Create a virtual host file ‘localtimetrack.com’ : $ sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/localtimetrack.com.conf …
First install apache2 webserver firing following command on your terminal: sudo apt-get install apache2 Step 1 : Create a “.conf ” file in sites-available. cd /etc/apache2/sites-available $nano test.mydomaine.com.conf Step 2 : Insert following content in test.mydomaine.com …
Social Profiles