5206
posted ago by jsg877 ago by jsg877 +5207 / -1

These are able to be found as a comment mentioned by searching for "Allegheny Sample Ballot" HOWEVER, I've been looking at other sample ballots and there is always an indicator that it is a sample ballot. These are blank. Even with the border watermarks. I have no idea if they actually would pass a tabulator or not, they are just too "official" if they are Samples. If a connection can be made proving these are not viable if printed out on the right paper, then I'll delete this post.

https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20(2).pdf

THIS WEBSITE REQUIRES LOGIN CREDENTIALS BUT DUCKDUCKGO BYPASSED IT ENTIRELY

Replace the (2) with (1) or anything and you'll get a NEW BALLOT

YOU CAN DO THIS FOR EVERY PRECINCT IN THE COUNTY

I also FOUND THE OFFICIAL SPECIFICATIONS FOR THE PA STATE RETURN ENVELOPE.

ANOTHER FUNNY THING. https://www.dos.pa.gov/VotingElections/Documents/Envelope-Guide.pdf

Try going to the documents section. You need a FUCKING LOG IN AND PASSWORD

Search for this in DuckDuckGo to find it "allegheny county mail in ballot return envelope guide"

Pede u/poxonall in comments mentions that its a redirect from a "Polling Place and Sample ballot". However, I can't find the sub-directories to navigate to that. And again, apps.alleghenycounty requires credentials to log in. As well as there being sample ballots in other locations that outright say so.I'm going to keep looking around.

****** Update 332pm EST: I was able to find the subdirectories that led to this page. Poxonall made a good point, these are very convincing sample ballots. And other sample ballots have an indicator of them being so I'm not sure if these would pass the ES&S tabulators or not. ******

Other sample PA ballots are found everywhere. I don't live in PA and I was trying to find inconsistencies in photos of the counties that were anomalous. If anyone has a leftover Mail in ballot and can compare it to the "sample" ones listed here that would be very helpful. AGAIN. These are listed as sample, and if we prove they are, I'll delete this post. But I just can't find a similarity between these ballots and actual SAMPLE ballots.

u/hold10forthebigguy says as an Alleghany County resident this looks identical to the ballot that he voted on. Also. The published date for this PDF date is Nov 3, 2020 as far as I can find.

Comments (235)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
42
aconcernedtroll 42 points ago +42 / -0

I'm not on a linux machine, but someone else can do this.

wget https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20({1..1324}).pdf

that will get you every precinct.

37
peterstrzoked 37 points ago +37 / -0

The fact that their server isn’t rejecting anything after this many requests from a single IP is retarded too.

200 OK

200 OK

... x 1000

200 OK

Fucking tards

15
deleted 15 points ago +15 / -0
19
peterstrzoked 19 points ago +19 / -0

Top right says “Official General Election Ballot”

If it’s a sample it doesn’t say the word sample anywhere on it.

6
deleted 6 points ago +6 / -0
13
spee 13 points ago +15 / -2

Great job Linux, pede!

10
irongeek 10 points ago +10 / -0

wget https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20({1..1324}).pdf bash: syntax error near unexpected token `('

12
Forty_Five 12 points ago +12 / -0
8
irongeek 8 points ago +8 / -0

it's workingQ!!!!!

8
GravityBounce1976 8 points ago +8 / -0

wget https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20\({1..1324}\).pdf

2
NimbleNomad9 2 points ago +2 / -0

Does any pede know why this shows?

cannot verify apps.alleghenycounty.us's certificate, issued by `/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc.

Is go daddy out of AZ or is it weird for PA to have a scottsdale certificate?

3
Hans_MacGruber 3 points ago +3 / -0

GoDaddy is based in Scottsdale, yes.

2
EaglesFanInPhx 2 points ago +2 / -0

Godaddy is out of AZ

3
aconcernedtroll 3 points ago +3 / -0

My bad I wasn't able to test it- the token needed to be escaped. I put together another script though.

!/bin/bash

for i in {101..1324} do wget "https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20($i).pdf" done

make a file, get_ballots.sh, and chmod+x that

6
grumpoh 6 points ago +6 / -0

~$ wget "https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20({1..1324}).pdf"

--2020-11-17 15:12:53-- https://apps.alleghenycounty.us/website/PDF_GEN/GEN%20(%7B1..1324%7D).pdf Resolving apps.alleghenycounty.us (apps.alleghenycounty.us)... 20.55.7.197 Connecting to apps.alleghenycounty.us (apps.alleghenycounty.us)|20.55.7.197|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-11-17 15:12:54 ERROR 404: Not Found.

9
grumpoh 9 points ago +9 / -0

GravityBounce1976 got it, needed to escape the parens

5
GravityBounce1976 5 points ago +5 / -0

damn