|
|
| Author |
Message |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
Posted: Dec 14, 2003 10:24pm Post subject: mIRC services bot!?! |
|
|
OK...this was just so funny/stupid I had to post it...
This setup may work...but..I recommend highly against using mIRC for network services....unless its a raw-sock..and even then...its running on winblowz...so..ya..
For the safety of that server (deserved or not) and the fact that network names are supposed to be reserved for Network Announcements, I've replaced all the instances I could see of the network name with "{*}"
| /version services.{*}.com wrote: | | Unreal3.2-beta18. Services.{*}.com FinWXOoZ [*=2303] |
| /lusers services.{*}.com wrote: | There are 3 users and 8 invisible on 5 servers
6 operator(s) online
18 channels formed
I have 1 clients and 1 servers
-
Current Local Users: 1 Max: 3
Current Global Users: 11 Max: 41 |
That client was DaBot:
| /whois DaBot wrote: | DaBot is DaBot@netadmin.{*}.com * DaBot
DaBot is a registered nick
DaBot on {lots of channels}
DaBot using Services.{*}.com {*} {*} Leaf
DaBot is a Network Administrator
DaBot is available for help.
DaBot Services
DaBot End of /WHOIS list. |
and to finish the hilarity:
| /ctcp DaBot version wrote: | | [DaBot VERSION reply]: mIRC v6.03 Khaled Mardam-Bey |
|
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
Posted: Dec 14, 2003 10:47pm Post subject: |
|
|
(BTW, you can say the network name, just not in the _Subject_ line)
;) |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
Posted: Dec 14, 2003 10:53pm Post subject: |
|
|
*shrugz*
Given that its mIRC v6.03 - and therefore vulnerable to attack by the DCC exploit....its still not a good idea to give away server-names... |
|
| Back to top |
|
 |
Mary SearchIRC Admin

Joined: 03 May 2003 Posts: 696
|
Posted: Dec 14, 2003 11:52pm Post subject: |
|
|
| Could be a faked version reply. Not uncommon for bots to return a different unix, windows or mac client when versioned. |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
Posted: Dec 15, 2003 1:01am Post subject: |
|
|
| True...but...given what I know of the crew running that net...and...the fact that its a client on an ircd named services.network.com, AND the fact that the one of the dudes who set up the network said himself he knows nothing about linux (the only commands he knows are ./config and ./unreal start|stop|rehash|etc <-- his words not mine) - mIRC is hard to change the version reply on....I highly doubt it is a faked reply.... |
|
| Back to top |
|
 |
moonman Lurker

Joined: 15 Jul 2003 Posts: 212
|
Posted: Dec 15, 2003 11:12pm Post subject: |
|
|
| that makes me sad. |
|
| Back to top |
|
 |
nemesis none

Joined: 16 Dec 2003 Posts: 2
|
Posted: Dec 16, 2003 11:40pm Post subject: |
|
|
In any event, I think writing your own services bot is admirable. I've written my own in PHP for ircu (p10), and it's not incredibly easy. mIRC may not have been the best choice for the job, but if it's what you know, why not?  |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
Posted: Dec 17, 2003 12:20am Post subject: |
|
|
| Writing ones own services bot(s) is extremely admirable...but one should really consider options, connecting a raw socket with mIRC is not that difficult, and using a vulnerable version of the client is not a very good idea =\ |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Jan 18, 2004 9:55pm Post subject: |
|
|
| Conferenceroom has nice server bots... they NEVER have to be started from a shell... and dont need to be crontab'd... they are built into the IRCd.. all you do is /adminserv bot <nick> add ...adminserv isnt an actual client, its just a command |
|
| Back to top |
|
 |
Guest
|
Posted: Feb 02, 2004 12:08am Post subject: |
|
|
| zeke wrote: | | mIRC is hard to change the version reply on....I highly doubt it is a faked reply.... |
rofl, what are you talking about? It's hard if you're an idiot. It's really quite easy. You just need a hex editor, fire it up open mirc.exe, search for "****", replace the "*" with something else. That kills the reply, then just use a little remote script to make it say whatever you want. |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
Posted: Feb 02, 2004 12:27am Post subject: |
|
|
I used to have a windows 3.11 notepad.exe which would write files back in proper binary form. So I was able to edit binary files like mIRC32.exe and replace the version information (and other various text) with whatever I wanted.
So you don't even need to use a hex editor. |
|
| Back to top |
|
 |
JulioBell[CampBell] Guest
|
Posted: Apr 05, 2004 11:30pm Post subject: Yeah a good soup of operating system .... |
|
|
Yes, it's borning a soap of services, over a diamond crossplatform for comunnication in relay.
We speak about system integration.
iServices
XChat
ShareDesktops
Tools like Gnome meeting
Servers X crossplatform
h.323
Yeah someone is borning
and I like my bb
JulioBell |
|
| Back to top |
|
 |
w00t Eleet

Joined: 09 Jun 2004 Posts: 698 Location: Nowra, Australia
|
Posted: Jun 14, 2004 11:09pm Post subject: |
|
|
YaJP - Yet Another Julio Post
Once more, I understood zero percent of that. |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
Posted: Jun 16, 2004 5:27am Post subject: |
|
|
| Anonymous wrote: | | zeke wrote: | | mIRC is hard to change the version reply on....I highly doubt it is a faked reply.... |
rofl, what are you talking about? It's hard if you're an idiot. It's really quite easy. You just need a hex editor, fire it up open mirc.exe, search for "****", replace the "*" with something else. That kills the reply, then just use a little remote script to make it say whatever you want. |
what version(s) does that apply to?
i recall up to either 6.03 or 6.11 the version reply was in the exe, and could just be spaced over, but it disappeared in the next version |
|
| Back to top |
|
 |
uchat Idler

Joined: 17 Mar 2004 Posts: 335
|
Posted: Jun 17, 2004 6:29pm Post subject: |
|
|
| zeke wrote: | | True...but...given what I know of the crew running that net...and...the fact that its a client on an ircd named services.network.com, AND the fact that the one of the dudes who set up the network said himself he knows nothing about linux (the only commands he knows are ./config and ./unreal start|stop|rehash|etc <-- his words not mine) - mIRC is hard to change the version reply on....I highly doubt it is a faked reply.... |
mIRC is insanely easy to change the version reply on. Infact, it can be done on the fly. All you need is one line of code and the right dll file. Hexing the code is not needed either. |
|
| Back to top |
|
 |
|