Do site oficial: http://www.imspector.org/wordpress/?page_id=91
As well as creating the required redirection firewall rules, IMSpector also needs to be told to handle each protocol you wish it to process: icq_protocol=on irc_protocol=on msn_protocol=on yahoo_protocol=on gg_protocol=on jabber_protocol=on https_protocol=on Note that the https_protocol option is only required under the following conditions: - You are using IMSpector’s built in HTTP proxy port. - You are using MSN. This is because MSN utilises HTTPS on port 443 in its authentication stage. IMSpector does not imspect this traffic, but it does need to be able to pass it between the client and the server. Tenta a opção pra Jabber junto com https, lembrando que o redirecionamento de portas deve ser feito: http://www.imspector.org/wordpress/?page_id=18 After compiling and installing IMSpector, the following iptables rules are required to transparently proxy the various IM ports. This is required if you are using transparent proxying. You can of course choose which protocols you wish to proxy into IMSpector: - MSN: iptables -t nat -A PREROUTING -p tcp --destination-port 1863 -j REDIRECT --to-ports 16667 - Jabber: iptables -t nat -A PREROUTING -p tcp --destination-port 5222 -j REDIRECT --to-ports 16667 - Jabber over SSL: iptables -t nat -A PREROUTING -p tcp --destination-port 5223 -j REDIRECT --to-ports 16667 - ICQ/AIM: iptables -t nat -A PREROUTING -p tcp --destination-port 5190 -j REDIRECT --to-ports 16667 - Yahoo: iptables -t nat -A PREROUTING -p tcp --destination-port 5050 -j REDIRECT --to-ports 16667 - IRC: iptables -t nat -A PREROUTING -p tcp --destination-port 6667 -j REDIRECT --to-ports 16667 - Gadu-Gadu: iptables -t nat -A PREROUTING -p tcp --destination-port 8074 -j REDIRECT --to-ports 16667 If you are also running a webproxy, like Squid, or a SOCKS proxy, on the same machine which is operating as your network gateway, you can also redirect the outgoing Squid traffic into IMSpector: - MSN: iptables -t nat -A OUTPUT -p tcp --destination-port 1863 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - Jabber: iptables -t nat -A OUTPUT -p tcp --destination-port 5222 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - Jabber over SSL: iptables -t nat -A OUTPUT -p tcp --destination-port 5223 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - ICQ/AIM: iptables -t nat -A OUTPUT -p tcp --destination-port 5190 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - Yahoo: iptables -t nat -A OUTPUT -p tcp --destination-port 5050 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - IRC: iptables -t nat -A OUTPUT -p tcp --destination-port 6667 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 - Gadu-Gadu: iptables -t nat -A OUTPUT -p tcp --destination-port 8074 -m owner --uid-owner 100 -j REDIRECT --to-ports 16667 Here, 100 is the User ID which the webproxy or SOCKS proxy is running as; replace it as appropriate to your system. This is needed to stop a cyclic loop whereby IMSpector’s outgoing packets to the IM servers are themselves fed into IMSpector. Eu não uso IMSpector atualmente, mas já fiz alguns testes com ele. CUIDADO!!! Pra não ter processos nas costas posteriormente. Outra dica é restringir quem acessa o IMSpector e PROIBIR VEEMENTE o uso de contas pessoais de Orkut e cia. ( em papel assinado ) =P Em 12 de abril de 2011 20:01, Fernando Avena <[email protected]>escreveu: > creio que deve buscar info no google ou com própria sobre se tem > monitorar o gtalk/orkut...pois que saiba eles são mesma coisa, e pessoal > comentava que tinha como base o xmpp/jabber. > > deve ter alguma documentação sobre este batepapos no > orkut/gtalk/facebook no próprio site das empresas, ou queria que seria > melhor entrar em contato pra saber. > > sabendo como funciona, ai da pra pensar em monitorar. já que nem eh > bloqueio. > > -- > GUS-BR - Grupo de Usuários de Slackware Brasil > http://www.slackwarebrasil.org/ > http://groups.google.com/group/slack-users-br > > Antes de perguntar: > http://www.istf.com.br/perguntas/ > > Para sair da lista envie um e-mail para: > [email protected] > -- Guilherme de Lima Gontijo -- code green - network & it Econtec - www.econtecbrasil.com.br pQui Linux - www.pquilinux.org WebRep Overall rating -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

