Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Released IMSpector 0.7, pfsense build is needed

    Scheduled Pinned Locked Moved pfSense Packages
    36 Posts 12 Posters 18.3k Views
    Loading More Posts
    • 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.
    • A Offline
      AudiAddict
      last edited by

      I would also like to see a bounty for this..

      1 Reply Last reply Reply Quote 0
      • F Offline
        funnyfrish
        last edited by

        thank you freebe.

        I think you should check the tgz file of imspector 0.4 (which is already included in pfsense)

        I think I can modify the php files for version 0.8

        1 Reply Last reply Reply Quote 0
        • B Offline
          billm
          last edited by

          Please see the bounty post on this.  I've started work on an update.  0.8 is working fine here so far (for IRC at least) - I'll finish it up regardless, but any donations to the cause would be appreciated.

          –Bill

          pfSense core developer
          blog - http://www.ucsecurity.com/
          twitter - billmarquette

          1 Reply Last reply Reply Quote 0
          • A Offline
            AudiAddict
            last edited by

            Great work bill!

            It seems the latest version of msn does has some kind of security, the chat logs are not being logged with the current imspector version Sad

            edit : Actually it does seem to log, but not using the contact names anymore, it displays weird strings : {90ef587c-b7cb-4110-9b5a-db95dd1c2339} and groupchat. I hope the latest build from Bill solves this problem.

            1 Reply Last reply Reply Quote 0
            • N Offline
              n1ko
              last edited by

              New build seems to be broken, atleast on 1.2.3. The gui is messed up (buttons outside the pfsense frame) and the messages (wich were logged with the 0.4 version) doesnt show correctly. I tried reinstalling and removing and installing, no luck.

              The problem is that there two many lines shown in the conversations. You know like

              n1ko: hi
              Fei Tang: hi

              shows up like

              n1ko: hi
              n1ko:
              n1ko:
              n1ko:
              Fei Tang: hi
              Fei Tang:
              Fei Tang:
              Fei Tang:
              Fei Tang:

              There are also totally empty lines (with only timestamp logged). And the spacing seems to be b0rked too or maybe theres two 'lines' on one line. Like "Hi              how are you", even tought it might have been "hi" and "after that how are you"

              EDIT: I was using google chrome before, now I tried with ff3. FF3 shows the buttons etc in their right places but the messages are messed up there too.

              1 Reply Last reply Reply Quote 0
              • B Offline
                billm
                last edited by

                @n1ko:

                New build seems to be broken, atleast on 1.2.3. The gui is messed up (buttons outside the pfsense frame) and the messages (wich were logged with the 0.4 version) doesnt show correctly. I tried reinstalling and removing and installing, no luck.

                The problem is that there two many lines shown in the conversations. You know like

                n1ko: hi
                Fei Tang: hi

                shows up like

                n1ko: hi
                n1ko:
                n1ko:
                n1ko:
                Fei Tang: hi
                Fei Tang:
                Fei Tang:
                Fei Tang:
                Fei Tang:

                There are also totally empty lines (with only timestamp logged). And the spacing seems to be b0rked too or maybe theres two 'lines' on one line. Like "Hi              how are you", even tought it might have been "hi" and "after that how are you"

                What protocol was this?  IRC is working fine for me.

                @n1ko:

                EDIT: I was using google chrome before, now I tried with ff3. FF3 shows the buttons etc in their right places but the messages are messed up there too.

                I can only test FF3 and Safari - it's too late tonight to test out Safari, this is probably an alignment issue due to adding the category field.

                –Bill

                pfSense core developer
                blog - http://www.ucsecurity.com/
                twitter - billmarquette

                1 Reply Last reply Reply Quote 0
                • N Offline
                  n1ko
                  last edited by

                  MSN and IRC. I only have these two.

                  The logging format probably changed in some version because all the new things (logged with 0.8) are just fine. So I guess I just have to live with the old logs being a little bit b0rked :)

                  I snooped around some more, like i guessed the problem is with the loggin format:

                  OLD: 192.168.2.2:35408,1234243652,0,1,0,n1ko: message here

                  NEW: 192.168.2.2:41211,1234250056,0,1,0,,n1ko: new message here

                  Theres an second , before the nick. This is the only difference I found.

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    billm
                    last edited by

                    @n1ko:

                    MSN and IRC. I only have these two.

                    The logging format probably changed in some version because all the new things (logged with 0.8) are just fine. So I guess I just have to live with the old logs being a little bit b0rked :)

                    I snooped around some more, like i guessed the problem is with the loggin format:

                    OLD: 192.168.2.2:35408,1234243652,0,1,0,n1ko: message here

                    NEW: 192.168.2.2:41211,1234250056,0,1,0,,n1ko: new message here

                    Theres an second , before the nick. This is the only difference I found.

                    Ahh, that's the category field :)  New logs are fine though right?  I'll see if I can change the regexp to support both formats - it's kind of a fast and loose regexp and needs some tightening anyway.

                    –Bill

                    pfSense core developer
                    blog - http://www.ucsecurity.com/
                    twitter - billmarquette

                    1 Reply Last reply Reply Quote 0
                    • N Offline
                      n1ko
                      last edited by

                      Yes, everything new is fine. The log viewer / settings buttons are messed up with chrome but thats only a little annoyance. Firefox works  fine

                      1 Reply Last reply Reply Quote 0
                      • V Offline
                        volag
                        last edited by

                        about imspector 0.8:

                        how to tune connection to mysql-server?

                        i have create user/password on server: imspector/imspector
                        then i feel fields in "imspector settings"(server, user etc…)

                        imspector was create table "messages" on my server.

                        trouble: no one message not inserted to table:( table is empty:(

                        anybody know what's happened?

                        Thanks!

                        1 Reply Last reply Reply Quote 0
                        • B Offline
                          billm
                          last edited by

                          Pleas read the bounty thread on this.

                          –Bill

                          pfSense core developer
                          blog - http://www.ucsecurity.com/
                          twitter - billmarquette

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            AudiAddict
                            last edited by

                            Microsoft released a new version of msn recently, imspector fails to work with this version and it's logging unfort :(

                            See :

                            The groupchat logs are all from the same person/conversation Leaving impsector running for an hour results into a horrible amount of groupchat logs..

                            Any idea's if this is the imspector code which needs changing? Or is this related to the pfsense frontend?

                            1 Reply Last reply Reply Quote 0
                            • 0 Offline
                              0tt0
                              last edited by

                              Can anyone confirm if the previous pfs version (0.4?) is experiencing problems? I had no problems what so ever until I updated the package to 0.8-0.

                              1 Reply Last reply Reply Quote 0
                              • N Offline
                                n1ko
                                last edited by

                                @0tt0:

                                Can anyone confirm if the previous pfs version (0.4?) is experiencing problems? I had no problems what so ever until I updated the package to 0.8-0.

                                And these problems are….?

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  billm
                                  last edited by

                                  @AudiAddict:

                                  Microsoft released a new version of msn recently, imspector fails to work with this version and it's logging unfort :(

                                  See :

                                  The groupchat logs are all from the same person/conversation Leaving impsector running for an hour results into a horrible amount of groupchat logs..

                                  Any idea's if this is the imspector code which needs changing? Or is this related to the pfsense frontend?

                                  I don't have, use MSN chat, or even known anyone that uses it.  I'll need to see the raw logs from /var/imspector to see if we're parsing something wrong.  I think I saw something about MSN and IMSpector somewhere, but I can't for the life of me find it now - I swear it had something to do with your issue and the problem was that it needed to catch the initial sign in, which is on a different port.

                                  –Bill

                                  pfSense core developer
                                  blog - http://www.ucsecurity.com/
                                  twitter - billmarquette

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    AudiAddict
                                    last edited by

                                    Hey Bill,

                                    I e-mailed the author of imspector for you regarding this issue, see below his feedback :

                                    We have been using your imspector application and we are very happy with it!!

                                    The only main problem we are having now is that microsoft recently released a new version of msn which is causing a horrible amount of groupchat logs.

                                    See screenshot : (see above for screenshot)

                                    Any idea's if this can be fixed somehow? I expect most people to start upgrading there msn versions soon..

                                    _Good news: this is fixed in CVS.  You can get a tarball from the daily snapshot directory:

                                    http://www.imspector.org/downloads/snapshots/

                                    Give the latest checkout a go._
                                    I guess they fixed this issue in the latest snapshot?Is this something you can include in the package Bill?

                                    MSN is used mainly in the netherlands, other protocols and chat programs are barely used here, so I would love to get this working properly with the latest msn version. Thanks in advance for your efforts!

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jigpe
                                      last edited by

                                      Hi good afternoon everyone :)
                                      I installed version Imspector verio 8 now. But users who use yahoo messenger and msn disconnect after sending messages. I disabled the mysql server (ip 192.168.1.4 - windows mysql) . Same thing they disconnect. How to get rid of this? How to install mysql in pfsense?

                                      1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        billm
                                        last edited by

                                        @jigpe:

                                        Hi good afternoon everyone :)
                                        I installed version Imspector verio 8 now. But users who use yahoo messenger and msn disconnect after sending messages. I disabled the mysql server (ip 192.168.1.4 - windows mysql) . Same thing they disconnect. How to get rid of this? How to install mysql in pfsense?

                                        You be patient, or don't use the package and roll it yourself.

                                        –Bill

                                        pfSense core developer
                                        blog - http://www.ucsecurity.com/
                                        twitter - billmarquette

                                        1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          billm
                                          last edited by

                                          @AudiAddict:

                                          Hey Bill,

                                          I e-mailed the author of imspector for you regarding this issue, see below his feedback :

                                          We have been using your imspector application and we are very happy with it!!

                                          The only main problem we are having now is that microsoft recently released a new version of msn which is causing a horrible amount of groupchat logs.

                                          See screenshot : (see above for screenshot)

                                          Any idea's if this can be fixed somehow? I expect most people to start upgrading there msn versions soon..

                                          _Good news: this is fixed in CVS.  You can get a tarball from the daily snapshot directory:

                                          http://www.imspector.org/downloads/snapshots/

                                          Give the latest checkout a go._
                                          I guess they fixed this issue in the latest snapshot?Is this something you can include in the package Bill?

                                          MSN is used mainly in the netherlands, other protocols and chat programs are barely used here, so I would love to get this working properly with the latest msn version. Thanks in advance for your efforts!

                                          Thanks for the legwork, I'll see what I can do today…hopefully I don't need to do too much more to the port to make it work, I'd like to get to the other features. :)

                                          --Bill

                                          pfSense core developer
                                          blog - http://www.ucsecurity.com/
                                          twitter - billmarquette

                                          1 Reply Last reply Reply Quote 0
                                          • 0 Offline
                                            0tt0
                                            last edited by

                                            @n1ko:

                                            @0tt0:

                                            Can anyone confirm if the previous pfs version (0.4?) is experiencing problems? I had no problems what so ever until I updated the package to 0.8-0.

                                            And these problems are….?

                                            Have you looked at the screenshots posted…...?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.