wwwebsurfer All American 10217 Posts user info edit post |
Never cracked a flash poll before... where my hackers at?
http://wxii.highschoolplaybook.com/Index.do Trying to crack the band of the week poll near bottom. Would like to have a dos script, but can also do a macro.
Thx all
If you want to old school skew, plz to click Providence Grove. 10/21/2008 1:34:45 PM |
evan All American 27701 Posts user info edit post |
http://wxii.highschoolplaybook.com/poll/SendPoll.do?response=1&_ajax=1&poll_id=67048&_page_context=undefined&_event_source=1
just write a batch script that uses curl to hit that url over and over
or get the firefox refresh plugin thing
in case you're curious:
the headers:
POST /poll/SendPoll.do HTTP/1.1 Host: wxii.highschoolplaybook.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b1) Gecko/20081007 Firefox/3.1b1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Cookie: JSESSIONID=6BC8E42347C3AFA770E689ED60748001 Content-type: application/x-www-form-urlencoded Content-length: 84
the postdata: (they accept it via get as well, that's why the url works)
response=1&%5Fajax=1&poll%5Fid=67048&%5Fpage%5Fcontext=undefined&%5Fevent%5Fsource=1
the response:
HTTP/1.1 200 OK Date: Tue, 21 Oct 2008 17:40:54 GMT Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)/Tomcat-5.5 Pragma: No-cache Cache-Control: no-cache,no-store,max-age=0, public Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/plain;charset=UTF-8 Keep-Alive: timeout=3, max=89 Connection: Keep-Alive Transfer-Encoding: chunked
result=OK
if you get back "result=OK" it was submitted successfully]10/21/2008 1:45:31 PM |
wwwebsurfer All American 10217 Posts user info edit post |
haha, awesome - how did yo uget that? 10/21/2008 1:48:46 PM |
evan All American 27701 Posts user info edit post |
i'm just that awesome 10/21/2008 1:49:53 PM |
Spontaneous All American 27372 Posts user info edit post |
Clearly, you do not know evan. 10/21/2008 1:55:39 PM |
wwwebsurfer All American 10217 Posts user info edit post |
having some cURL integration issues... it's throwing lots of errors. I get the "whoops, click yo back button" loaded 1000 times in my dos screen instead of 1000 votes using
FOR %%i IN (1, 1, 1000) DO curl http://wxii.highschoolplaybook.com/poll/SendPoll.do?response=1&_ajax=1&poll_id=67048&_page_context=undefined&_event_source=1
AH, QUOTES! IDIOT.
Now why is it only running 5 times before dying?
[Edited on October 21, 2008 at 2:18 PM. Reason : ...] 10/21/2008 2:16:28 PM |
evan All American 27701 Posts user info edit post |
probably because there's a limit on the number of submissions per ip in a certain time period
edit: nope, just refreshed it 10 times, worked fine...] 10/21/2008 2:35:41 PM |
evan All American 27701 Posts user info edit post |
:START curl -A Mozilla/5.0 -e "http://wxii.highschoolplaybook.com/Index.do" -o curl_out.txt "http://wxii.highschoolplaybook.com/poll/SendPoll.do?response=1&_ajax=1&poll_id=67048&_page_context=undefined&_event_source=1" GOTO START
also i have no idea (nor do i care) what i am voting for, but i'll just leave it running on my end to help you out
it's doing like a vote every 3 seconds... it seems to be overloading their tomcat server, lulz] 10/21/2008 2:43:19 PM |
evan All American 27701 Posts user info edit post |
it appears that southwest guilford has someone skewing the poll as well
i have 30 threads going on 2 different machines, averaging around 55 votes per second... i think that should work] 10/21/2008 2:54:55 PM |
cddweller All American 20699 Posts user info edit post |
Those bastards! 10/21/2008 2:55:56 PM |
evan All American 27701 Posts user info edit post |
Quote : | "Total Votes: 100239" |
ahahahaha
APPARENTLY HIGH SCHOOL FOOTBALL IS SUPER POPULAR IN WINSTON
p.s. providence is now ahead by over 10,000 votes]10/21/2008 4:08:15 PM |
evan All American 27701 Posts user info edit post |
LMFAO
Quote : | "BATTLE OF THE BANDS
Currently Voting Has Been Suspended!!" |
10/21/2008 6:53:45 PM |
ScHpEnXeL Suspended 32613 Posts user info edit post |
FUCKIN OH SHIT ERROR
but, hahaha 10/21/2008 7:00:31 PM |
wwwebsurfer All American 10217 Posts user info edit post |
Kudos to evan.
Plz to apprentice. We were up by 30K when it shut down. I had it going on a handful of computers, but not 50 10/21/2008 8:03:33 PM |