* Fabiano Reis ([EMAIL PROTECTED]) wrote : > hi, > > i have problemas with flood. I enter with this url: > > http://host/script.cgi?arg1=x&arg2=y > > my xml file looks like: > > --- > <flood> > <urllist> > <name>Test Hosts</name> > <description>A bunch of hosts we want to hit</description> > <url method="GET">http://host/script.cgi?arg1=x\&arg2=y</url> ^^^^ Shouldn't this be & rather than \& : <url method="GET">http://host/script.cgi?arg1=x&arg2=y</url>
-- Thom May -> [EMAIL PROTECTED] USB uses a master/slave protocol designed by Microsoft: Microsoft is the master, and you are the slave.