mIRC Home    About    Download    Register    News    Help

Print Thread
#37857 22/07/03 05:29 PM
D
Demolition_Man
Demolition_Man
D
Most larger companies/institutions are behind a unix firewall running linux, BSD, or whatever else that typically only allows access to email and web browsing (ie IRC is blocked). Is there an interface or service that lets you use an internet port to connect to an IRC server?

If not why? shocked

#37858 22/07/03 05:45 PM
Joined: Dec 2002
Posts: 817
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 817
Wouldn't that kind of defeat the purpose of the firewall?

#37859 22/07/03 05:57 PM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Computers being computers there are ways and means of doing anything and everything. However... I won't be elaborating on this because if you were to follow such a recommendation from here or anywhere it might cost you your job.

1. Server Administrators can log connections and data to and from their servers.
2. Connecting to proxies is illegal without the permission of the proxy owner.
3. By breaching a firewall in this way could render the gateway(s) liable to being hacked.

#37860 22/07/03 07:18 PM
D
Demolition_Man
Demolition_Man
D
I think you miss the jist of what I am saying. I am not proposing to simply circumnavigate the firewall. I know how this is done. I am familiar with the reasons why IRC and especially DCC should be blocked at the firewall. I’m sure you are familiar with the instant messengers (AOL, Yahoo, MSN…), this has a similar function to IRC. I also know that the firewall can be set to block servers/ips but I have never seen one set to block the IM’s(Usually set to block file sharing). I have never heard of any malicious attacks being sent through IM’s, but I am not particularly familiar with them.

I just wonder why there is no software that allows you to connect to an IRC server from a web browser that gives you text only functionality. That is you would be able to send and receive text only, as in an IM, but have none of the scripting ability. I don’t think that this would make you particularly susceptible to attack.
cool

#37861 22/07/03 07:24 PM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
All messenger programmes have exploits, especially AOL and ICQ though MSN has had it's share too. Any popular programme will have exploits, it's not just limited to messengers or even IRC. Look at the Unix mailserver, Sendmail. It's got more holes than a lump of Swiss Cheese. Why? Because it is popular. People who want to cause trouble on the net will target popular programmes because that is the most profitable way of doing damage.

#37862 22/07/03 07:47 PM
C
CtrlAltDel
CtrlAltDel
C
it's called javachat .. most networks have it available on their web sites

#37863 22/07/03 08:04 PM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
No, not necessarily.

On my network Java requires ports 80, 7000 and 8000 to be open. I am not sure about applets like jPilot though.

#37864 22/07/03 09:57 PM
Joined: Dec 2002
Posts: 33
E
Ameglian cow
Offline
Ameglian cow
E
Joined: Dec 2002
Posts: 33
jpilot uses standard IRC ports(6667, 7000, or whatever the user selects to connect with), and ident if needed).

#37865 23/07/03 03:57 AM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Ahhh yes, I forgot about port 113... grin

#37866 23/07/03 11:06 PM
V
vcv
vcv
V
CGI:IRC is what you are looking for. Search Google for it. That is all I will tell you smile

#37867 24/07/03 07:24 PM
Joined: Feb 2003
Posts: 308
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Feb 2003
Posts: 308
PHP comes bundled with IRC gateway functions, so its only reasonable to assume there are some server side scripts written in PHP to allow you to use IRC.I've seen non IRC chat programs written for HTTP that involve javascript and DHTML plus contsatnly polling a server, so this approach could also be taken for IRC. In short; no doubt is possible and already done; but I don't know where its been done.

#37868 24/07/03 08:49 PM
C
codemastr
codemastr
C
As vcv pointed out, CGI:IRC does this, url is cgiirc.sf.net.


Link Copied to Clipboard