iann0036 Posted May 17, 2010 Share Posted May 17, 2010 Spammer 7-Segment Display Patterns Enable autorun Silent VNC Server Enable RDP Disable UAC MSISilent(Un)install Open ports Delete system critical files Disable mouse/keyboard on loop Open webpage (or single ping) & obtain IP address Post to: -Personal Site -Personal Twitter -Victim's Myspace -Victim's Twitter -Victim's Facebook Steal cookies Shutdown/Hibernate/Sleep FTP trojans Upload victim's personal documents Add admin account Steal SAM files LSA secrets Webcam Spy Add to botnet Metasploit Payloads Move CMD to lower right Auto-login with username and password Num/Caps lock flasher Rick Rolling Quote Link to comment Share on other sites More sharing options...
benownzu93 Posted May 20, 2010 Share Posted May 20, 2010 (edited) Some Good Ideas. I Really Like this one :P Rick Rolling --Edit-- I just had to do it void setup(){ delay(3000); run("http://www.youtube.com/watch?v=EK2tWVj6lXw"); delay(500); run("notepad.exe"); delay(700); } void loop(){ Mouse.move(-127, -127); echo("YOU HAVE BEEN RICK ROLLED"); enter(); } void enter(){ Keyboard.set_key1(KEY_ENTER); Keyboard.send_now(); Keyboard.set_key1(0); Keyboard.send_now(); } void run(char *command){ delay(100); Keyboard.set_modifier(MODIFIERKEY_GUI); Keyboard.set_key1(KEY_R); Keyboard.send_now(); Keyboard.set_modifier(0); Keyboard.set_key1(0); Keyboard.send_now(); delay(400); Keyboard.print(command); delay(400); enter(); command =0; } Edited May 22, 2010 by benownzu93 Quote Link to comment Share on other sites More sharing options...
mango Posted May 30, 2010 Share Posted May 30, 2010 Can you not disable any plugged in keyboards, monitors and mice and also change the function of the button on the rig so that it does nothing? Quote Link to comment Share on other sites More sharing options...
Sl45h3R Posted May 31, 2010 Share Posted May 31, 2010 Why would you want to disable the monitor... Quote Link to comment Share on other sites More sharing options...
mango Posted May 31, 2010 Share Posted May 31, 2010 so they thought that it was playing up, and when the prgram had finished it would enable everything Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.