Slashdot Mirror


User: zn0k

zn0k's activity in the archive.

Stories
0
Comments
119
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 119

  1. Re:Any verification on the Apache web server? on Apple Pushes Unwanted Software To PCs, Again · · Score: 5, Informative

    I have the iPhone Configuration Utility installed on a work machine as we support a few dozen iPhones at work. Just checked, and there's no Apache process (just an iPCU.exe) when running the app. One of the links in the summary also mentioned using a browser against localhost:3000 for configuration, netstat shows no process listening on that port.

  2. Re:Looks like a phishing site. on Google Project 10^100 Reaches Voting Phase · · Score: 2, Informative

    It's Google's site.

    See the announcement here: http://googleblog.blogspot.com/2009/09/announcing-project-10100-idea-themes.html/

    If you're suspicious that that might not be Google's official blog: they own blogger.com and blogspot.com and can reasonably be expected to not let anyone get away with impersonating them on their own sites.

  3. Re:KGB considerations? on Skype Kills Extras Program · · Score: 1

    From that link: "It does not work with Skype."

    Though it may be possible to use ZRTP with Skype somehow, zfone as an app seems to be out.

  4. Re:Hey Wordpress... on Wordpress.org Warns of Active Worm Hacking Blogs · · Score: 0, Troll

    No, I do not. Salted passwords have nothing to do with what essentially is the same thing as obfuscating banners on web or mail servers. Salted passwords significantly improve security. Obfuscating banners only adds a trivial amount of work to determine the version a server is running. Mind you, obfuscating banners certainly doesn't make things worse, so I actually agree that it should be a configurable option. I just disagree that it's a particularly worthwhile option because I agree with TFA in that obfuscating banners at most entices an attacker that is looking for any target to go for someone else because he'd have to run additional steps on you. It does absolutely nothing to help an attacker targeting you specifically. It may not even help with drive-bys depending on how trivial it is to determine the version by probing and checking responses - I must admit I don't know how trivial this is with Wordpress.

  5. Re:Hey Wordpress... on Wordpress.org Warns of Active Worm Hacking Blogs · · Score: 3, Informative

    As outlined in TFA (yes, I know, I know) that's snake oil. You can run response tests to determine a version.

  6. Re:Consistent and Manditory Ruleset. on Smarter Clients Via ReverseHTTP and WebSockets · · Score: 1

    >>In end, default behavior of NAT (outgoing traffic always allowed, incoming only in response to outgoing) gave us the auto-configuration ability that we needed, and the result was something much more secure than would have existed if the firewall was optional.

    How is that better than shipping a stateful firewall with a default configuration that allows all outgoing traffic, allows all related inbound traffic (i.e. all traffic in connections initiated by an inside machine), and drops everything else?

  7. Re:Connection, yes. Server, no. on Smarter Clients Via ReverseHTTP and WebSockets · · Score: 1

    NAT is not a bona fide security feature. NAT by itself can be traversed, NAT keeps no traffic information other than port numbers - NAT at best obfuscates network space, which is a welcome side effect but doesn't make things secure. A firewall is a security feature, and it's perfectly possible to firewall IPv6 traffic. Also, it's of course perfectly possible to subnet an IPv6 network and separate your Crays and your toasters, if you so desire.

  8. Re:Spoke with Police Dept. on Man Arrested For Taking Photo of Open ATM · · Score: 2, Insightful

    I don't see where he's saying that the Police Department's version is accurate. He's simply providing the information that they are claiming to have a different account of how things played out, and he's relaying that their media department can be contacted for a statement.

  9. Re:Apple OS != Linux? on Microsoft Sees Linux As Bigger Competitor Than Apple · · Score: 2, Informative

    Actually your changes would have taken effect immediately in new sessions. launchd runs a new sshd process for every login, so the configuration would be parsed from scratch. Think of it as running sshd through inetd. Since you cannot change parameters to your current session as it already exists, there's simply no need for a mechanism to re-read the configuration.

  10. Re:Useful tricks. on (Useful) Stupid Unix Tricks? · · Score: 1

    My contribution to the discussion is combining $(foo) with for...do loops. For example, if I wanted to find and delete old database connections I would:

    for a in $(list_old_connections) ; do drop_conn $a ; done

    for loops with backticks can very quickly hit resource limits on long lists, so often you're better off piping to a looped read instead:

    list_old_connections | while read a; do drop_conn $a; done

  11. Re:You've gotta be kidding me on Math Prof Uncovers Secret Chord · · Score: 3, Insightful

    I don't get it. Why did it take me less than 30 seconds to figure out how to make anything Idle related disappear from the index, even though I'd never tried before? Please, leave the pointless bitching out off the commends. You know it's lame, we know it's lame, since it is a complete waste of time. Why let it be a complete waste of disk space, cycles and bandwidth?

  12. Re:The lock isn't effective anyway on Locked iPhones Can Be Unlocked Without Password · · Score: 1

    If I've got your iPhone, I can plug it into my Mac and sync all of your contacts/favourites/everything else off with iTunes. And if you've jailbroken it, I can probably get root access with ssh and the "alpine" password, since no-one ever changes that.

    If I've got physical access to your device there's very little you can do to stop me getting your data unless you've encrypted it.

    You can't sync an iPhone (or iPod) with an instance of iTunes that it hasn't synced with previously without formatting the device.

    If you're running an SSH daemon on a device and keep well published default accounts and passwords around, well, you really don't deserve any better.

  13. Re:Only 1/3? on Defcon "Warballoon" Finds 1/3 of Wireless Networks Unsecured · · Score: 3, Informative

    Spoofing a MAC address is trivial on Linux and Windows machines, a bit more involved to make your OS X Leaopard system able to spoof but not rocket science, and apparently trivial with "spoofmac" on Tiger.


    bash-3.2$ uname -a
    Darwin Laptop.local 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun 9 19:36:17 PDT 2008; root:xnu-1228.5.20~1/RELEASE_PPC Power Macintosh
    bash-3.2$ ifconfig en0|grep ether
            ether 00:11:24:d5:57:9e
    bash-3.2$ sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff
    Password:
    bash-3.2$ ifconfig en0|grep ether
            ether aa:bb:cc:dd:ee:ff

    It's trivial on OS X (Leopard and Tiger), too.

  14. Re:Problem with english language, not FSF on USB Flash Drive Life Varies Up To 10 Times · · Score: 1

    "frei" means "free" in German, as in "freedom". Just by itself, it pretty much always refers to freedom, though it can - surprise! - be combined with other words to indicate what something is free of. Including "kostenfrei", describing something that is free of costs. Without any modifiers it would be taken to refer to something that is free of any restrictions, and "freie Software" would be understood to be in the spirit of the FSF.

  15. Re:A couple of issues on the very first page. on Apple Releases Mac OS X Leopard Security Guide · · Score: 1

    With regard to Leopard's new firewall, the idea is layered security. If malware slips onto the machine, the Firewall may still be able to limit the damage it can do. If a worm can't connect to its control channel, it basically does nothing. I'd also note that the new firewall is application based, not port based. That means it can restrict some new game from accessing port 80, while allowing your Web browser to do so. Unless I am very mistaken even after quickly reviewing Apple's documentation, it is indeed an application based firewall (working off signed code, so an alert is triggered if an application's code base changes), but only for incoming connections. Thus, you cannot block any malware from contacting a control server - though you are probably blocking your machine from becoming a control server.
  16. Re:It's not... on Open Source BIND Alternative Launches · · Score: 3, Informative

    That might be due to the website of the distributor calling the product a DNS server.

    Taken from http://www.nlnetlabs.nl/:

    Recent Software Updates
    Unbound 1.0.0
    Tue May 20 2008
    The public release of Unbound, a fast recursive validating caching DNS server.

  17. Re:IE6 on Open Source BIND Alternative Launches · · Score: 2, Interesting

    They are the guys that wrote and support nsd (http://www.nlnetlabs.nl/nsd/), the software used on at least 2 root servers (k.root-servers.org and l.root-servers.org).

    Those are some mighty fine credentials.

  18. Re:modem port? on A Fond Look at Some Obsolete Ports · · Score: 0

    or have had to provide out-of-band management.

  19. Re:Well, no on Procedural Programming- The Secret Behind Spore · · Score: 5, Funny

    I wonder when the hell it'll be done. $ apt-cache showpkg spore
    Package: spore
    Versions:
    1.0
    Description Language:
    File: /var/lib/apt/lists/spore.maxis.com-i386_Packages
    MD5: b7b55c3327e373b0abee0ccb25902a2b
    Dependencies:
    1.0 - dukenukem3d