Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Personal Firewall Leak Tests

Personal Firewall Leak Tests

Scheduled Pinned Locked Moved The Lounge
c++phpcom
19 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Douglas Troy

    Thought this might be of interest to some of you, so I'm sharing the info: Firewall Leak Tests[^] FYI - I ditched ZA Pro for Comodo[^] Firewall about 1 year ago, and have never looked back. The company itself also offers a host of other products/services that are good.


    :..::. Douglas H. Troy ::..
    Bad Astronomy |VCF|wxWidgets|WTL

    W Offline
    W Offline
    wout de zeeuw
    wrote on last edited by
    #7

    I used comodo a year back or so, but it got confused all the time with .NET apps, and would mix up applications. Did you ever have that problem? Or is that fixed by now?

    Wout

    D E 2 Replies Last reply
    0
    • W wout de zeeuw

      I used comodo a year back or so, but it got confused all the time with .NET apps, and would mix up applications. Did you ever have that problem? Or is that fixed by now?

      Wout

      D Offline
      D Offline
      Douglas Troy
      wrote on last edited by
      #8

      wout de zeeuw wrote:

      it got confused all the time with .NET apps, and would mix up applications

      I'm not sure I understand what you mean by this, and since I don't, I'm going to go out on a limb here and say "This problem has been fixed". I've never had a single issue with it.


      :..::. Douglas H. Troy ::..
      Bad Astronomy |VCF|wxWidgets|WTL

      W 1 Reply Last reply
      0
      • D Douglas Troy

        wout de zeeuw wrote:

        it got confused all the time with .NET apps, and would mix up applications

        I'm not sure I understand what you mean by this, and since I don't, I'm going to go out on a limb here and say "This problem has been fixed". I've never had a single issue with it.


        :..::. Douglas H. Troy ::..
        Bad Astronomy |VCF|wxWidgets|WTL

        W Offline
        W Offline
        wout de zeeuw
        wrote on last edited by
        #9

        Well, one app would try to access the internet, and comodo would point to another random .NET app as being the one trying to attempt the access. And it wouldn't remember my answers either... seemed a bug that lingered for months back then (and/or I'm nuts ofcourse!)

        Wout

        D L 2 Replies Last reply
        0
        • W wout de zeeuw

          Well, one app would try to access the internet, and comodo would point to another random .NET app as being the one trying to attempt the access. And it wouldn't remember my answers either... seemed a bug that lingered for months back then (and/or I'm nuts ofcourse!)

          Wout

          D Offline
          D Offline
          Douglas Troy
          wrote on last edited by
          #10

          I've not had nor seen that problem on any of my machines (development or otherwise)


          :..::. Douglas H. Troy ::..
          Bad Astronomy |VCF|wxWidgets|WTL

          1 Reply Last reply
          0
          • D Douglas Troy

            Thought this might be of interest to some of you, so I'm sharing the info: Firewall Leak Tests[^] FYI - I ditched ZA Pro for Comodo[^] Firewall about 1 year ago, and have never looked back. The company itself also offers a host of other products/services that are good.


            :..::. Douglas H. Troy ::..
            Bad Astronomy |VCF|wxWidgets|WTL

            H Offline
            H Offline
            Hans Dietrich
            wrote on last edited by
            #11

            I see that Comodo has another free product called Comodo BOClean. Have you tried this?

            Best wishes, Hans


            [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

            D 1 Reply Last reply
            0
            • H Hans Dietrich

              I see that Comodo has another free product called Comodo BOClean. Have you tried this?

              Best wishes, Hans


              [CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]

              D Offline
              D Offline
              Douglas Troy
              wrote on last edited by
              #12

              Yup. I have it installed on my server at home. Works as advertised.


              :..::. Douglas H. Troy ::..
              Bad Astronomy |VCF|wxWidgets|WTL

              1 Reply Last reply
              0
              • W wout de zeeuw

                I used comodo a year back or so, but it got confused all the time with .NET apps, and would mix up applications. Did you ever have that problem? Or is that fixed by now?

                Wout

                E Offline
                E Offline
                Ed Poore
                wrote on last edited by
                #13

                No problems I've come across, the only thing which bugs me (but which makes sense) is when you rebuild an app it asks for permission again (because the file has changed), when you're debugging an app and continuously recompiling its a bit of a PITA.

                J 1 Reply Last reply
                0
                • D Dario Solera

                  Are personal firewall still needed today, especially with all those router with built-in NAT and firewall features? I haven't used a software firewall for years now, and I never had problems...

                  If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Blog - My Photos - ScrewTurn Wiki

                  D Offline
                  D Offline
                  Daniel Grunwald
                  wrote on last edited by
                  #14

                  This test was about the capability of the firewalls to distinguish between good and bad outgoing packets based on from which process they came. IMHO, outgoing firewalls doing per-process filtering are totally useless. If they want to protect trojans already running on the system, they also have to prevent the trojan from using trusted processes (e.g. controlling Internet Explorer with DDE). Modern software firewalls try to detect and prevent such actions. That's why they cause inexplicable bugs in other software and slow down the system.

                  M 1 Reply Last reply
                  0
                  • D Daniel Grunwald

                    This test was about the capability of the firewalls to distinguish between good and bad outgoing packets based on from which process they came. IMHO, outgoing firewalls doing per-process filtering are totally useless. If they want to protect trojans already running on the system, they also have to prevent the trojan from using trusted processes (e.g. controlling Internet Explorer with DDE). Modern software firewalls try to detect and prevent such actions. That's why they cause inexplicable bugs in other software and slow down the system.

                    M Offline
                    M Offline
                    Mike Dimmick
                    wrote on last edited by
                    #15

                    Not sure who voted you down; in my view, you're absolutely right.

                    Stability. What an interesting concept. -- Chris Maunder

                    1 Reply Last reply
                    0
                    • E Ed Poore

                      No problems I've come across, the only thing which bugs me (but which makes sense) is when you rebuild an app it asks for permission again (because the file has changed), when you're debugging an app and continuously recompiling its a bit of a PITA.

                      J Offline
                      J Offline
                      jchesney
                      wrote on last edited by
                      #16

                      I hear your pain! Felt it too! My firewall is constantly complaining that my app has changed. It would be useful to have a firewall designed for developers, which not only did the work of a normal firewall but also integrated with the development environment / source control to detect when you were compiling a project. That way you could specify an .exe as being "Under Development" and therefore ignore the .exe. Once the project was checked in, the firewall could then remove the "Under Development" flag, and resume normal firewall activities. Thoughts? j. "...to him who is able to do exceedingly abundantly above all that we ask or think, according to the power that works in us, to him be glory..."

                      E 1 Reply Last reply
                      0
                      • J jchesney

                        I hear your pain! Felt it too! My firewall is constantly complaining that my app has changed. It would be useful to have a firewall designed for developers, which not only did the work of a normal firewall but also integrated with the development environment / source control to detect when you were compiling a project. That way you could specify an .exe as being "Under Development" and therefore ignore the .exe. Once the project was checked in, the firewall could then remove the "Under Development" flag, and resume normal firewall activities. Thoughts? j. "...to him who is able to do exceedingly abundantly above all that we ask or think, according to the power that works in us, to him be glory..."

                        E Offline
                        E Offline
                        Ed Poore
                        wrote on last edited by
                        #17

                        l'll write the VS plugin, you write the firewall ;P

                        1 Reply Last reply
                        0
                        • W wout de zeeuw

                          Well, one app would try to access the internet, and comodo would point to another random .NET app as being the one trying to attempt the access. And it wouldn't remember my answers either... seemed a bug that lingered for months back then (and/or I'm nuts ofcourse!)

                          Wout

                          L Offline
                          L Offline
                          lpgray
                          wrote on last edited by
                          #18

                          I finally ditched Comodo for this reason (and I also got sick of the pretty, but mouse-only, UI). That was probably 6 months ago, so at least as of then, the problem had not been fixed. It was commonly reported in their forums, if I remember correctly, as part of their OLE protection, but I don't know how accurate that is. Also, it wasn't limited to .NET apps. The random app could be darn near anything that I had run recently, .NET or not.

                          W 1 Reply Last reply
                          0
                          • L lpgray

                            I finally ditched Comodo for this reason (and I also got sick of the pretty, but mouse-only, UI). That was probably 6 months ago, so at least as of then, the problem had not been fixed. It was commonly reported in their forums, if I remember correctly, as part of their OLE protection, but I don't know how accurate that is. Also, it wasn't limited to .NET apps. The random app could be darn near anything that I had run recently, .NET or not.

                            W Offline
                            W Offline
                            wout de zeeuw
                            wrote on last edited by
                            #19

                            Ah, good to hear that, now I know I'm not nuts!

                            Wout

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups