- How to Scan for mDNS/DNS-SD services published on the local network using mdns-scan command ?
- How to identify IP Address’s of all devices in a network ?
- How to Identify which process keeps port busy on android / Linux ?
- How to check IP address, network interface details in Linux ?
- How to get mac-id using ipaddress in Linux
- C program to read mac address using WiFi interface name
- How to disable and / or enable ICMP ping from Linux host ?
- How to get all the details of a device using IP address in Linux/Ubuntu
- Checking own IP, ports open, DNS and ping of host / website
- How to identify Http request and response header online ?
- How to Install Apache Tomcat on Ubuntu
- Understanding ARP (Address Resolution Protocol) basics
- Sending ARP request and receiving ARP Reply using C code
Commands, Scripts
WiFi / Wireless
- Wi-Fi Initial Communication between device and access point
- How to Connect Wi-Fi from Linux Terminal Using Nmcli
- How to Scan and display list of available wireless networks ?
- iwlist – Get detailed information from a wireless interface
- C program to read mac address using WiFi interface name
Socket Programming
- Send and Receive (Transfer) integer over socket using C program
- Socket Programming in JAVA – TCP client and server
- UDP DatagramSocket Socket programming in JAVA (Client, Server Example )
- Communication between user-space and kernel space using Netlink sockets
- Listening on specific port number using netcat to receive http POST messages
- Send data using http POST from client and receive response from server using netcat over specific port
Network programming
- Go program to display IP address details of a network interface using interface name
- Go Program : Identify total number of network interfaces and display the details using index
- Print details of network interface ( IP address, mac, status etc ) using go language program
Network Packet Capture
- Simple wifi packet sniffer to capture every packet received on wlan0 interface
- WiFi monitor mode and commands to enforce monitor mode in Linux / Ubuntu
- sniffex – C program to Capture wifi packets using libpcap
- Shell script for switching wifi channel using hopping
- Understanding wireless beacon packet ( captured using pcap API’s )
- Understanding pcap file format – part I – Global Header
- Capture and analyze network packets using tcpdump and tshark