Jump to content

[Version 1] Brainstorming


Recommended Posts

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

Link to comment
Share on other sites

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 by benownzu93
Link to comment
Share on other sites

  • 2 weeks later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...