shadowcitizen | 219 points | Nov 19 2016 23:54:15

Podesta Emails missing from search index but still accessible via URLs - help comb through the missing emails

https://www.reddit.com/r/DNCleaks/comments/5cljkp/work_in_progress_wikileaks_the_missinglosthidden/?

permalink

bern_blue | 8 points | Nov 20 2016 05:40:55

I think there are 458 of them and /u/Aloud-Aloud has been working on an index

permalink

Aloud-Aloud | 2 points | Nov 20 2016 12:33:48

Thanks, put in a link below...

permalink

[deleted] | 5 points | Nov 20 2016 00:58:38

[deleted]

permalink

question_pizza | 2 points | Nov 20 2016 07:21:08

https://mm.linkedin.com/in/arkar-myo-htet-92826083 (are we allowed to link linkedin profiles?)

https://www.irgov.org/mr-arkar-myo-htet

So much for "werid asian model dude". You know more than one person can have the same name, right?

Edit: The "DEEP INTEREST" quote is also wrong. Here is the actual quote:

"..given President Obama’s deep involvement with and interest in Myanmar’s political transition.."

permalink

relaxok | 4 points | Nov 20 2016 06:54:04

On this whole topic i keep seeing people try to say Podesta's emails start right after madeline mccann's disappearance, proving he wiped them (this goes along with the idea that he is one of the police sketches too). A simple search on wikileaks shows this is false. Yes there is an email a couple days after but it is NOT the first email. There are emails from 2006 and even earlier and then no emails after that one for a few months. it's obviously not every single email but the statements being made about mccann and the timing are false.

permalink

question_pizza | 1 points | Nov 20 2016 07:30:27

Heh, I never even realized that. For anyone questioning it, here is a random example of an email John sent himself in 2006:

https://wikileaks.org/podesta-emails/emailid/34893

permalink

libertyant | 2 points | Nov 20 2016 00:40:56

any examples?

permalink

CredAndBercuses | 1 points | Nov 21 2016 00:12:05

Here's a linux one-liner that will download all the emails, even the ones not listed. You can compare afterwards with the index list on the server to highlight the ones that are not showing. I'll be doing this and I'll make a zip file of all the emails that are "hidden", but you might want to archive them yourself.

Depends on GNU Parallel which is a bitchin' utility you should have anyway.

seq 1 59258 | parallel -j20 wget -F -nc -U Mozilla https://wikileaks.org/podesta-emails//get/{}

Change the -j20 to whatever number of threads you want to run at once. 20 was pretty good on a 2core/8GB RAM Kali VM. 100 would likely crash it.

59258 seems to be the highest numbered email, I found this just using binary search by hand.

If you're concerned about opsec, install proxychains , set it up (/etc/proxychains.conf) to use TOR or some other proxy (encrypted SSH tunnels are good) and preface the "wget" with "proxychains" i.e. "-j20 proxychains wget". Or you can just put the whole system in a VPN.

Edit Note: Files are saved as raw with no extension using the above command. If you need them as .html or .eml, run this in the same directory:

seq 1 59258 | parallel -j50 mv {} {}.html

or

seq 1 59258 | parallel -j50 mv {} {}.eml

Edit2: Here's a list of the files I was unable to get from the server, meaning they're ACTUALLY missing:

mv: cannot stat '5006': No such file or directory

mv: cannot stat '12249': No such file or directory

mv: cannot stat '12253': No such file or directory

mv: cannot stat '12258': No such file or directory

mv: cannot stat '12261': No such file or directory

mv: cannot stat '14082': No such file or directory

mv: cannot stat '14086': No such file or directory

mv: cannot stat '15295': No such file or directory

mv: cannot stat '15299': No such file or directory

mv: cannot stat '15303': No such file or directory

mv: cannot stat '30317': No such file or directory

mv: cannot stat '30321': No such file or directory

mv: cannot stat '30328': No such file or directory

mv: cannot stat '30332': No such file or directory

mv: cannot stat '32134': No such file or directory

mv: cannot stat '32138': No such file or directory

mv: cannot stat '32142': No such file or directory

mv: cannot stat '32146': No such file or directory

mv: cannot stat '33361': No such file or directory

mv: cannot stat '33365': No such file or directory

mv: cannot stat '33369': No such file or directory

mv: cannot stat '48627': No such file or directory

mv: cannot stat '48631': No such file or directory

mv: cannot stat '48635': No such file or directory

mv: cannot stat '48638': No such file or directory

mv: cannot stat '48642': No such file or directory

mv: cannot stat '50400': No such file or directory

mv: cannot stat '51624': No such file or directory

mv: cannot stat '51636': No such file or directory

mv: cannot stat '51639': No such file or directory

mv: cannot stat '51644': No such file or directory

permalink

Aloud-Aloud | -1 points | Nov 20 2016 12:33:15

Took a few days off, work is insane right now, but I have been working on a full list HERE feel free to copy or do whatever you want with it, I hope to present a COMPLETE list of hidden emails in the next few days, thanks to better combing technique!
My best find was this:
https://wikileaks.org/podesta-emails/emailid/57821
But it actually suggests that Hillary was doing her job, the fact it's been totally missed though is huge, and shows what you MIGHT find!

permalink