Skip to main content

Learn How To Change MAC Address In BACKTRACK 5

Hey guys today we will be learning how to hide original MAC Address of your system and replace it with fake one. So What is a MAC Address and Why it is so important? 

MAC Address stands for Media Access Control Address it is assigned to Network Interface Card(NIC) when it is manufactured. The MAC address is a string of usually six sets of two-digits or characters, separated by colons. MAC address is unique for all systems. 

It is very easy to change mac address in backtrack as we can change mac address to any in a minute by using simple commands.

Let's start.

1. Open Terminal.

2. In terminal, type 
ifconfig eth0 down
3. The above command is used for disabling the eth0 interface.
4. Now change the mac address by using a simple command in backtrack.


macchanger --mac 00:11:22:33:44:55 eth0

5. You change your mac address to any number by using the following command.

6. Now configure the eth0 by a command


ifcofig eth0 up

7. That's it you have changed mac address.




Comments

Popular posts from this blog

Free Download DElmE's Batch Virus Generator Tool πŸ˜€πŸ˜€πŸ˜€

Hey guys, today I am here to show you a very powerfull tool to create system viruses. By using this tool you can create many types of system viruses, the UI of this tool is very easy to understand, you just have to select the attack or attacks which you want the virus to do and just name the file and save it that's all no coding needed, no internet connection needed. So Let's Get Started...

Learn Any Programming Language For Free From These 12 WebsitesπŸ˜ƒπŸ˜ƒ

Programming is the basic ingredient in becoming a Hacker. A good Hacker has a decent knowledge of programming languages. If you have a good knowledge in programming, you can build your own software to hack systems(though making a software require dedication and very very good programming skills) but as we know "If there is a will there is a way". Learning programming is not that easy, don't try to head start with advance programming languages first try to learn basic programming languages like C,C++ etc. Below is a list of some awesome websites from where you can start learning programming languages and your first step in becoming a ethical hacker. https://dopehackers.blogspot.in/2017/02/learn-any-programming-for-free-from.html

How To Fix Parse Error In Android Phones *There is a problem parsing the package*

Android is the most popular Mobile Operating System today. The reason is because of its Versatility, User Friendly and Easy to Use for all Users. There is not Doubt that Most People Prefer Android ahead of other Mobile Operating System. But this Doesn’t Mean you will never Face any Problem or Error while using Android Smartphones. We all like to Install Different apps or Games in our android smartphones but Sometimes while installing you my be Displayed an Error which says “ There is a Problem Parsing the Package ” So if you face this kind of error while Installing any App or Game in your Android smartphone and want to get rid of it, then Do not worry because here in this article i am going to discuss About this error, The Reason and How to Fix it Etc. Reasons of There is a Problem Parsing the Package Error    You may get this Error Due to following Reasons: The Downloaded .apk file is Corrupted or not fully downloaded You might have tu...