The Fastest Way of searching the directory in windows-Computer Tips This computer trick will save the all sub directory and file names in text file. This may helpful to analyse the direcotry(you can know what are the contents inside the window without browsing by simple commands). Step 1:First of all open command Prompt.Step 2:Browse to […]
Category: Command Prompt Hacks
How to hide the windows while running the virus code?
Good Morning Friends…!! This day will be great day! Because Break The Security get top rank in blogger directories. Now i am going to introduce a new tool called as “CMDOW” . When you create and send virus to victim, the virus running process may be shown to victims. This tool will hide that also. […]
Chat in MS-DOS using IP address
It is easy and simple trick. We can chat using MS-DOS(we have did this as college experiment in network lab with java code). But i am not going to give you the java code. Our usual Batch Programming. You can try this in your school or college systems(it should be networked systems). Step 1: Get the […]
How to hide ip ?-Simple way to hide ip
It is easy to change your ip address without using proxy server,softwares. Open Command Prompt Type ipconfig /release just like that, and hit enter Type “exit” and leave the prompt Right-click on “Network Places” or “My Network Places” on your Control Panel. Click on “properties” You should now be on a screen with something titled […]
How to find hiddel files or folders using cmd?
Hi friends this is simple trick to find the hidden folders or files Steps: Go to start->runType as cmd and hit enterNow command prompt will be opened.Navigate to any folder using cd commandand type this command “dir/ah”(without quotes)Now hit enter.You can see list of directories and files. You can arrange in tabbed view.for that type […]
Tracing a website using command prompt |Hacking Tips
Tracing or Routing a website using command prompt. This tip is only meant for educational purpose. I mainly use this trick to find out the hosting provider where a particular domain is hosted.Follow the below steps:1. Start->Run->CMD ie; open Command prompt2. Type the following command and press enter.tracert www.websitename.com n the above command, enter the […]
How to find the IP address and Domain Name using cmd?
This trick will help you to find the ip of the domain How to Find? Go to Start->run->cmd now type as “nslookup domain_name” It will show the IP address of Domain.
Alternative for Command prompt. Use if cmd is blocked
Most of Internet cafe or some other public access computer has command prompt blocked. Command prompt is blocked for some security reasons. But without command prompt it is very hard to hack the networking system or the same pc. There are several tweaks and hacks to enable command prompt, but it is so much tricky. […]
How to Hide any Drive using command prompt
You can hide the command Prompt using command prompt. What is the use? Hide your important Personal drive. So whenever third person or your friend uses your computer,they won’t know there is know hidden drive. So you can hide a file from a third person. How to do?Just follow my steps to hide the drive. […]
Get the List of Open Ports in Windows
We know that typeing netstat -a in command prompt will shows the amount of traffic on the network. Currports is a light weight and portable application which lists all the open ports and remote connections with Process Name Process ID Protocol Local port Local Address Remote Port Remote Address Remote Host Name Process path […]