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 →
Category: Linux
Installing Pyrit on Linux
Linux Commands: apt install libpcap-dev apt install python2.7-dev libssl-dev libpcap-dev cd Pyrit python setup.py clean python setup.py build python setup.py install Read more →
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 →
Some Keyboard Shortcuts that will save you times
As a busy person, you’re always looking for ways to save time. One way to do that is to use keyboard shortcuts.There are keyboard shortcuts for just about everything, from opening a new tab to taking a screenshot. And while you might not be able to remember all of them, there are some that are really worth memorizing.Here are some… 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 →
List of all errors
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 →
Check Linux OS Version
Type any one of the following commands to find the OS name and version in Linux: hostnamectl cat /etc/os-release lsb_release -a Type the following command to find the Linux kernel version: uname -r Read more →
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 →