« Windows XP SP2 TCP connection throttling...No problem! | Main | Timing Is Everything »
December 15, 2005
Multi-port support
I've recently written a std::string tokenizer, (which was really fun), and extended it to be able to tokenize port lists that looks like these...
21-80
21,23,80
or even...
21-80,5900,5800
So now Yavar can scan as many ports and as many kinds of combinations as you might want. I don't know if I want to give Yavar the ability to take this kind of port argument since it seems kinda malicious, however I think it's good to have the ability to do it within the scanning engine, so whether or not this sticks around will remain to be seen.
Posted by Casey at December 15, 2005 06:57 PM