Slashdot Mirror


User: ZorroIII

ZorroIII's activity in the archive.

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

Comments · 12

  1. Re:yeah, openstreetmap on Smooth Open Street Maps For the iPhone · · Score: 2, Informative

    Then start walking/driving around with a GPS and map your city. OSM is the map that anyone can edit.

  2. Re:Forgot about Cisco? - Cisco is suing! on How Apple Kept the iPhone Secret · · Score: 1
    According to http://newsroom.cisco.com/dlls/2007/corp_011007.ht ml?CMP=ILC-001 Cisco is suing Apple:

    Cisco® today announced that it has filed a lawsuit in the United States District Court for the Northern District of California against Apple, Inc., seeking to prevent Apple from infringing upon and deliberately copying and using Cisco's registered iPhone trademark.
  3. Re:Oh Dear.... on Cisco Plans Its Home Invasion · · Score: 1

    Lucky you, Cisco will withdraw from any market if they are not the first or second player in that market within a few years.

  4. Certs required by vendors on What's the Point of IT Certifications? · · Score: 2, Informative

    5. The shop is a partner of a vendor who requires a certain amount of certified people. Cisco Gold Partner, for example.

  5. Re:Cisco is running Red Hat nowadays anyway on Cisco IOS Source Code Theft Story Continues · · Score: 1

    The ids modules, content engines and NAM's all run Linux. But all current routers run IOS.

  6. Re:I got rooted on Linux 2.4.24 Release Fixes Root Vulnerability · · Score: 1

    The url contains an elf executable:

    $ ls -l sys
    -rw-rw-r-- 1 user user 17313 des 11 17:18 sys
    $ file sys
    sys: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
    $ strings sys

    [..]

    /dev/ptmx
    /dev/pty
    /dev/tty
    sock et
    bind
    listen
    LameBD is starting..duh
    OK, pid = %d
    /dev/null
    /tmp
    HOME=%s
    Can't fork pty, bye!
    /bin/sh

    Looks like something bad

  7. Re:Guess they've figured out how to get around the on US Military Develops P2P Wireless Network Sniffer · · Score: 1

    The nodes might require messages to be signed to allow them to pass. Messages not signed by the correct key are dropped. You only need the public key installed in the nodes, but to send you would need the correct private key. When used as a sniffer, a unique private key is stored in a tamper proof chip on the node and used to sign sniffer data before sending. If you suspect one node is compromised, just send out revocation messages for the compromised node's key.

  8. Re:Obfuscation to throw people off? on Is Linksys Violating The GPL? · · Score: 1

    The code is full of constructions like

    <% nvram_get("aol_block_traffic1"); %>

    so there is some parsing there.

  9. Re:Cisco IOS ? on Is Linksys Violating The GPL? · · Score: 5, Informative
    In the release notes for the software on the NM-CE card they say:
    GNU General Public License Modules Cisco Cache software, Release 3.0.2 incorporates software licensed under the GNU General Public License. If you would like the source code for any of the modified GPL code in Cisco Cache software, Release 3.0.2, send a request to ce-sw-req@cisco.com
    I sent them a mail some time ago asking for the source of GPL programs, but still havent received an answer. The card is rather interesting, one day I'll try to modify the OS to something that can be used for other stuff aswell.
  10. Cisco phones do speak SIP on Cisco's Wi-Fi Phone · · Score: 1

    Cisco make SIP software available for their IP-phones. So you can choose between Cisco proprietary and SIP. See this link

  11. Re:Security of their network? on LA Cops get Wi-Fi Drive By Access · · Score: 1

    Have you sniffed on a Cisco access point? How many packets had weak encryption? I sent loads of data through a access point in our lab. Airsnort did not get enough packets to decrypt the web key, even if it sniffed the entire night.

  12. Re:Will this affect network stuff in any way? on Cisco to Acquire Linksys · · Score: 1

    Cisco usually incorporates stuff they buy into their existing portofolio. That usually means the product will end up running Cisco IOS. You can now buy Aironet access-points running IOS, but other Aironet products are still running their "old" OS. Same with Cistco Catalyst switches. They are only recently beginning to have the same features running IOS as they have running CatOS.