User Control Panel
Advertisements

HELP US, HELP YOU!

Nudges, Winks

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas
View unanswered posts
Author Message
mattaustin
Sentinel
Sentinel


Joined: 19 Jul 2004
Posts: 556
Location: Los Angeles, CA
Reputation: 50.7
votes: 1

PostPosted: Wed Apr 13, 2005 11:48 pm    Post subject: Reply with quote

nudges are simple:

Code:
sub sendNudge{<br />my $self = shift;<br />my $nudge = "MIME-Version: 1.0\r\n".<br />           "Content-Type: text/x-msnmsgr-datacast\r\n".<br />           "\r\n".<br />           "ID: 1\r\n".<br />           "\r\n";<br />$self->sendraw("MSG", "N ".length($nudge)."\r\n$nudge");<br />}


add that to your Switchboard...winks arnt as simple but that have meen talked about on theis forum...so you should do a search

_________________
[ matt ]
Back to top
mat007
Almost An Agent
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Thu Apr 14, 2005 5:19 pm    Post subject: Reply with quote

Winks are actualy as simple now Smile

Seen as the standard winks being sent are no longer P2P...

They are just msnobj's sent with the datacast header.
Back to top
mattaustin
Sentinel
Sentinel


Joined: 19 Jul 2004
Posts: 556
Location: Los Angeles, CA
Reputation: 50.7
votes: 1

PostPosted: Thu Apr 14, 2005 7:20 pm    Post subject: Reply with quote

what about new winks like downloaded from BlueMountain....does the accuall flash data get sent P2P.

Lets see some "simple" examples

edit: nevermind, looks like the wink data is bese64 encoded in the stamp field

_________________
[ matt ]
Back to top
Siebe
God Like
God Like


Joined: 06 Jan 2004
Posts: 562
Location: Netherlands
Reputation: 39.8Reputation: 39.8Reputation: 39.8Reputation: 39.8

PostPosted: Fri Apr 15, 2005 11:43 am    Post subject: Reply with quote

Actually, no, Matt.

As Mat007 points out the objects are being sent using Datacasts. This was changed since 732 or so so the official client could also send Winks in multi-person conversations. The default Winks don't require a Stamp field, and you can simply send those.

A Wink is being requested the same way a DP or CE is being requested.. Even got the same EUF-GUID. Simple enough to match the object in the Context field with the cab file you "obviously" have somewhere in your bots directory structure and to send it in a couple of steps after that.

You aren't completely off, however. Yes, the Stamp field is being used by BlueMountain Winks, but it is not the data. The Stamp field is an xxx bit fingerprint of the Wink later encoded with B64. It serves a security purpose and is impossible to recreate (ZoRo did a lot of rev engineering on this over the past 2, 3 weeks). I guess that the e-mail address or something similar has not been included in the Stamp, so theoretically, if you sniff the Wink object you could make your BOT send it. Also note that the Stamp field is not being included in the SHA1C field.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group