Category: Linux

Kismet

Using Kismet

Kismet is a wireless network and device detector, sniffer, wardriving tool, and WIDS (wireless intrusion detection) framework. Kismet works with Wi-Fi interfaces, Bluetooth interfaces, SDR (software-defined radio) hardware like the RTLSDR, and other specialised capture hardware. Use Kismet to find and monitor nearby Wi-fi Devices: ip a or ifconfig sudo airmon-ng start wlan0 ip a sudo kismet -c wlan0 Read more →

home wi-fi wireless network (no wires !)

Wifi Adapter Monitor Mode

Monitor mode is a mode in which Linux can monitor all traffic on a network, regardless of whether that traffic is addressed to the computer. In order to use the monitor mode, you need a wireless adapter that supports it. Monitor mode can be useful for a number of purposes, such as: analysing the traffic on a network troubleshooting network… Read more →

Ways Hackers Access Facebook Accounts

Mostly Hackers use these methods to hack Facebook accounts, so protect yourself from hackers. Must Read!!! and beware of attacks from hackers. Method 1: Hack Facebook Account Password By Phishing Phishing is still the most popular attack vector used for hacking Facebook accounts. There are various methods to carry out phishing attacks. In simple phishing attacks, a hacker creates a… Read more →

Restart Networking Interface in Linux

Try out the following commands: sudo service networking restart sudo /etc/init.d/networking restart or nmcli device set [device] managed true   Check Networking Status /etc/init.d/networking status Stop Networking sudo /etc/init.d/networking stop Start Networking sudo /etc/init.d/networking start Restart Networking /etc/init.d/networking restart   To start Network Manager : service NetworkManager start or systemctl start NetworkManager   To stop Network Manager: service NetworkManager stop… Read more →

MAC address spoofing

The device that you’re looking at right now has a network interface controller (NIC), the thing that’s responsible for allowing you to connect to a network, like an internet. All devices capable of networking (smartphones, laptops, routers) have one of these. Each NIC is assigned unique hard-coded MAC addresses that cannot be changed. However, almost all popular platforms such as… Read more →

Black flat screen computer monitor

Linux Vs Windows

OPERATING SYSTEM An operating system is powerful, and a usually main program that controls and manages the hardware, resources manager, and other software on a computer  (OUM, 2014). An operating system is a fundamental component of any computer system. Application programs need and operating system to function accordingly. Objectives of an operating system are: Execute user programs and make solving… Read more →