Slashdot Mirror


Security Tools More Harmful Than Helpful?

soblasted writes "With the recent 2.0 release of the Metasploit Framework, people are wondering if security tools like it do more good than harm. This article attempts to answer the question. The legitimate use of the framework is for security researchers to use in exploit testing and development.It will run on any OS with Perl, and includes a CLI and web GUI, along with many ready to run exploits and payload modules. With HP also developing systems to preemptively attack their own networks, has this become acceptable?" This issue reminds me of the first release of SATAN and the uproar it caused.

44 of 116 comments (clear)

  1. Duh by Anonymous Coward · · Score: 5, Insightful

    Any tool can be used incorrectly.

    Run ping -f to the wrong host and it's a DDoS attack, not a test of simple dropped packets

    run apache's tester, 'ab' to the wrong host and it's a DDoS attack, and not a test of a webserver

    run X to the wrong host and it's a , not a

    1. Re:Duh by AndroidCat · · Score: 5, Funny

      Post a link to helpful information on Slashdot, and it's a DDoS attack...

      --
      One line blog. I hear that they're called Twitters now.
  2. What, no link, CowboyNeal? by Dachannien · · Score: 4, Funny

    You know, you'd think that a google search for "satan" wouldn't be all that helpful for us noobs. Guess I was wrong!

  3. Security tools = trouble? Yes/No by 192939495969798999 · · Score: 4, Insightful

    Of course, any time you release a tool that can be used for good or evil, there will be people that use it for good and those who use it for evil. I would much rather at least have the tools exist than be stuck when some evil person creates a supervirus using a tool they stole because we can't get that tool publicly.

    --
    stuff |
  4. That's SANTA to you! by Gaewyn+L+Knight · · Score: 3, Interesting

    Heh... my favorite part of the whole SATAN thing was they included the script to change every reference to SANTA in case you were offended.

    They thought of everything... or thought they had... until they found themselves in the middle of a storm of controversy.

    Ahh... those were the good old days :P

    --
    Telcos have alot of dark fibre in the States. Most people assume that's optical fibre...but it's actually moral fibre.
  5. Securty Tools by kpogoda · · Score: 4, Insightful

    It will be a mojor help to both the administrators and the hackers. But this is not a readical change from the current situation. Hackers and Crackers already employ many of the same tools for troubleshooting and other less legitimate purposes.

  6. First release of Satan by Tandoori+Haggis · · Score: 5, Funny

    Do subsequent versions of Satan have fewer vulnerabilities? ie resistance to garlic, silver, crosses, upright pentagrams, white witches, holy water, Billy Graham etc?

    --
    My hyperlinks aren't worth the paper they're printed on.
  7. It's a dual edge sword by drizst+'n+drat · · Score: 5, Interesting

    Having tools to help in identification of weaknesses is not a bad idea (one side) - OTOH - the same tools can also help a hacker use that information to exploit your system (other side). Not that they couldn't do it anyway -- but hey -- this is faster. It was stated in the article that "The problem today is that many organizations do not patch systems until a working exploit is released". How true this as well as the comment that "The bottom line is that exploits are not only useful but are (also) required for many types of legitimate work." Brings to mind some of the restrictions that are placed on useful processes such as the remote commands, snmp, and other features built into the OS. Nice to know where problems are so that they can be locked down ... but what if you really need them ...

    1. Re:It's a dual edge sword by drizst+'n+drat · · Score: 2, Funny

      You're write - my bad!

  8. eye for an eye by irokie · · Score: 5, Insightful

    i think the point made in the article that "this toold allows admins to play on the same level as the attackers" is a very valid point and should be paraded out in front of anyone who says "but this will only cause more attacks by making the attackes easier for the attackers to execute"
    newsflash; even the l4m0r-est script kiddie has a plethora of tools like this (most of which are usually loaded with trojan's and the like).
    giving admins legit, supported and just plain better tools means that admins have the ability to check their systems' vulnerability easily. and an admin equipped with a tool for automating exploits has a better chance of stumbling across an exploit no one has found yet, because he hasn't spent all night checking for vulnerabilities earlier.

    --
    and if you see me strut, remind me of what left this outlaw torn...
  9. The debate... by Alioth · · Score: 4, Insightful

    The debate is almost pointless. If there's complex software, and that complex software has bugs, it is inevitable that exploits and exploit kits like the one in the story will be written.

    Railing against them won't make them go away - maybe the author(s) of this particular tool will give up, but there are plenty of other authors who will inevitably write something similar anyway.

  10. Patching is a faulty security paradigm by ehack · · Score: 4, Insightful

    The whole test/patch paradigm is wrong, regarding security: The patches can only be issued when the problem becomes visible, which is doubtless too late for many out there. Also, a significant fraction of users are unskilled, or simply leave their machines unattended, and cannot patch in time.

    Sadly, security problems were already better dealt with by Unix when it was designed, more than thirty years ago, than by Windows now, but the large number of Linux boxen that get rooted shows that the Unix model is now hopelessly out of date. It is time to catch up on the basic issues, separate the programs from the data more effectively, provide PCs with effective data backup,
    and maybe freeze some essential functionality in firmware so that it cannot be overwritten.

    --
    This is not a signature.
    1. Re:Patching is a faulty security paradigm by Vancorps · · Score: 4, Insightful
      This is what MS is attempting to do with XP Service Pack 2

      They are entering the game where all memory must be flagged as executable or not-executable when allocated. Great step in the right direction.

      Also, I don't have any servers apps that have data in the same location. Exchange and Active Directory are all stored on a RAID 5 while the operating system is only mirrored. We have an image of the operating system which is fully working and we only bother to backup the array. Occasionally we will check the OS's integrity with Tripwire and if it passes then we create a new image and store it along side the old image just in case the unforeseeable happens.

      There are ways to deal with these issues, I'd say Linux and Windows following the exact same patching model, the only difference is there are a lot more people developing patches for Linux. Speaks well for OSS but education is still a problem, for whatever the reason many Linux users and worse, admins don't know shit about designing a secure and reliable environment.

      As for the firmware idea, I believe that is where the industry is headed. It is a good idea but it does restrict the capabilities of a system while also having a very large margin for error. I can imagine a new install of an OS would require several firmware updates to get the required interface to work, and what if you installed the wrong firmware? It's like an Intel board today, if you want to upgrade the firmware there are so many pre-reqs its often a pain in the ass and worse yet, its a requirement because your backplane will keep dying without it. I think its best just to create a secure model for which to install. Force people to store programs and data in a different location and with different permissions.
    2. Re:Patching is a faulty security paradigm by gtall · · Score: 4, Informative

      It will not be the one of the few things M$ actually innovated. I learned about capability based architectures back in 1976 and I believe they were "innovated" in the '60's, but security wasn't such a problem back then. Here's a url for 1980's article. You can pick up the trail there:

      http://portal.acm.org/citation.cfm?id=850709&dl= AC M&coll=portal

    3. Re:Patching is a faulty security paradigm by dossen · · Score: 2, Informative

      I don't know what MS are aiming for, but there is lots of work on Linux and elsewhere on putting the data in memory pages that are not executable.

    4. Re:Patching is a faulty security paradigm by Octorian · · Score: 2, Informative

      Actually, Solaris has had support for this feature for some time, and OpenBSD now has it as well. It works by making the stack marked as non-executable memory, and stops normal buffer overflow attacks dead in their tracks.

      However, a system with this is still exploitable. It is just much harder. One writeup on this can be found
      here.

    5. Re:Patching is a faulty security paradigm by Tassach · · Score: 3, Insightful
      Sendmail is still full of holes. Sendmail 8.11.7 was released just over a year ago (30 Mar 2003). In that year there have been no less than 5 critical bugs discovered including 2 remote root exploits and a DOS vulnerability.

      I got sick of playing whack-a-mole with Sendmail's bugs and switched over to postfix in that year there has been only one bug discovered in postfix -- a DOS vulnerability. AFAIK, Postfix has NEVER had a remote root exploit.

      Security is HARD to get right. Postfix was designed from the ground up with security in mind by one of the leading experts in the field of computer security, and it still occasionally has problems. OpenBSD is reviewed line-by-line for security problems by some of the most anal-retentive programmers in the world, and it still has an occasional hole. Programs like sendmail, where security is a poorly-implemented afterthought, can never be trusted.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  11. Security tools == good by Ckwop+Johnson · · Score: 2, Insightful

    The bad guys are becoming a corporate force (due to the requirement for Spam Bots)..

    Now we have a choice of making security testing products that might be used by the bad guys to break into other people's networks or we can let the bad guys develop these tools anyway and leave ourselves with a harder job in testing security.

    I think the tradeoff is worth it.

    Simon.

  12. Metaploit Going Down by fdiskne1 · · Score: 4, Funny

    Who needs Metaploit when all you really need is an article on the front page of /.? I was looking around the page before it was posted to /. and as I was nearing completion of the downloads, I noticed things begin to choke. "Ahhh....", I thought to myself, "Must be on /." Now with a total of 25 or so posts it's coming to a screeching halt. We really have to come up with a way to warn webmasters when their site is going to be linked from /.

    --
    But why is the rum gone?
  13. Renaming the tools of the trade by ehack · · Score: 4, Insightful

    I suggest remote backup instead of file-sharing. And remote security testing instead of cracking. Makes it sound like you are doing a company a favor when you remotely test their security, or determine their bandwith limitations.

    --
    This is not a signature.
  14. I think it's pretty simple by RAMMS+EIN · · Score: 4, Insightful

    I think it's pretty simple. Those meaning harm are going to write exploits/sniffers/etc. They might even share them, but you bet they will try to keep them out of the hands of the white hats. This means that if you write a tool and release it to the public, you benefit the white hats, while giving the black hats what they already had. Even in the case where bsack hats didn't have an equivalent piece yet, they will at worst be on par with the rest.

    Writing and releasing these tools is the only way to establish certainty. Certainty that, if a hole can be detected, you can. And certainty that everyone else can, so you MUST patch it. No more guessing that it will be alright and being wrong.

    --
    Please correct me if I got my facts wrong.
  15. Abuse does not justify banning by Anonymous Coward · · Score: 4, Insightful

    Over the years how many people have used hammers, axes, etc to cause harm to other people? Where I live there was just recently a fire fighter who chopped up his girlfriend with his fire axe (normally very useful in saving lives).

    In the final analysis there are always ways to abuse things and cause harm with them. That doesn't justify preventing their legitimate use. All the more so if their legitimate use actually makes their abuse all the more difficult.

  16. Potential Abuse == Evil Product Mentality by tallpole · · Score: 5, Funny

    I love how many people, especially the media, love to generalize any product that has the potential for misuse to be a sinister product...

    Historically there are so many other examples, such as lockpick kits which are illegal in many states and countries, or are requiring licenses to use. Let's not forget the old Napster, or Kazaa or any other similar P2P, due to misuse, free use P2P is generalized into a piracy movement alone.

    Which reminds me of a joke- A man is at his house during prohibition in the backcountry, when a sheriff comes by and notices that he has all the equipment laid out to make moonshine. Immediately the sheriff arrests the man, citing that having the materials to make moonshine is equivalent to having the contraband itself, though he saw no liquor on the premise. The arrested man takes a long pause, thinks about the situation, and states- "Well, I guess you should arrest me for rape too then, I got all the tools for that crime also!". Embarassed, the sheriff released the man.

    1. Re:Potential Abuse == Evil Product Mentality by 91degrees · · Score: 2, Insightful

      Did this work for the guy who had a map of the bank, equipment to disable the alarm, a large bag, some explosives and a detonator?

      Yeah, okay. I realise it's just a joke. The thing is, you can make assumptions about what people are going to do with their equipment. Sometimes these assumptions are valid, sometimes they're not. Each case is different, and should be decided at the time on its own merits.

  17. We need these tools and we need them automated! by Raindeer · · Score: 4, Interesting

    I'm currently working on ideas to get real broadband (10 mbit) and higher to houses and businesses (minimum of 7500 houses). One of the worries I have is how such a network can be run in a safe and secure manner. Previous experience in running a campus network has learned me, that you cannot trust the end user in doing things right. This becomes espescially true when you're planning for a door to door roll-out of 10mbit+ networks. Imagine a new worm which makes use of such networks. The amount of network traffic it can generate is amazing.

    My solution would be an automated quarantine system, which would quarantine a system ones it is found compromised or vulnerable. Quarantine means in this case that the internet traffic is redirected to a specific page and there the user will find an explanation and a solution. Other traffic, like VOIP and TV over IP should run uninterrupted. (This could be realized for instance by having VOIP and TV on separate VLAN's or by allowing certain IP-adresses)

    This system has to be automated. The reasons for automation are:
    1. You cannot expect a networkadmin to continuously monitor 7500 to 50.000 connections.
    2. Vulnerabilities are many and a system you've just checked by hand could easily be vulnerable the next day, because somebody installed a new piece of software with some old problems. (One can expect people to install a vulnerable version of winamp on a daily basis! Just think of all the cd's in comptermagazines that carry a version of Winamp)
    3. Warhol worms are fast! Within fifteen minutes almost all vulnerable connections will have been infected. If the vulnerability was already known, the system should have been quarantined. If it is unknown, it should be able to disconnect 5000 infected systems immediately once it knows how to detect the vulnerability/worm.
    4. The system should preferably be scanned upon connection to the network. Time and time again.

    Yes there are all kinds of problems associated with this idea. But if you have a better solution, one that doesn't require me to rely on the intelligence of the average John Doe, please do tell me.

    1. Re:We need these tools and we need them automated! by Lumpy · · Score: 3, Interesting

      Ok first. NAT boxes with all ports closed at EACH location as an absolute requirement. only a fool thinks you need a computer directly on the internet for anything but a server.

      you can have a custom firmware written for popular NAT boxes. (comcast does) that allows you to shut off a customer's DMZ machine access if you detect that it is causing trouble and send it's iptables logs back to your server so you can detect a problem when it is happening instead of 3 days later.

      Second yout TOS needs to read that all servers running MUST be registered with you or you shut off their connection. I.E. ip address they want it on and ports that are open and why. Mister Huang on evergreen terrace is NOT allowed to put his W2K server with IIS on the net for a webserver if he does not have all unneeded ports closed.. if they bitch, have a recording of a crying baby to play back at them... (this works with corperate IT in the NOC, Marketing droids and PHB's that are not your direct report.)

      Finally, Unless they have registered a email server with you, they CANNOT send email without going through your email server... yes a few people will bitch, most wont and you will solve a large problem.

      finally set up sniffing tools and actually hire competent staff at decent wage rates. you want people that will investigate why 192.168.123.43 is trying to send 300 emails an hour. or why a large number of IP addresses are trying to access port 3250 on 192.168.123.33... automated tools can be set to alert on these triggers. you need people that can understand what the alerts mean.

      --
      Do not look at laser with remaining good eye.
    2. Re:We need these tools and we need them automated! by RedLaggedTeut · · Score: 2, Informative

      Why 192.168.123.43 is trying to send 300 emails an hour ?

      Really easy answer: he is running an email list.

      Why a large number of IP addresses are trying to access port 3250 on 192.168.123.33 ?

      Well, because 192.168.123.33 is not the wrongdoer but because someone is faking IP packets replies to which all go back to 192.168.123.33.
      Or maybe 192.168.123.33 is running filesharing on that port, which he should well be allowed to do on a decent network.

      I guess you could handle all this by having white-lists of hosts that are allowed to do things that the admin considers weird, but without the automation the initial poster spoke of, I think the admin will not be able to maintain a decent service.

      Compare this to the first Web servers to be run: An admin could easily have considered these evil bandwidth hogs, and stifled innovation by blocking them.

      --
      I'm still trying to figure out what people mean by 'social skills' here.
    3. Re:We need these tools and we need them automated! by chris_mahan · · Score: 2, Interesting

      If I had to notify my ISP every time I wanted to run a service, I would move.

      Which I did, btw.

      You have the AOL mentality.

      You must allow the user to do whatever they want. Your network should be completely transparent to them. As far as they are concerned, they are connected to the internet.

      This is what you are selling (an interent connection). If you can't do it, let someone else do it.
      If you don't want to do it, let someone else do it.
      If you think it can't be done... you get the picture.

      If Mr. SuperCracker wants to ping away, call the FBI.

      Harden your network infrastructure. If it can be easily hacked, let someone else do it...

      My point is: you're a construction worker on the information superhighway. Just because you built the bridge does not mean you can require White Trash Luann-Lee to register her Corsica on your little mile of freeway before she can play speed-demon.

      --

      "Piter, too, is dead."

    4. Re:We need these tools and we need them automated! by throughthewire · · Score: 2, Insightful
      I'm currently working on ideas to get real broadband (10 mbit)...

      Broadband != high bandwidth.

      Broadband signalling means multiple frequencies on the media, as opposed to baseband, where there is only one. Ethernet is a baseband technology.

      These sorts of misconceptions result in well-defined technical terms such as broadband being re-defined for consumers as meaning something entirely different - because consumers have been led to believe it means something else. "Define broadband please - CA" It's one more way marketing continues to make life difficult for the technologists.

      Please don't contribute to the problem. I stop taking people seriously pretty quickly when they use the CompUSA Salesdrone definition of a technical term, instead of the correct one.

      As to your worm vector scenario, you aren't really describing anything different than what happens inside a large corporate LAN/WAN infrastructure. Use IDS software which can dynamically re-write your switch and router ACLs, educate your end-users as much as possible, and hire smart and driven sysadmins and techs who enjoy the challenge of keeping up with the black hats. Provide them with good equipment and quality caffeine.

      And never sit back and relax, confident that you're secure.

      Security is a process, not a product. It's an endless, arduous, thankless process. - Bruce Schneier

  18. re: metasploit by brennz · · Score: 5, Informative

    Metasploit is similar to Core Impact.

    I'll gladly add this to my tools, without any cash outlay.

    Want more security tools?

  19. Bad Logic by re-Verse · · Score: 4, Insightful

    This is some sort of convoluted question - 'do security tools make things worse'. Rather than explaining word for word why I feel its worse, I'll offer an analogy.

    Should brightly lit streets at night be banned because they allow muggers to see us more clearly? Surely not.
    Knowledge is power, and I'd much rather have as much knowledge available to me as possible, rather than have none and some an attacker has none either. The fact is, exploiters will always try to develop their own ways to get in, their own tools, so it would be incredibly stupid for us to decide the less we know about network security, the better.

    Security testing is a GOOD thing, before anyone puts a server online, they should try to hack it on a closed network first - and then they should have their smartest friends try to hack it, with any tools available. This sort of introspection would mean a whole lot more security on the net in general.

    1. Re:Bad Logic by jrexilius · · Score: 2, Insightful

      I think his original assertion is valid, but the analogy is bad.

      The security world is like an arms race and, just like in the real world, its helpfull to buy better weapons from allies then to spend all your productivity just on weapons (please lets not digress into politics here).

      Sysadmins have limited time and many problems to deal with. These tools allow them not only to address more problems but are also helpful in lobbying for management support ($) to fix problems. By being able to document and demonstrate problems and their solutions they can more effectively guide infrastructure spending and development.

      By saying their are lazy and/or undecuated sysadmins out there and that we should push towards the lowest common denominator you would do more harm then good in the macro sense..

  20. Leveling the field by Benm78 · · Score: 4, Insightful
    Lets just assume that most 'bad' hackers have more knowledge of security flaws and holes than most system administrators.

    I this scenario, a set of 'hacking' tools made availble to those administrators can help them find vulnerabilities, fix them, and then test if their solution is working properly.

    If these tools were only available to people with the intention to abuse them, it would be much harder to secure a system.

    Personally, I believe that currently the knowlegde of security flaws is greater among the hackers, since they specialize in exploiting them. Most administrators have many tasks besides system security. With a set of proper tools to diagnose their systems, security could be maintained with less effort.

  21. It would be around anyway by Eudial · · Score: 2, Insightful

    Tools like this would be around even if they were not developed in this public manner. Only this way we give the poor admins the ability to test their networks so that they don't have to learn the hard way that they needed to patch up their systems.

    --
    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
  22. Airlines learnt that one a little while ago. by anti-NAT · · Score: 4, Interesting

    Does that stop us using Airplanes ? No, because their usefulness far outweighs the occasional terrorist attack.

    Same with petrol (gasoline), hammers, screwdrivers, cars etc. etc. etc.

    A false sense of security is worse than no security at all. At least with no security, you know you don't have any ...

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
  23. Duel Edge Sword by truG33k · · Score: 3, Insightful

    Most tools out now are duel edged swords, providing useful feature in one hand, while being able to do harm if used other than the way the designer intended. A baseball bat is just equipment for a game, until you crack somebodies skull open with it.

    --
    You only live once, so you might as well have fun before you die.
  24. I'm the one you fear is going to use this program. by Sheepdot · · Score: 4, Interesting

    I've known about and been exploiting the ms-its vulnerability for a full week and then some now. I had a Proof-of-Concept within the first 2 hours of the original post by a concerned IRC user on bugtraq.

    While this tool doesn't test for IE vulnerabilities like the one I have been exploiting, it covers a lot of commonly used attacks that have already been done by script kiddies for (in some cases like the apache chunked vulnerability) upwards of two years!

    It also tests a lot of "duh" kinds of exploits that any serious web, mail, and NT/2000/2003 administrator would want to test. Admins and security consultants have been using Nessus for the last three years or so and people don't question that anymore.

    I think the issue here with Metasploit's Framework is that it's modular, so script-kiddies like me can sit back and develop and trade exploits. My response to that is: get over it.

    I've been trading exploits for so long now with my *own* PERL code that the only thing this program does is maybe cut my time down in half. And why would I want to release a module for Metasploit when I can make my own EXE's using perlcc and Cygwin?

    If anything, perlcc and Cygwin contribute more to proliferation. And I kind of doubt they are going the way of the dodo anytime soon.

  25. Other Useful Utilities by Inhibit · · Score: 5, Informative

    NMAP Port scanner from insecure.org

    SATAN the aformentioned Security Admin Tool for Analyzing Networks.

    TripWire for checking when someone's trying to access your system, and stopping them.

    Shorewall a relatively easy to set up firewall-in-a-box for Linux.

    --
    You're reading Slashdot. Of course you like Linux and pc hardware
    1. Re:Other Useful Utilities by rob_kg · · Score: 2, Insightful

      How about http://www.insecure.org/tools.html :)

  26. Anyone remember "Satan Inside"? by freelunch · · Score: 2, Informative
    This issue reminds me of the first release of SATAN and the uproar it caused.

    That was a great uproar and a good package. Dan Farmer sure took some flak for that one. He lost a good security gig with SGI as I recall.

    But one of the coolest parts of the kit was the postscript file that featured an Intel-like logo that read "Satan Inside".

    I had great fun printing those on self-adhesive transparency material and widely distributing..

    A quick search turned up one of many sources for the postscript:

    Satan Inside

  27. Blah by harikiri · · Score: 4, Insightful

    Some sleepy thoughts before I crash...

    This is the time-old argument of gun's dont kill people, people kill people. Except, it is now being applied against electronic "tools". Another saying comes to mind "if you outlaw xyz, then only outlaws will have xyz".

    A decade ago, black-hat hackers and security administrators did not have the same access to information and tools that we have today. Crackers are no longer working in the dark, reverse engineering operating systems and applications/services from scratch. Operating system source code is readily available for both the open-source systems (Linux/BSD), along with most of the commercial variants (HP/Solaris/etc) in the black-hat community. With access to this information, they're able to literally scan the code for bad programming practice (grep sprintf) to quickly identify vulnerabilities.

    This open-source transparency has been both a blessing and a curse for the open OS's - in that vulnerabilities can quickly be found by an enterprising auditor, but likewise can be quickly closed by any decent programmer. This is not the case however with the closed platforms, because the source is not available.

    Likewise with penetration tools. When a vulnerability comes out, such as the infamous PHF bug, a cracker can within a few minutes put together a crude scanner to identify these systems for exploitation. Likewise a security administrator can and needs to use a similar tool to audit his network for any sign of the vulnerability.

    However, there should be some industry self-policing going on regarding the public release of certain tools. For example, if a vulnerability emerges and you want to scan and actively "test" whether you are vulnerable (instead of soley checking a service banner - you try to exploit the vulnerability), the test does not need to grant you uid 0. Instead, you can release a binary tool which simply created a root-owned file on the server, in / , called "YOU_ARE_VULN_TO_X". Both tools will confirm whether or not you are vulnerable - but one is significantly less vulnerable to abuse (by the average script kiddy) than the other.

    However, in the long run, the security industry is a very profitable one, and one way to get a head start is to be prolific and vocal in releasing high-quality exploits (and hoping to get noticed by a security company). This is as much about ego as it is about getting a cool job, and while that attraction is there, you're going to keep seeing security tools with no restrictions emerge.

    --
    Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  28. If you outlaw guns... by suwain_2 · · Score: 4, Insightful

    ...only outlaws will have guns.

    Same with security tools. Restrict them because they're "More Harmful Than Helpful" and those who use them for harm will still have them, but those who use them for good won't be able to test their networks first.

    I don't question for a second that they're widely abused. But banning them will only mean that network administrators can't check their own networks.

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
  29. These tools just help hackers by skintigh2 · · Score: 3, Funny

    Also, binoculars should be banned because they just help terrorists look for physical security vulnerabilities.

    We need strong laws to protect people who are too lazy and incompetent to protect themselves. Security through court-ordered obscurity is the only way to freedom.

  30. Spiderman rule by drunkenbatman · · Score: 2, Insightful

    When in doubt, remember Stan Lee: with great power comes great responsibility. When you're talking about guns, security tools, money, r00t, broadband, or any form of power. The question seems to be, can you trust an individual to shoulder that responsibility, and if there are a few out there you can't trust, do you remove the power from everyone...