How to Secure yourself on the Internet.

While increasing connectivity around the world is making our lives a lot easier, the dangers have also increased that our personal information can be stolen by a hacker/cybercriminal. Hackers now have many avenues through which they can steal our information and misuse it. You might think that the internet is very beneficial for you because […]

COMPUTER CRIME: HACKING/CRACKING

COMPUTER CRIME: HACKING/CRACKING As in the case of other systems and fields, there are also crimes related to computers. Computer crimes result from deliberate tampering with data and information. The people who are associated with computer crimes are often called Hackers, Crackers, Virus programmers, Breachers, Information Warriors, etc. whatever name they may have, they are […]

MAC Address Spoofing with Macchanger in Kali Linux

First take interface down # ifconfig eth0 down Change to a Specific MAC address # macchanger -m 00:d0:60:00:40:65 eth0 OR To change network card’s hardware MAC address to some random hexadecimal numbers: # macchanger -r eth0 Take interface up # ifconfig eth0 up Display New and Permamnent Mac # macchanger -s eth0 To go back […]