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

    IMSpector package

    Scheduled Pinned Locked Moved pfSense Packages
    52 Posts 16 Posters 35.6k 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.
    • N
      n1ko
      last edited by

      Any news on updating to new cvs? seems that march 17. build has more fixes to the 'msn2009' issues.

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

        @n1ko:

        Any news on updating to new cvs? seems that march 17. build has more fixes to the 'msn2009' issues.

        I got a PM on this the other day, I haven't had time to update our sources and push a new build.  Hopefully later today.

        –Bill

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

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

          @WielkoDuch:

          I've managed to add GG protocol to config page and as a result to the config file. In /usr/local/pkg/imspector.xml I have added
          <option><name>GaduGadu</name>
          <value>gg</value></option>

          Now gg_protocol=on is added in config if selected on config page. First step made but no result in log. Any help ?

          What you are probably missing is the redirect.  In function imspector_proto_to_port() in imspector.inc you'll find the protocol to port mappings.  Figure out what port GaduGadu is and add a case entry for it.  If you get it working, I'll update the build with the fix.  Thanks

          –Bill

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

          1 Reply Last reply Reply Quote 0
          • W
            WielkoDuch
            last edited by

            Hi

            Seems to be working.
            gg port is 8074, after restart of imspector it is working for 1/2 hour, finally. But there is sth with config, I cannot add Gadu-Gadu as the only one protocol on config page in WebGui, only with any other protocol 'gg_protocol=on' is added to config file.
            I will watch it working and give report.
            Thanks for your advice

            1 Reply Last reply Reply Quote 0
            • A
              akintemel
              last edited by

              Hi ..

              I use pfsense 1.2.2 version and i installed IMSpector 0.8.9 version.BUt i can't see any log file else web gui.What should i do.Can you give me some idea .
              Thank you very much.

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

                Hi. Just reinstall you imspector or install the latest package of imspector. I already encountered that before. I just upgrade it to the latest package in the webgui.
                jigp
                Davao City

                1 Reply Last reply Reply Quote 0
                • ?
                  Guest
                  last edited by

                  Something I ran into.  When removing this package, immediately the protocols in question broke on our network.  After re-installing the package, stopping the service and then removing the package, IM traffic was restored.  I suspect that on de-install, the firewall rules aren't getting pulled out to intercept IM traffic.

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

                    @submicron:

                    Something I ran into.  When removing this package, immediately the protocols in question broke on our network.  After re-installing the package, stopping the service and then removing the package, IM traffic was restored.  I suspect that on de-install, the firewall rules aren't getting pulled out to intercept IM traffic.

                    Same problem here! I thought this was due to a outdated version of msn, but I remember now after removing imspector these problems started happening..

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

                      billm are you still using my pfsense box for testing imspector? because im planning to reformat it. but same ip and pass too. and also port. I cant see gtalk and skype there. maybee needs some reformat pfsense and re install imspector.what do you think?
                      jigp
                      Davao City

                      1 Reply Last reply Reply Quote 0
                      • T
                        thekod
                        last edited by

                        Donated $25…great work, Bill.

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

                          Hi everyone good evening.
                          How to log gtalk,aim and skype? Ive been trying to test the 3 accounts (gtalk,aim and skype) but nothing logging there…thanks
                          jigp
                          Davao City

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tenchisan
                            last edited by

                            @jigpe:

                            Hi everyone good evening.
                            How to log gtalk,aim and skype? Ive been trying to test the 3 accounts (gtalk,aim and skype) but nothing logging there…thanks
                            jigp
                            Davao City

                            AIM can already be logged, I too would like to see gtalk/XMPP working (it says it is working on the IMspector homepage), skype will never be able to be logged, the chats are encrypted and skype cycles encryption schemes every few months.

                            1 Reply Last reply Reply Quote 0
                            • M
                              Meulator
                              last edited by

                              Hey there,

                              as soon as i activate imspector, i'm unable to connect to Msn ; i get an error message instantly.

                              I'm using captive portal squid & squidguard… how could i fix this?

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

                                Try add the ports IM msn.

                                Good morning

                                jigp
                                Davao City
                                1.2.2 pfsense

                                1 Reply Last reply Reply Quote 0
                                • J
                                  jsidhu
                                  last edited by

                                  Would someone please post an example on how to get this to work with Jabber+SSL?

                                  I've got  it to listen to Jabber by editing

                                  /usr/local/pkg/imspector.inc
                                                          case 'jabber':
                                                                  return 5222;

                                  and also editing /usr/local/pkg/imspector.xml and adding
                                                                  <option><name>Jabber</name>
                                                                          <value>jabber</value></option>

                                  Thanks!

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

                                    @ jsidhu

                                    Moin.

                                    Yup i tried it but no logs on Jabber. I even use 8080 still no logs. I even also tried gtalk,aim,skype but no logs.
                                    Did it work to you? Can you share it with us?

                                    Thanks

                                    jigp davao

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      philefluxx
                                      last edited by

                                      So if I want my logs forwarded to a MySQL server, how would I go about setting up the tables in MySQL for the data IMSpector is going to send? I am total newb sauce to MySQL.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        philefluxx
                                        last edited by

                                        @philefluxx:

                                        So if I want my logs forwarded to a MySQL server, how would I go about setting up the tables in MySQL for the data IMSpector is going to send? I am total newb sauce to MySQL.

                                        Anyone have any input on this? If the tables are automatically created that works. But if I need to make these tables I want to know what they need to be. Thanks again!

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