I don't know anything about that software from the user's perspective. That's what makes it interesting.You do know xrumer can skip the div's with style="display:none;" right?
You planning on leaving the form as working so I can finish this code up my friend?
You are right. But we are not talking about a production system. That's just a form that goes to nowhere. Why spend time coding for the cases that aren't "interesting".Always code against lameness first. That will solve 99% of your problems;
One more case, using an image for submit button and checking that x and y are not 0.
Can XRumer handle that too?
$hello = strip_tags($hello, '<form><div><html><body><input>');
$asdf = explode("<div>Password (confirm): <input type=\"password\" name=\"", $hello);
$fdsa = explode("\"></div>", $asdf[1]);
echo "Good ID: {$fdsa[0]}";
You see, that's the problem with software.But yea, at this point it can still be done fairly easily for someone that does this a bit.
I can easily randomize the names of classes and insert comments randomly and do a lot of other stuff that makes parsing and regexing out almost impossible.
$hello = strip_tags($hello, '<form><div><html><body><input>');
Oh yeah, I remember in the demo, the guy had like 40 threads running.
So it definitely doesn't render pages. 40 concurrent renderings would pretty much slow a win box down to a crawl. You wouldn't even be able to move your mouse.
It must be simply fetching html and parsing it.
including the shit via a 3rd file that's included through javascript
Oh yeah, I remember in the demo, the guy had like 40 threads running.
So it definitely doesn't render pages. 40 concurrent renderings would pretty much slow a win box down to a crawl. You wouldn't even be able to move your mouse.
It must be simply fetching html and parsing it.
40 is nothing compared to what it can really handle.
I've had it up to 500, baby purrrr
I don't think you understood what I said.I've had it up to 500, baby purrrr
Edit: doesn't matter really, what I was batting around in my mind would force the user/bot to be funneled through a page before getting to sign up.