• Welcome to Valhalla Legends Archive.
 

Batch Sockets?

Started by R.a.B.B.i.T, November 06, 2004, 10:21 AM

Previous topic - Next topic

Kp

Quote from: Yoni on November 08, 2004, 07:22 AMIDEs are good. I wouldn't want to use gdb directly to debug.

Wimp. ;)  Direct gdb is easy.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

iago

I once knew how to use direct gdb, but I forget now :(

To answer the original question -- RaBBiT, look up a program call netcat.  It can be used quite well for batch sockets.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Banana fanna fo fanna

I use emacs + print statements for debugging.

If you want a real challenge, code it in Scheme.

R.a.B.B.i.T

What I meant by the notepad comment was the ability to code in notpad and immediately run without compiling, etc...

[edit]
Thanks, iago, I'll look into that.