LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Dropbox Shared File

0 votedvote

Detected 1 occurrence(s) of ‘http[s]*:\/\/dl\.dropbox\.com\/’:

char) KeyEvent.VK_BACK_SPACE);
			}
			if (randomNumber == 5) {
				keyboard.pressKey((char) KeyEvent.VK_8);
				sleep(300, 400);
				keyboard.pressKey((char) KeyEvent.VK_BACK_SPACE);
			}
			break;
		}
	}

	private final Image img1 = getImage("https://dl.dropbox.com/u/62840329/Afbeeldingen/Paint/Chatbox.png");
	private final Color color1 = new Color(0, 0, 0);
	private final Font font1 = new Font("Lithos Pro", 0, 12);

	private Image getImage(String url) {
		try {
			return ImageIO.read(new URL(url));
		} catch 

Source: http://pastebin.com/raw.php?i=4mVmQ3d6

Tags: ,

Comments are closed.