Whatsapp is easily the most popular mobile messaging platform till date. But are you aware a few of the secrets methods of WhatsApp which could get you one stage further? Here, I have compiled a list of few really cool WhatsApp tricks which will keep you one step ahead from your colleagues and friends. I hope you will like it. 1- Change Your FRIEND'S PROFILE PICTURE TO A MONKEY! Sure, you can't make such non-sense show up on everyone's phone, but here's a small trick to change your friend's WhatsApp profile picture to a MONKEY! (or whatever you want to) Follow the given steps: 1. You need the image you want to replace your friend's profile picture with. You can use this cute little monkey. In case you want to use something else, you can, but the image should be square (541x541 pixels preferred) 2. Go to contacts and copy your friend's number. 3. Rename the image as your friend's number, removing the "+". (F...
Get link
Facebook
X
Pinterest
Email
Other Apps
How To Use Netstat Commands To Monitor Network On Windows Using CMD
Netstat is the inbuilt feature of windows command prompt that displays all the network details of the current connected in your Windows PC easily using various netstat commands for different network stats.
First of all let’s know the brief introduction of netstat command. It can be depicted from the name “Network Statics“. We can find a large amount of information about network like their status, their ports, connections, protocols and many more information with the netstat command. It can be very useful to apply Netstat command in knowing the status of network of different individual protocols such as ICMP, IP, UDP, and TCP versions like IPv6 and IPv4. This article is very helpful in knowing the different variant of this command to monitor any of the stats of the connected network easily on your Windows PC. So have a look on complete guide discussed below to proceed.
How To Use Netstat Commands To Monitor Network On Windows Using CMD
Here in this guide we will be discussing up many of the netstat commands that you can use to monitor the network to which your windows PC is being connected to. So have a look on these commands below
List of Netstat commands to monitor network on Windows:-
We can see all of the connections on the device through netstat command. Some example of stated is shown below:-
–> Netstat Listening: Connection is waiting for a reply from the foreign host.
Netstat commands to monitor network on Windows
–> Netstat Close_wait : your computer might be waiting for leftover packets to arrive and Connection has been closed from the remote side.
Netstat commands to monitor network on Windows
–> Netstat Time_wait: The connection has been ended by the Local endpoint. To make the delayed packets matched to the connection and being handled properly ,the connection is kept.
Netstat commands to monitor network on Windows
–> Netstat -a : With the help of this command, we can see all active connections and inspite of just showing the raw IP address of your foreign address, DNS lookup is done as well.
Netstat commands to monitor network on Windows
–> Netstat -e : With the help of this command will could be able to see statics of the overall packets.
Netstat commands to monitor network on Windows
–> Netstat -sp :With the help of this command we could be able to see statistics per protocol.
Netstat commands to monitor network on Windows
You can also know the statics of particular protocol with the help of netstat commands as shown below:
netstat -sp (tcp for tcp statistics of IPv4 etc.) netstat -sp (ipv6 for ipv6 statistics) netstat -sp (icmp for icmpv4 statistics) netstat -sp( ip for ipv4 statistics)
So above discussion is all about How To Use Netstat Commands To Monitor Network On Windows Using CMD. So these we are the some types of netstat commands that you can use to monitor any of the network to which your PC is connected to. So must try this out in your windows PC and have a better stats of the network. Hope you like this, keep on sharing with others too. Leave a comment below if you have any queries related to this
Hack Email-id,Username and password or any user details by using Kali Linux . Today,i am going to show you how you can get email-id,username and password or any user details you want by using KALI LINUX . Steps for setting up your system. Download Kali Linux from here. Extract the contents of Kali Linux iso file which you downloaded in step and copy it to pendrive or instead of pendrive burn the iso file in cd if you want to make a cd of it. After copying all contents to pendrive or burning the iso file in cd,reboot you system,press F8 on boot-time and select boot from pendrive if you have copied all the files in pendrive,else boot from cd-rom if you burn the iso file in cd. After selecting the boot from device,the kali installation window will open,install accordingly as per your requirement. NOTE:During installation,in mount point of selected installation drive,set mount point to "/" . Remember the username and pass...
The terminal is a command line system similar to Windows Command Prompt. You can complete many actions from the terminal and is often faster than using the user interface. It does how take quite a bit of practice in order to memorize all the different commands you will want to use, but with Google at your side, you will have no issues working in the terminal. To launch the terminal, you can right-click on the desktop and choose “open Terminal”. Alternatively, you may select Applications in the top left, and then choose “Terminal”. Command Prompt Composition When you first open the terminal you will be presented a screen which contains only one line followed by your mouse cursor. On my computer, I see the text “root@kali:~#”: The word “root” represents the user account on which the terminal is acting upon. “@kali” represents the computer name. “~” represents the current directory. This character represents the home directory which is where t...
This is a small guide on how to add official Kali Linux Repositories – I’ve updated it to include all versions of Kali Linux till date i.e. Kali 1.x, Kali 2.0/Kali Sana and Kali Rolling. The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used. Any additional repositories added to the Kali sources.list file will most likely BREAK YOUR KALI LINUX INSTALL. Edit your sources.list The easiest way is to edit the /etc/apt/sources.list root@kali:~# vi /etc/apt/sources.list (or) root@kali:~# leafpad /etc/apt/sources.list Add official repo’s only: Copy paste the following repositories (remove existing lines or you can comment them out – your take). Following repo list was taken from official Kali sources.list Repositories pa...
Comments
Post a Comment