Press "Enter" to skip to content

Posts published in “Technology”

How to set up the Permission on Laravel file structure.

0

Permissions are usually denoted with three digits, each representing a different set of permissions: Each digit can be a number from 0 to 7, which corresponds to a combination of read (4), write (2), and…

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…