Bitcoin Forum
June 17, 2024, 12:19:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: CNC contains clipboard logger?  (Read 2624 times)
Jerry from Rochester (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
May 02, 2013, 07:05:35 PM
 #1

This feller here

https://bitcointalk.org/index.php?topic=193583.0

says that CNC contains a clipboard logger. 

Is that good?
iamalitecoin
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 02, 2013, 08:59:59 PM
 #2

gonna need some proof.

got this running on linux, not on a mining computer. hopefully all is well

blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 02, 2013, 09:00:26 PM
 #3

I know that it checks clipboard paste if its a real address, if you try to paste something else than an address it will not paste anything in. could it be that?

Someone with the expertise should go over the code Smiley

Bitrated user: blastbob.
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 02, 2013, 09:02:00 PM
 #4

Like I said in that other topic, I already looked through the source code and didn't find anything malicious. HOWEVER, that doesn't mean the supplied binaries aren't tainted.

You should be running these new clients in a VM or Sandbox anyway... trust no one.
mc_lovin
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


www.bitcointrading.com


View Profile WWW
May 02, 2013, 09:19:04 PM
 #5

TTT

Someone needs to examine this. 
psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 02, 2013, 09:22:59 PM
 #6

The thing is the account that made the announcement has 2 posts - so it is just as likely FUD. You never know though.
iamalitecoin
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 02, 2013, 09:34:11 PM
 #7

someone upload the exe to virus total for 1 ltc

mkmen
Full Member
***
Offline Offline

Activity: 157
Merit: 100



View Profile
May 02, 2013, 09:36:05 PM
 #8

someone upload the exe to virus total for 1 ltc

https://www.virustotal.com/cs/file/9b70ac7d7af55172a7a7eaab8c3a1605a8eabc48917cbda43d098f9a69e0c41a/analysis/
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 02, 2013, 09:36:29 PM
 #9

All files are checked in virustotal already.. no hits

Maybe the OP just want cheap coins Wink

Bitrated user: blastbob.
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 02, 2013, 09:39:19 PM
 #10

I've been using an API Monitor and have yet to see anything suspicious. I encourage others to do the same.

I suspect this guy just wants to drive down CNC price with bogus claims.

psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 02, 2013, 09:39:54 PM
 #11

The thing is the account that made the announcement has 2 posts - so it is just as likely FUD. You never know though.

I agree that it's most likely BS.  Especially when they said "Someone please post topics on this ASAP!!".  If someone is legit about protecting people they wouldn't type it that way.  Though, I see no posts from the creator saying... "there is nothing wrong" which kinda scares me a little.  You would think he would be online putting down rumors.

The scary thing is he isn't online at all and has a grand total of 7 posts. I've sent him PM's and no reply. So ether way not impressed with this coin. I've saved my wallet.dat with 10K CNC just in case - and that's it.
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 02, 2013, 09:40:30 PM
 #12

COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?
psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 02, 2013, 09:43:12 PM
 #13

COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?


Well if it turns out to be FUD at least I have 10K in cold storage until they BTC-e   Grin
Liberty Payout
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
May 02, 2013, 09:45:51 PM
 #14

COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?



Someone translate this??
meyerbtc
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
May 02, 2013, 09:51:01 PM
 #15

COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?



Someone translate this??

It is default code apparently. It's event handler code. When the paste button is clicked the text that is stored on the clipboard is used in the payTo field.
psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 02, 2013, 09:59:31 PM
 #16

I just had a thought - if the dev is from China creating a crypto may be highly illegal there - hence his anonymity and not willing to post to the forum too often. Just a thought I had that makes sense.
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 02, 2013, 10:00:36 PM
 #17

I guess I could have been more eloquent about how I posted where the "clipboard" warning was coming from.

I was just a bit irritated with some of the attitudes after launch about the coin, before anybody even looked at the code.

This post came up and I knew what part of the code he/she was referring. It seemed to me, because the coin is Chinese based, the op starts raising red flags when every coin here contains the same handler code.


Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 02, 2013, 10:03:56 PM
 #18

COMPLETE FUD


Code:
void SendCoinsEntry::on_pasteButton_clicked()
{
    // Paste text from clipboard into recipient field
    ui->payTo->setText(QApplication::clipboard()->text());
}

Is in EVERY COIN'S QT CODE.

In the module:

/src/qt/sendcoinsentry.cpp


A newbie with two posts..How did he/she even post in this forum?



Someone translate this??
It's to copy the decrypted QR Code to the clipboard.

psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 02, 2013, 10:05:08 PM
 #19

I just had a thought - if the dev is from China creating a crypto may be highly illegal there - hence his anonymity and not willing to post to the forum too often. Just a thought I had that makes sense.

I'm sure you'll find like 1000 more excuses for him or anything else that might negatively affect your CNC stockpile.

That's ironic considering I'm the one that mentioned this issue with possible clipboard logger in the CNC thread. I was genuinely wondering why he may be unwilling to engage with the community at this point.
jt7382
Full Member
***
Offline Offline

Activity: 203
Merit: 100


View Profile
May 02, 2013, 10:22:25 PM
 #20

I just had a thought - if the dev is from China creating a crypto may be highly illegal there - hence his anonymity and not willing to post to the forum too often. Just a thought I had that makes sense.

I'm sure you'll find like 1000 more excuses for him or anything else that might negatively affect your CNC stockpile.

That's ironic considering I'm the one that mentioned this issue with possible clipboard logger in the CNC thread. I was genuinely wondering why he may be unwilling to engage with the community at this point.

That dude is a troll, just ignore him.  Grin
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!