Press "Enter" to skip to content

Posts published in “Hacking”

COMPUTER CRIME: HACKING/CRACKING

0

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…

MAC Address Spoofing with Macchanger in Kali Linux

0

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…