Slashdot Mirror


Nmap 5.00 Released, With Many Improvements

iago-vL writes "The long-awaited Nmap Security Scanner version 5.00 was just released (download)! This marks the most important release since 1997, and is a huge step in Nmap's evolution from a simple port scanner to an all-around security and networking tool suite. Significant performance improvements were made, and dozens of scripts were added. For example, Nmap can now log into Windows and perform local checks (PDF), including Conficker detection. New tools included in 5.00 are Ncat, a modern reimplementation of Netcat (with IPv6, SSL, NAT traversal, port redirection, and more!), and Ndiff, for quickly comparing scan results. Other tools are in the works for future releases, but we're still waiting for them to add email and ftp clients so we can finally get off Emacs!"

73 comments

  1. Bloat. by girlintraining · · Score: 2, Insightful

    So nmap went from a special purpose-built tool to a suite. Frack. Anyone here taking commissions on erecting a grave marker? UNIX is nice because it creates many little purpose-built utilities that can be strung together to perform complex tasks. This style of thinking seems to be going away in favor of integrated solutions that rather than doing one thing well do an umbrella of things passably okay. At least they haven't gone the approach yet of stuffing everything into a service that has to run all the time or the scanning engine will go stabby-bits on the user, which seems to be how "security" software runs on Windows... But it's only a matter of time.

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Bloat. by arabagast · · Score: 3, Interesting

      I think that this is exactly what they are doing, only that all the small tools are bundled in the same tarball.

      --
      Doolittle : ...What is your one purpose in life?
      Bomb no.20 : To explode of course.
    2. Re:Bloat. by Xiph · · Score: 2, Informative

      When i read the summary, that's what i thought.

      And to some extent, i think you might still be right.
      What they've done isn't to build in Conficker detection and the like, but to enable scripting so you can extent nmap.
      being able to write nmap scripts is nice, on the other hand, on the other hand, several other tools allow for scripting nmap, so i don't see the point in going the other way around it.

      --
      Blah blah sig blah blah blah irony blah blah
    3. Re:Bloat. by morgan_greywolf · · Score: 3, Insightful

      Having to compete on feature sets, interoperability, and user satisfaction is a lot harder than claiming moral superiority. -_- This is why open source still isn't taken seriously by businesses -- the mindset of its adherents is still blatantly immature.

      Nice troll you have there.

      Open source gets lots of things right -- and -- lots of things wrong.

      If you want to talk about competing on feature sets, interoperability and user satisfaction, well, there are quite a few packages out there that do exactly that. OF course, you always have to take into account your audience.

      Development tools like gcc, autoconf, Python, Perl, Emacs, gdb, are all at the top of their class in terms of these three things. I know several people, for example, who have been using Emacs since 1984, including myself (off and on; it's a love/hate relationship for me. :)

      But then again, these are tools written by developers, for developers, not by developers for marketeers. Say what you will about Visual Studio .NET, but I can point you at scores of people that absolutely despise it, and not for the fact that it's closed source. It's terrible bug-infested bloatware, and everyone who has ever used it knows that. (That being said, there are those that are forced to use it, of ocurse).

      For user software, Firefox is definitely at the top of its class in those three categories, no doubt about it. Its constantly rising market share proves that.

      Apache? Despite Microsoft's best efforts, more than 2/3rds of all websites are still running Apache. Again, specifically because of user satisfaction (webmasters love Apache), interoperability (everybody makes their stuff work with Apache), and feature sets (IIS can hardly compete with Apache today, considering how badly Microsoft has stagnated it.)

      Sure, there's stuff open source gets wrong, but that's not my point. My point is this: your comment is either astroturfing, or you're Microsoft zealot, or you're a troll, plain and simple.

    4. Re:Bloat. by thefear · · Score: 5, Informative

      So nmap went from a special purpose-built tool to a suite. Frack.

      Step 1) Download the tarball
      Step 2) Compile with '--without-ndiff --without-zenmap --without-liblua --without-ncat --without-openssl' for a classic Nmap experience
      Step 3) Profit

      --
      :(
    5. Re:Bloat. by TypoNAM · · Score: 1

      Did you get all upset and angry too when you found out that g++ comes with gcc?

      --
      This space is not for rent.
    6. Re:Bloat. by Rycross · · Score: 3, Informative

      Really? Everyone I know who uses Visual Studio .Net loves it, and I frequently hear comments, even on Slashdot, how its the "One thing that Microsoft got right." I certainly enjoy using it, and scratch my head when I come across the occasional (rare) comment that its "bloated and buggy."

      Of course, using the words "bloated and buggy" has become the new "I don't like it, but don't want to give any specifics." So, yeah.

    7. Re:Bloat. by Rycross · · Score: 1

      Its nice to have small, simple utilities that you can chain together. But at certain times its nice to have a larger tool that ties them all together for certain tasks. Ideally, you'd have a choice between both where appropriate (and in most cases, this isn't that difficult to accomplish). NMap strikes me as the kind of tool that can benefit from this sort of thing.

    8. Re:Bloat. by Freetardo+Jones · · Score: 2, Informative

      But then again, these are tools written by developers, for developers, not by developers for marketeers. Say what you will about Visual Studio .NET, but I can point you at scores of people that absolutely despise it, and not for the fact that it's closed source. It's terrible bug-infested bloatware, and everyone who has ever used it knows that. (That being said, there are those that are forced to use it, of ocurse).

      I've used Visual Studio 2005, 2008 and 2010 and love them all and almost everyone else where I work loves it as well.

    9. Re:Bloat. by Vancorps · · Score: 1

      While your basic point I believe is correct your information is dreadfully dated. The original visual studio .Net you had a point with. all versions since the release of .Net 2.0 have been solid though and every programmer I've encountered loves it.

      Also I'm not sure how you can say MS has stagnated development for IIS. IIS 7 is such an improvement that I can serve twice as much content as I could with IIS 6 on the same hardware. Combined with the fact that IIS has since the time of IIS5 beaten Apache at dynamic data driven web serving and I begin to wonder where you get your information. Static serving Apache has always been king however so it depends on the type of site you're building and deploying. Historically static sites accounted for the vast majority which is why Apache has such market share now. Of course with PHP5 and the right platform I'd say it's quite competitive these days especially since adding additional hardware to help with the serving is cheap and easy although getting PHP apps to talk across load balanced machines is quite a bit more difficult than getting IIS clusters to cooperate.

      The real difference between most closed-source and open source software is usability like it or not. That doesn't mean that all closed-source apps are usable and not all open source apps are unusable. You list Apache as a beacon of user satisfaction when I can say pretty confidently that most people go with it because most people in the past have gone for it. It's cheap to deploy but quite difficult to setup any advanced features without a lot of man page reading. Yeah, it'll get you up and running with basic functionality fast but so will any web server for the most part. Interoperability is a mess as well. I tried to deploy PHP 5.3 to a CentOS 5.3 install. Yep, had to compile from source and the whole thing was a much bigger pain in the ass than installing the .Net framework ever was.

      Feature sets are quite the joke as well as the small tools philosophy has a strong hold in the open source community and for good reason. Lots of simple apps working together results in a very stable platform but means that individual packages don't have much functionality. The trade off is that it will be harder to implement because there will be more pieces to implement. From my perspective it's worth the extra effort but I recognize that instead of using one tool like Exchange I have to use many tools including Zimbra which only recently became competitive.

      Even look at Asterisk, an app that I actually like because I set it up and go and it doesn't do anything squirrelly unless I do something squirrelly. It however is a lot harder to administer than our old closed-source extensive Televantage softPBX. Of course once you learn Asterisk you realize how much more powerful and extensible it is and in an enterprise environment like I run that is very much a necessity especially once you learn the config files that you have to modify and create your templates.

      Bottom line is that both you and the parent are right with a lot of changing attitudes I think more businesses are taking Linux and open-source projects much more seriously simply from a licensing perspective and too many companies have made their licensing schemes too complicated. Oracle, Microsoft, VMWare, I'm looking at all of you! As closed-source companies make it harder to implement through fine print more people will move into the light and realize that there is another way.

    10. Re:Bloat. by iago-vL · · Score: 5, Informative

      As the original poster, and the author of a dozen or more Nmap scripts, I agree 100%. If you look at the tool itself, you'll see that everything is fairly separate and independent, even if they share a common codebase -- between the scripting and the "bonus" tools, the core is still fairly tight.

      My comment at the end about the bloat + Emacs was intended 100% as humour, not actual commentary. I'm hoping nobody took it as a legitimate stab at Nmap, because it wasn't.

    11. Re:Bloat. by Anonymous Coward · · Score: 0

      This is why open source still isn't taken seriously by businesses

      Yeah, you're right. No business has made any money off of open source anything, no major business has ever promoted anything opensource.

      I mean, Linux and associated applications are from just a bunch of hackers working in their basements. No major business, like IBM, Intel, or HP would bother with this open source shit. None of the people that work on X.org or the Linux kernel have jobs related to this, because business won't take them seriously.

      The documents from Microsoft in 1998 were simply a ghost story that coincidentally made reference to a "Linux". No one at Microsoft even knows what Linux is, nor do they care.

    12. Re:Bloat. by Xenographic · · Score: 1

      > Really? Everyone I know who uses Visual Studio .Net loves it, and I frequently hear comments, even on Slashdot, how its the "One thing that Microsoft got right." I certainly enjoy using it, and scratch my head when I come across the occasional (rare) comment that its "bloated and buggy."

      I don't know how VS is now because I haven't used it for ages, so my complaint may be outdated, but I remember trying to make some CLI applications with it years ago and finding that parts of the standard library were screwed up horribly. You couldn't safely get keyboard input the simple way without following some 3rd party instructions that told me which parts of their standard library implementation were buggy and how to change them so that they actually worked properly.

    13. Re:Bloat. by girlintraining · · Score: 1

      Nice troll you have there. Open source gets lots of things right -- and -- lots of things wrong.

      And my only point was that the slashdot moderators (which by proxy is the slashdot readership) does not like to hear this.

      --
      #fuckbeta #iamslashdot #dicemustdie
    14. Re:Bloat. by Rycross · · Score: 1

      Well, excluding C#, which doesn't count (because its Microsoft-only, bar Mono), most code I've written have been cross-platform GUI programs, which I haven't had a problem with. I've only done a little CLI, and I haven't run into any implementation issues with the standard libraries. But I haven't written a CLI app in a while, and I'm mostly used to post-VC6 Visual Studio (VC6 was pretty terrible standards-wise, they even got the for-loop scoping wrong).

    15. Re:Bloat. by fractoid · · Score: 1

      Anyone who doesn't love Visual Studio should spend some time working in Borland Turbo C++. Then they'll understand what "buggy unstable crap" is really like.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    16. Re:Bloat. by Anonymous Coward · · Score: 1, Funny

      It was, however, a legitimate stab at Emacs. This is not only acceptable but wholeheartedly encouraged.

    17. Re:Bloat. by Artifakt · · Score: 1

      Or, leave Zenmap in and see if there's really that much bloat, instability or loss of speed to have a good GUI front end for NMap. It's a pretty tight GUI - sure it adds some to load times, but unless you're just determined to prove you go back to the original unix command line days, you are halfway likely to decide you like having a GUI that is well designed for its purpose. The natural terminal display for nmap has the usual problem of terminals, that is doing multiple operations tends to push all the data from older operations off the screen. Sure, you're leet, you set the terminal to much more than the default 1000 lines scrollback long ago, right? There are still ways to set up the GUI that tend to keep more info around onscreen at a time. It's up to the operator, of course, whether these are worth it or not.
           

      --
      Who is John Cabal?
    18. Re:Bloat. by smash · · Score: 1

      Can someone please also explain this to the creators of NSLOOKUP and DIG. Why the FUCK can I not pipe a list of hostnames or IPs into either tool is beyond me. I got the results i needed by hacking away with awk and grep and a shell loop but seriously... there needs to be a tool to just go "cat foo.iplist > nslookup-equivalent".

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    19. Re:Bloat. by smash · · Score: 1

      Of course, i mean "cat foo.iplist | nslookup-equivalent". *sigh*

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    20. Re:Bloat. by Anonymous Coward · · Score: 0

      Having to compete on feature sets, interoperability, and user satisfaction is a lot harder than claiming moral superiority. -_- This is why open source still isn't taken seriously by businesses -- the mindset of its adherents is still blatantly immature.

      I guess this was a troll, but... Which planet do you live on? Open source is taken very, very seriously nowadays. Granted, some CxOs may give out comments that seem to imply otherwise, but I've noticed that's usually related to their own business model or position in the market -- disparaging comments about open source can be useful even if the commenter takes open source very seriously indeed...

      Well, back to developing free software, clients are waiting ;)

    21. Re:Bloat. by Anonymous Coward · · Score: 1

      for i in `cat foo.iplist`; do nslookup $i; done

    22. Re:Bloat. by Nursie · · Score: 1

      "This is why open source still isn't taken seriously by businesses"

      Twat.

      Of course business doesn't take FOSS seriously, I mean, that explains perfectly why Oracle, the biggest name in databases, has it's own linux distribution.

      And why IBM builds its software for RedHat and SuSE/Novell on the mainframe.

      And why Google runs its search engine on a custome linux version.

      Think before you speak, moron.

    23. Re:Bloat. by morgan_greywolf · · Score: 1

      Yeah. I'm with ya on that one. Turbo C++, at least the newer versions, are garbage.

      Then again, as someone who cut his programming teeth on Turbo Pascal, I will always have a soft spot for Borland's products, even if they do suck. ;)

    24. Re:Bloat. by Ecuador · · Score: 1

      Wow, and you have a 4 digit id...
      While on both my SuSE box and the Mac, piping to nslookup works, if it doesn't work for you and things like "for loops" are too complicated (!?), there alternatives like good ol' xargs.

      cat foo.iplist |xargs -i nslookup {}

      --
      Violence is the last refuge of the incompetent. Polar Scope Align for iOS
    25. Re:Bloat. by Rysc · · Score: 1

      You could do it like that:

      while read host ; do dig $host ; done foo.iplist

      But the output is ugly as sin.

      --
      I want my Cowboyneal
    26. Re:Bloat. by Anonymous Coward · · Score: 0

      Every time you use that construction, a kitten dies. (Well, technically a cat, but I suspect it's a kitten.)

      You should spare the cat and do "nslookup-equivalent foo.iplist".

    27. Re:Bloat. by Anonymous Coward · · Score: 0

      Argh, and of course /. eats my less-than symbol.

  2. ncat by arabagast · · Score: 3, Interesting

    i was just about to check out ncat. Seems interesting. The only downside is that is can never reach the same critical mass as the vanilla nc, and hence you cannot rely on the more advanced functions on an unknown computer. would be cool though, SSL could be handy in some situations.

    --
    Doolittle : ...What is your one purpose in life?
    Bomb no.20 : To explode of course.
    1. Re:ncat by insecuritiez · · Score: 1

      Yeah, even GNU NetCat isn't really a standard replacement. Ncat isn't likely to become one either. It's another tool, it has great features, if it's useful for you use it. I'd say Ncat's primary competitor is probably socat or cryptcat rather than vanilla nc.

  3. Some of the best.... by 222 · · Score: 2

    Some of the best things in life are free :- )

    1. Re:Some of the best.... by masmullin · · Score: 1

      But you can keep 'em for the birds and bees
      Now give me money (that's what I want)

    2. Re:Some of the best.... by Vancorps · · Score: 1

      Like mid-west boobies!

  4. Keep beating that horse by synthesizerpatel · · Score: 0, Troll

    You really have to hand it to Fyodor, he made a career out of nmap and I would assume still manages to get something from it.

    But seriously.. nmap 5? Does it have clustering agents yet? AI behind fingerprinting? Enterprise features? TCP scanning is so ZZZzz. lets see some innovation already.

    1. Re:Keep beating that horse by Anonymous Coward · · Score: 0

      You really have to hand it to Fyodor, he made a career out of nmap and I would assume still manages to get something from it.

      I hear he gets booth babes.

    2. Re:Keep beating that horse by insecuritiez · · Score: 5, Informative

      Full Disclosure: I am a Nmap developer.

      Despite your trollish tone, you're right that there isn't a ton of innovation coming out in just TCP port scanning. The 5.00 release has several scanning performance improvements but port scanning is still port scanning.

      But as for innovation/enterprise features:

      * OS Fingerprinting (second generation engine)
      * Graphing (via the Zenmap front-end) of the network topology
      * Service fingerprinting
      * Script engine including
          * Windows SMB/CIFS/RPC scripts
          * Windows vulnerability detection scripts
          * SQL Injection scanning script
          * Telnet/HTTP/FTP/SMB brute force scripts
          * Conficker detection script
          * A lot more
      * XML output for report generation and nice XLST file for conversion to HTML

      If you want to see AI behind OS fingerprinting, then submit a patch. I'd recommend starting with a Support Vector Machine as that has shown the most promise in developer testing.

      If you want to see a webapp front-end for scheduling of scans and report generation then start a project.

      Nmap is an open source project and despite the release wording, does not believe in bloat. Nmap isn't Nessus and never will be. If you want a client/server architecture or webapp they will be separate tools.

      I use Nmap in an enterprise environment to scan 3 /16 networks (all ports). Do you?

    3. Re:Keep beating that horse by sofar · · Score: 1

      I use Nmap in an enterprise environment to scan 3 /16 networks (all ports). Do you?

      you poor bastard.

      I had the sad experience of working on a single /16 network once for a few years. Well, obviously not much "worked" well.

      With 3 /16 networks, your life must be hell. I wouldn't trust any of the code you wrote :).

    4. Re:Keep beating that horse by RiotingPacifist · · Score: 1

      what do you want a TCP scanner to do? TCP scan. I fail to see how you benifit from clustering, if you know what your doing you can bash out a script that can use a cluster of computers to use nmap, but if you can't do that you don't really have enough of a clue to benifit from it. I also really dislike the idea of adaptive code in a network scanner, you can either recognise a scan as belonging to an os (or being similar) or you cant adaptive AI may workaround having outdated config files but you lose too much in terms of reliability!

      Enterprise features?

      like? NMAP is a security tool, security tools have to be dumb and require smart operators, what sort of enterprise features do you want from a TCP scanner?

      Performance is really the only thing that matters if portscanners are going to matter in ipv6

      --
      IranAir Flight 655 never forget!
    5. Re:Keep beating that horse by timbrown · · Score: 3, Interesting

      Disclosure: I am an OpenVAS developer...

      Nmap does what it does very well. It would be a strange day that I stop using it for pentesting, in fact more likely I'll adopt some of the other tools the project has developed. Ncat in particular sounds great simply because it unifies multiple functions I currently use from other tools. The other thing I like is the NSE, great for quickly cooking up a scanner for 0day threats as we saw with Conficker check they produced.

      If you want a Free Software vulnerability scanner, then support OpenVAS. The project is making quiet progress (cleaning up the code base, redesigning the architecture and most importantly adding new NVTs) and has just had a second DevCon in Germany with 16 developers from 4 continents making the trip. Nothings ever perfect but it now has NVT that are not in Nessus so if you're not using it, you're probably missing out. It's worth noting that we at OpenVAS like the nmap developments so much that a couple of the OpenVAS developers are looking to actively contribute and we're considering libnmap as a replacement for the rather fragile port / service discovery functionality we inherited.

      --
      Tim Brown
    6. Re:Keep beating that horse by Lord+Ender · · Score: 1

      Does nmap yet provide a way to update its OS fingerprints? This is the sort of thing that changes constantly, and I haven't found a good, automated way to do this, especially when using linux distribution-maintained nmap packages.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    7. Re:Keep beating that horse by geminidomino · · Score: 2, Funny

      what sort of enterprise features do you want from a TCP scanner?

      Build in Email Client, image editor, and web browser, of course. Don't you know that no special-purpose tool is complete without them?

  5. Re:IMPORTANT! PLEASE READ!!! by CarpetShark · · Score: 1

    insidious hacker hell-bent on criminal intrusions into systems owned by minors!

    It's obviously some dark, nefarious plot to undermine our entire society using robotic tunnelling equipment.

  6. Re:But my granny stilll sucks cock better by Anonymous Coward · · Score: 0


    Blue Iris is dead.

  7. ncat vs socat by loxosceles · · Score: 1

    ncat is still fairly limited.

    socat (the 2.0 beta versions) is the best app to use for that stuff. It can use arbitrary chains of protocols, which is very useful when dealing with exotic and crazy situations like trying to tunnel stuff through multiple proxies.

    http://www.dest-unreach.org/socat/socat-version2.html

    1. Re:ncat vs socat by buchner.johannes · · Score: 1

      socat is crazy. It supports SSL/TLS and chaining of protocols (e.g. for tunnelling) and you can use this addressing scheme as a library for your projects.

      checkout the Manpage and the examples

      Definitely powerful, but I found it a little picky on command-line parameters -- if you just want to do simple stuff it is not that easy to get into it.

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
  8. It is significantly faster by peterthomas2009 · · Score: 1, Informative

    I have just added the latest version to HackerTarget.com.

    Across the board I am seeing significant speed improvements over 4.85.

    Congratulations to the developers this looks like another quality release. I am looking forward to testing some of the new features to determine what additional capabilities can be added to our online scanning.

    * Full disclosure - I run HackerTarget.com *

  9. Re:Melts in your butt not in your hands? by Anonymous Coward · · Score: 0

    Try dipping them in liquid nitrogen before insertion.

  10. A thousand HP Directjet boxes cry out in pain ... by dbIII · · Score: 3, Interesting

    ... and are forever silenced. Nmap is great but there are incredibly crappy devices out there that can be killed with a simple port scan. It's a good idea to make sure no such critters are on the subnet you scan when you start playing with nmap. Some non-HP older printers also need a full reset after they have been scanned. Hopefully newer devices are not designed so badly that they expect to be configured by just throwing a few bytes at a port with no attempts to find out if you should be allowed to do it.
    Nmap and similar tools will show you that what in the past was called "enterprise" was simply becuase the vendors assumed you had a lot of expendable guys in red to throw at any problem. It can show you where there is none of the security the sales guy said was there.

  11. is it recurring theme night? by Anonymous Coward · · Score: 0

    And is he still a virgin?

    Nope. I popped his cherry.

  12. netcat /email by Anonymous Coward · · Score: 1, Informative

    we're still waiting for them to add email and ftp clients

    Fyodor added ncat, which means you've *already* got ftp and email support. Now I bet you're gonna complain that ftp & email are hard or something, when you have to hand type the bytes...

    1. Re:netcat /email by Anonymous Coward · · Score: 0

      Hard? In MY day, we had to write the IP headers ourselves? And you know what? ...

      .... nevermind. You know where I'm going, and it's just going to end up with a xkcd reference..

  13. Oh, cool! by jra · · Score: 1

    I'm sure movie producers everywhere are pleased to hear this.

    "Damnit, Eddie, that version of nmap is out of date!"

    1. Re:Oh, cool! by Anonymous Coward · · Score: 0

      Color me shocked that there are no seeded torrents of haxxxor to be found (just a really old, abandoned one on TPB)

  14. Hallelujah! by Anonymous Coward · · Score: 0

    This makes Windows 7 so much more of a bargain!

  15. Re:A thousand HP Directjet boxes cry out in pain . by smash · · Score: 1
    Heh. back in 2002 I killed a production SCO OpenServer box (running out company ERP package) with a portscan. Yes, I laughed :D Be careful - though if you can kill a box with NMAP, it probably needs patching or a firmware update.

    Or, alternatively, putting in the bin...

    --
    I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
  16. I was using VC 5.0 by Xenographic · · Score: 1

    > But I haven't written a CLI app in a while, and I'm mostly used to post-VC6 Visual Studio (VC6 was pretty terrible standards-wise, they even got the for-loop scoping wrong).

    A _VERY_ old install CD that has been collecting dust for ages says that I was using VC++ 5.0, Enterprise Edition (I got it by working on a project with a professor in college; I don't think I've ever used it since then). So they've certainly had a long time to improve, even though I clearly remember how horribly broken it used to be.

    1. Re:I was using VC 5.0 by Rycross · · Score: 1

      Uhg, VC5? My condolences.

  17. Re:A thousand HP Directjet boxes cry out in pain . by yanyan · · Score: 1

    What do you mean by "killed"? The machine stops working forever?

    Now this isn't the same scenario, but i have a Westell DSL modem + router combo that gets disconnected from the network and resets itself when i do a portscan of my ISP's network. I RTFM'd and tried the --scan-delay option, which fixed the disconnection and reset issue i was having. My theory is that the next hop had a threshold-based security feature, or the ISP had flaky hardware that couldn't handle the storm of packets.

  18. Re:A thousand HP Directjet boxes cry out in pain . by dbIII · · Score: 1

    What do you mean by "killed"? The machine stops working forever?

    Sadly yes, everything apart from the power light, it appears the firmware was flashed and filled with rubbish. HP Directjet EX Plus printserver - expensive piece of utter garbage that can really be replaced with other stuff but there are still a few around. Some HP printers and an Oce plotter required a reset to factory settings after a port scan but ran again after that. Quite an embarrassing first week at a new site but it turned up a rooted box that was hosting copies of porn dvds by ftp and costing a fortune in bandwidth charges (dunno why the accountants never asked why IT was spending it's yearly budget each month). Some manufacturers just leave security holes so an arbitrary string of bytes sent to the right port get the thing to run internal commands. Very shortsighted design on any sort of networked device and I can only assume the idiots that implemented it copied the things from some serial port stuff without thinking about a network. A dying network card sending noise could probably kill these things.

  19. Re:Melts in your butt not in your hands? by Anonymous Coward · · Score: 0

    dont do that, it really hurts and your ring gets cold very quickly.