Skip to main content

Posts

Showing posts with the label Cmd Prompt Tricks

Access Restricted Website & Hack Admin Access In Windows:

Hi Folks,  Hope you learned some basic about hacking from my previous post to start doing big.  Today I'll be explain how to use a restricted website access and to hack a admin access in a school or college PC. Restricted Website Access: There are lot of ways to do this, but I'll show you the best to do it. 1. Visit http://www.vtunnel.com/ and you can browse any website using this proxy. 2. Follow this step Run > type cmd and hit enter > in cmd prompt > Type "Ping www.websitename.com" and hit enter >  Take the ip and paste it in the url of the browser there you have it :) Note: Linux users type "host www.websitename.com" (This is the simple method to get a ip of a website) Hack Admin Access In Windows: Click Start,  Run and type Regedit.exe Navigate to the following key: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList Us...

BATCH PROGRAMMING: PART 3:

Hi Friends, Hope you all fine...  Today I gonna post a batch programs which helps you to disable your slave AV, To read the past two batch programming tutorial just click below link. Batch Programming   Part 1   Part 2   When you attempt to hack someone system by RAT, Keylogger or iStealer then you'll first need to FUD your server but its not that much easy to find a good & free working FUD crypter, So first disable your slave antivirus and firewall. So they can't find out your Trojan virus (Server). This batch program helps you to disable all the running antivirus in the system. Just download the txt file below. Copy and paste it in notepad file and save it with .bat extension.  Clcik here to download :) Hope you Like It. Just leave your comments below. In my next batch programming tutorial I'll provide more batch programs to you:) 

Learn Hacking: Part 1:

  STEP 1: What Kind of a Hacker Should you Be? - White hat, Black Hat, or Grey Hat? Many people want to be hackers. But what type of hacker do you want to be? This article will help you choose! What kind of hacker are you right now? Here are the MAIN types of hackers hidden in the world today....   ☠ Black Hat Hackers ☠   A Black Hat Hacker (also known as a cracker) is someone who hacks without authorazation or permission. Black Hat Hackers are usually solitary, even though some work in groups. As a team, they can be deadly. Black Hat Hackers usually D-DOS websites in groups. There methods can include Vandalism, Identity Theft, Site Defacing, and other Illegal Techniques. Names for Black Hat Hackers include things like"Cyber-Demons." ~~ White Hat Hackers ~~ White Hat Hackers are the "Angels" of hacking. They are mainly know as "Ethical Hackers." Ethical Hacking is an actual career in the world today. To be a White Hat Hacker you must be certified. The...

How To Install Turbo C, C++ In Windows 7: (Noob Friendly)

Many people (Crazy Ppls) says that it is impossible to install Turbo C in Windows 7. Now I gonna Post a articles for that noobs, This post will explain completely how to install Turbo C in windows 7. Lets Get into the step. "This Tutorial was not made by me. All credits goes to the real author of this article" 1. Install the software DOSBox ver 0.73 : download here 2. Create a folder,for example „Turbo“ (c:\Turbo\) 3. Download and extract TC into the Turbo folder (c:\Turbo\): download here 4. Run the DOSBox 0.73 from the icon located on the desktop: 5. Type the following commands at the command prompt [Z]: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo] Now you should get a message which says: Drive D is mounted as a local directory c:\Turbo\ 6. Type d: to shift to d: 7. Next follow the commands below: cd tc cd bin tc or tc.exe [This starts you the Turbo C++ 3.0] 8. In the Turbo C++ goto Options>Directories> Change the source of TC...

Batch Programming: Part 2:

Welcome back geeks, I hope you enjoy reading this. In this tutorial i gonna explain you how to create a batch file.  Batch Files are very powerful programs that can cause unwanted result. There are many malicious combinations that can harm your computer. They can range from erasing windows to disabling keyboard via registry etc. Most famous malicious batch program is "Fork Bomb". It opens a program repeatedly so your memory filled and eventually your computer get crashes.

Batch Programming: Part 1:

Hi Geeks, Today I gonna to explain you about the Batch Programming. Batch Files: Batch files came into notice when Microsoft Windows was introduced in 1985 and had a GUI OS/Interface. Before then, batch files were widely used to run earlier operating systems but were never recognized. Batch files back then could be executed by the Command Line Interpreter (CLI) COMMAND.COM. All operating systems before that had a text-based operating system and were designed to run on MS-DOS. Batch files significantly helped Windows operating systems. A batch file named AUTOEXEC.BAT was responsible for the automatic loading of Windows on the early versions of these operating systems. Windows batch files were used crucially in these operating systems mainly: Windows 1 Windows 2 Windows 3 Windows 95 Windows 98 Windows ME Batch files are still used as crucial bits in Windows but not as much. Yes, all this does sound confusing. But all you need to know is that batch files originated in earl...

How To Hide Drive In Windows Using Cmd Prompt::

Hi Friends, Im Back. As My exams are going on so I couldn't able to update any new tricks daily. I like to Post a worthy tricks. I hope you all enjoy reading and exploring my post. :-) Today I gonna explain you how to hide a drive in windows operating system without using any software. You can hide a system hard disk using command prompt. This trick works on following platform: 1. Windows xp, 2. Windows vista, 3. Windows seven. Steps: 1. Open your command prompt, 2. Just type "Diskpart" and press enter, 3. Now another cmd prompt box will get open, 4. There just type "List Volume" and press enter, 5. It will show the list of disk. Like below.    6. If you want to hide the drive D then type "Select Volume 3",      (Then you'll get the message "Volume 3 is the selected volume") 7. Now type "remove letter D",      (Then you'll get the message "Diskpart removed the drive letter")      *Then Just open your...