Posts

Showing posts with the label CMD Hacks

Best WhatsApp Unknow Tricks!

Image
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...

Change Your Ip In Less Then 1 Minute

Image
Change Your Ip In Less Then 1 Minute                            In my previous post i had show you how to  Grab someo ne ip address   now i will show you how to change ip address in less then a minute. For now it will take 2 to 3 minutes but with some practice you can do this within a minute. Click on " Start " in the bottom left corner of the screen. Click on " RUN " Type in " command " and click OK         You should be now at MSDOS prompt Screen Type " ipconfig /release " just like that, and press " enter " Type " exit " and leave the prompt Right-click on " Network Places " or " My Network Places " on your desktop. Click on " properties "       Now you should  be on a screen with something titled "Local Area Connection", or something  similar to that, and, if you have a network hooked up, all of your other networks.  Right cli...

How To Use Netstat Commands To Monitor Network On Windows Using CMD

Image
0 51 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. F irst 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 ...

How To Grab Someone IP Address ?

Image
In this tutorial i will you show you how to grab someone   Ip address   using   PHP script. This method can be used to grab someone Ip address on yahoo or   Facebookchat or by sending mail to victim. So Lets get started. How To Hack Someone Ip Address ?     1. Copy the below codes into   Notepad   and save it as   Grab.php   (.php is must)  <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $img_number = imagecreate(400,95); $backcolor = imagecolorallocate($img_number,10,102,153); $textcolor = imagecolorallocate($img_number,255,255,255); imagefill($img_number,0,0,$backcolor); $number0 = " This is Your IP/Proxy"; $number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]"; $number2 = " Host/Proxy: $hostname"; $number4 = " _________________________________"; Imagestring($img_number,10,5,5,$number0,$textcolor); Imagestring($img_number,10,5,25,$number1,$textcolor); Imagestring($img_number,10,5,45,$number2,$textcolor); Images...

Hide Drives with CMD – How to Guide

Image
Тоdау i will write a  tutоrіаl tо Hide Drives with CMD wіthout any thіrd раrtу расkаgе. Тhеrе аrеа sеvеrаl frее аnd duе sоftwаrе’s ассеssіblе tо hide local  drіvеs, hоwеvеr і аm nоt gоnnа mеntіоn to hіdе а local drіvе еmрlоуіng а расkаgе. In  thіs tutоrіаl і wіll shоw уоu an еаsіеst mеthоd tо hide nаtіvе drіvе with CMD. thіs mау sаvе уоur еасh саsh аnd tіmе. Ноw tо Hide Drives with CMD ? Step 1. Сlісk оn Start – Run , if you are Using Windows 8, Then Click on start and search for Run, or just hold down windows key and press  ” R “. Step 2.  Run bох will appear, kіndly type ” сmd ” аnd hіt Еntеr. Step 3. Now you will see Command promt windows, Type ” Dіskраrt ” аnd hіt Еntеr. Note :  In Windows 8 i was asked to confirm if i want to allow this program to make changes to this computer. Just click on yes and another Window will open up shortly. Step 4. Now you have to type  ” lіst vоlumе ” аnd Hit...

Command Prompt Basics

If you have not used the  Command Prompt much, it is best to start with the basics. In our article about  How to Customize the Command Prompt  you will learn where to find this tool and how to start it and customize it. You might not think of your Command Prompt  as something cute and colourful, right? Think again. Go through this tutorial and experiment with all the configuration options. The  Command Prompt can be cute and pink too, right along with the newer, sexier Windows 7 tools such as Desktop Gadgets . Before you run any command, it is best to learn how to  run the Command Prompt in Administrator 'mode' . Many of its powers require administrator privileges in order to work. In  Command Prompt - How to Use Basic Commands  we have covered the most basic and yet useful commands. You will learn how to navigate through partitions, files and folder structures and how to work with them. Also, you will learn how to launch other application...

Command Prompt - Four networking commands you should know

In one of our previous tutorials,  you  learned how to use basic commands in  Command Prompt . Now it's time to take things to the next level and see how to use some of the more advanced commands. Today, we’re going to take a close look at some very useful network commands. We will learn about things like how to view information about network devices and connections or how to check the availability of a network host or internet website. For all this, and more, read this tutorial: NOTE:  The information shared in this tutorial applies to Windows 10, Windows 8.1 and Windows 7. 1.  Retrieving information about your network connections To obtain detailed information about your network connection, use the  ipconfig command.  Open Command Prompt , type ipconfig  and press  Enter . As you can see in the screenshot below, when you run this command, Windows displays a list with all the network devices found on your system and their IP add...

Steganography -The art of hiding data in images

Image
What is steganography ? STEGANOGRAPHY (LISTEN) IS THE ART AND SCIENCE OF WRITING HIDDEN MESSAGES IN SUCH A WAY THAT NO ONE, APART FROM THE SENDER AND INTENDED RECIPIENT, SUSPECTS THE EXISTENCE OF THE MESSAGE, A FORM OF SECURITY THROUGH OBSCURITY. THE WORD STEGANOGRAPHY IS OF GREEK ORIGIN AND MEANS “CONCEALED WRITING” FROM THE GREEK WORDS STEGANOS (ΣΤΕΓΑΝΌΣ) MEANING “COVERED OR PROTECTED”, AND GRAPHEI (ΓΡΑΦΉ) MEANING “WRITING”.                                                             or In simple words, Steganography is hiding something inside an image.     STEGANOGRAPHY : Any file like .rar .jpg .txt or any file can be merged inside another file. In a simple way i shall teach you a way for hiding a text inside a picture file. Hide a Text File With an image file: For example think we have to hide a text file ...

Bypass Windows 7 Logon Screen and Admin Password

Image
"I’m new to a computer with Windows 7. I don’t have a Windows password, and I always get presented with the logon screen where I have to click my username to log in with password. I'm not sure what I've installed that's made it do this. But is there a simple way around it? I only have one user account (which has admin rights) and no password on it. Thanks in Advance. " This is a problem from an audience.If you want to effectively bypass Windows 7 logon screen or bypass Windows 7 unknown login administrator password then read this article .This will help you. You said you have one admin account and there is no password on it. If it means Windows 7 built-in administrator has been enabled and its password has not been set, now you can bypass your Windows 7 logon screen free with command prompt in safe mode. In Windows 7 computer, there are 3 different types of safe modes to choose, Safe Mode , Safe Mode with Networking and Safe Mode with Command Prompt . ...