Change MAC Address On Kali Linux

1. Open your terminal, and type, ifconfig | grep HWaddr You will see your original MAC address, mine was 08:00:27:b2:4d:4b 2. To temporary change our MAC address, we need to turn off the network interface first by running this command ifconfig eth0 down 3. After that we can configure the new MAC address ifconfig eth0Continue reading “Change MAC Address On Kali Linux”

Share Folders in Ubuntu & Access them from Windows 7

Before starting folder sharing you need to install the samba server in the Ubuntu Computer and Enable file sharing and in Windows create a workgroup and Enable the file sharing. Share Folders in Ubuntu Open the Home Folder in Ubuntu, found in the Places Menu. Right-click on the folder you want to share and OpenContinue reading “Share Folders in Ubuntu & Access them from Windows 7”

Installing Samba on Ubuntu

SAMBA Samba is an easy way to share files over Linux And Windows environment. Samba is presented by samba.org and is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. INSTALLING SAMBA Lets Update first the repositories. Open a Terminal and type the following : alexandria@root# apt-get update NowContinue reading “Installing Samba on Ubuntu”

Install Google Earth on Kali linux

Open Terminal root@alexandria:~# apt-get install lsb-core Then open browser and enter the url: http://www.google.com/earth/download/ge/agree.html Then select your download package and download it. Then open terminal and install the Google Earth: root@alexandria:~# dpkg -i google-earth-stable_current_i386.deb To open Google Earth, open terminal: root@alexandria:~# google-earth All Done!

Configure ettercap in linux

Before using ettercap we need to configure first. Open the terminal and enter the following command, root@alexandria:~# nano /etc/etter.conf now navigate to ec_uid , change the value 65534 to 0. as shown below. and also remove the # from the If you use iptables. Now Press the Ctrl + S to Save and Ctrl +Continue reading “Configure ettercap in linux”