Posts

Showing posts from April, 2020

how to change mac address of linux

Image
Changing MAC address or we also can call it MAC address spoofing will be useful in some cases. Requirement : Linux terminal (linux OS Computer) Steps by step how to change MAC Address on Kali Linux: step-1 . Open your terminal. step-2 To temporary change our MAC address, we need to turn off the network interface first by running this command. > ifconfig [interface Name] down step-3 . After that we can configure the new MAC address. > ifconfig eth0 hw ether [new mac address] step-4 . Now we can turn on the network interface again. > ifconfig [interface Name] up step-5 . And the last we can check again our MAC whether it's change or not. > ifconfig | grep HWaddr . . . . . . . . . Follow on Instagram :  technicalflow Link:  https://instagram.com/technicalflow?igshid=158oh5ri58tti Link:  https://technical2k20.blogspot.com #technology #cybersecurity #hacking #security #hackingtools  #hackingtips #kalilinu...

NetDiscover tool of KaliLinux os

Image
To discover the IP’s on an internal network, we will usually want to scan a range of IP addresses. In netdiscover, we can use the -r switch (for range) and then in CIDR notation provide it the network range we want it to scan. In the command below, we are asking netdiscover to find all the live hosts with IP addresses between 192.168.243.0/24. . . . . . . . . . Follow on Instagram :  technicalflow Link:  https://instagram.com/technicalflow?igshid=158oh5ri58tti #technology #cybersecurity #hacking #security #hackingtools  #hackingtips

Working principle of keyboard

Image
Working Principle of a Keyboard:-Inside the keyboard, there are metallic plate, circuit board and processor, which are responsible for transferring information from the keyboard to the computer. Depending upon the working principle, there are two main types of keys, namely, capacitive and hard-contact. Let's discuss in brief about the functioning of capacitive and hard contact key.When a capacitive key is pressed, the metal plunger applies a gentle pressure to the circuit board. The pressure is identified by the computer and the circuit flow is initiated, resulting in the transfer of information from the circuit to the currently installed software. The key identifying to computer is identified using a keyboard driver and finding the preferred key called source code.