To be fair, it's not safe for viewing anywhere because that thing looks like a thing horror movie directors dream their SFX guys could come up with to scare the audience.
Stacey Abrams is getting into fighting shape, though. This BLMmas she's heading-up a charity 5K race where she and the other participants will attempt to run all the way around herself.
They made their bed with the top sheet. But underneath is a jumble of sheets and pillows smushed down to not look so lumpy. Problem is the landslide was too big to smush.
Bro, we broke the f*cking algorithm! They had to pull hundreds of thousands of fake CCP ballots they held in reserve in the middle of the night to overcome the landslid!. Rudy has the Spectrographic analysis ready to examine the ink and paper of the ballots. WE ARE GONNA BLOW THIS SHIT UP!
It’s not that they refuse to be tidy. They’re arrogant. To them, it’s not covering their tracks or removing evidence. This is all normal to them. It’s just.
YOU SPOKE THAT TOO LOUDLY AT OUR DEAR LEADER! OUT OF THE PRESS POOL WITH YOU, INFIDEL! KAFFIR! GET OUT! Brad, you KNEW he has sensory sensitivities but you still spoke loudly, and you asked a question that wasn't on today's Question List, sorry, leave NOW you RACIST
650,000 emails on Huma’s computer over 4 fucking years?
I don’t doubt that they were on Huma’s computer, I do however doubt that excuse. That’s over 13K emails a month or roughly 451 emails a day on average. My wallet’s shriveling up just thinking about that much printer ink…
But he's a nothing but a professional sleazebag and pedo, Eric Coomer is supposedly a software engineer right? At the very least he should know enough not to allow public access to his files... Unbelievable.
Keeping things secure takes a whole shitload of work and mental effort. Combine that with thinking he's the smartest boy in the room, and... yeah, it's entirely possible. It's always easy to coom up with reasons to be lazy.
Also, considering the rumor that he was bragging on a conference call about fucking with the election, this could well be someone with a very tenuous grasp on the concept of OpSec.
The problem is that for 150 years or so, the Republicans and Democrats have been playing a game with no referees. They're both so utterly corrupt that fighting back would only risk endangering their own grifts. The last 30 years has seen an escalation in that corruption to the point that they're both owned by the same people.
Another point in addition to this is that they think they’re untouchable. They’ve been doing this shit for years and nothing ever happens to them because the system is designed to make it go away for people like this.
People with money and influence don't want to have any direct ties to voter fraud. Rather than tell a subordinate to influence an election, they could instead hire a rabid far leftist and give him the keys to the castle.
Possible. The vote shaving wasn't enough and Coomer was likely pressured at the last second to do some electronic ballot stuffing at the location he was at (philly or detriot i think). Trump not rolling over to the cheat probably made Coomer shit his pants.
It's a way to transfer files over the internet. He had his files saved on a server somewhere but didn't put a password or encryption on it apparently, so this guy has managed to get a copy of everything on there.
It's an outdated way to transfer files on the internet from the 70s that was still pretty popular until like 10 years ago. Setup a server, have a username and password that's saved as plain text, and have a big directory of files that people can then access and download. Security is shit tier. These days more secure variations exist, so if this guy was using old ftp, then it's more laughable.
You see, Logan, when a file feels very strongly about a server, and that same server shares the same very strong, intimate feelings for that special file, there is a natural desire to exchange a username and password amongst them. When that magical moment happens -
Then the mommy Server gives the daddy File a very special kiss, and the data goes from one to the other... Um, but maybe you would rather wait for when Ms. Translabris is teaching this subject next semester?
It’s basically a big internet accessible hard drive. So anyone with the username and password just types the address of the ftp into any browser and logs in to it for access. If they left it ‘open’ or poorly secured, it’s not too difficult to look at all of the files stored there.
Most likely. How do you "download emails" from a private FTP server? Doesn't make any sense unless they were using an email client that saves them in some kind of dat file and purposely mapped the private user's directory to the shared FTP directory
You can still browse the entire hard disk and download whatever you want. If he was running his email server on the same machine, then they can download the mailbox archives stored on the server.
Only if the users home directories are explicitly shared to all users manually. Any recent OS linux or windows based protects all personal directories by default.
Wrong. The directories that the FTP server service itself has access to depend on what account the FTP server service is running as. It has nothing to do with the account you log in to the FTP server itself with, which very likely has nothing to do with Windows accounts anyway and is likely accounts created within the FTP server application. In this case, it sounds like anonymous access was allowed, which is an FTP server setting or account and not a Windows account.
If the FTP server is running as a service on Windows and is running as NT Authority/System, then that server would have access to all directories on all disks regardless of what file permissions are set, as that account has higher access than a user account that is assigned administrative rights. It can access all directories, even user home directories. This would be the same if the service was running as the root user on a Linux/Unix/macOS box.
Of course that’s why you’re supposed to use least privilege for services, but quite often people who don’t know what they’re doing don’t, and that makes my job easier. Even if least privilege was being used it’s very likely that unless the guy is a complete moron he probably didn’t have the root of the drive configured as the root of the FTP anyway, and likely had all of the stuff in some subdirectory somewhere for the purpose of remote access, backups, etc.
And I should clarify that when I said “wrong” I didn’t mean your comment was technically wrong, only that in the context here you have another application with its own set of file permissions in the mix so that complicated things, as I described above.
You're wrong. Just cause the daemon is running as root (which is required for anything running under port 1024) does not mean the users have access to everything unless they chmod everything to 777
Again, you're conflating FTP users with local OS user accounts. If the FTP server service daemon is running and root and is allowed to execute commands, it could chown or chmod any directory on the box. It depends on the level of access the default FTP user that was exposed has in regard to the FTP software. There was a HackTheBox box a while back where exactly that happened - credentials were exposed for an FTP user that had access to an administrative console for an FTP service that was running as root. Through the console, the low-privileged user account was able to to execute commands as root via PHP, which lead to root on the box.
The Windows angle still stands as directly as I pointed out. NT Authority\SYSTEM doesn't care about NTFS file system rights. In fact, on a domain-joined box, it doesn't care about domain permissions either (if located on local disks for the compromised box). I've dumped entire user share directories from the root (example, users$ with a bunch of users under that) using this method before, and those had domain permissions set so that only the individual user had read/write (not full control) on the directories. Even DA and EA groups didn't have access. SYSTEM didn't care.
We don't know what OS this box was running, but depending on how it was misconfigured, getting access to contents of the whole box is entirely possible.
No you can't, you can only browse the directories the user has permission to access. Things like home directories where email clients store their data are protected by default from all other users
Nobody uses ftp anymore unless the guy is really old and refuses to use newer tools. I haven't used an ftp in like 10 years..everything is portable storage or scp or cloud based shareable drives
I use an FTP server to receive and turn in assignment for my computer science classes. You just plug the address into an ftp client(file interface) or you type ftp [email protected] in terminal and use command line to do interact with the files with commands
Eh, they probably do have all that evidence. But that is for a criminal case, not a civil case. The current case is civil to get the results corrected.
Not sure if there is anything really new here for the people that know all the stuff going on—Trump, Powell, etc. He says in another tweet that some of the lawsuits reference the FTP server he uncovered.
But 10,000 files worth of stuff holds out the promise of even more than we've seen so far. So yeah, that part's good.
.#DenverAntifa and
@dominionvoting
current high ranking employee/shareholder Eric Coomer once maintained an international database of "Alt Skinheads" (ftp..at.netbsd..org/faqs/allfaqs/alt.skinheads/alt.skinheads_FAQ) This list was used for Antifa hit lists. (2 dots)
Yes. Our findings are in all the correct hands. I was escorted to an undisclosed location where the material was shared with representatives from the Trump Campaign. The material was validated and ahthenticated and replicated.
Its used in several of the lawsuits I am seeing.
Another of those Wait and See things.
This Coomer chap.
If he was innocent. He could have already sued so many, and become a billionaire.
The same goes for all of the voting machine people.
I have trouble believing someone would ever leave a FTP server unsecured with sensitive documents. But then I remember our enemy, the enemy of the republic and of freedom and law and Truth.
Then I think and I like to quote a friend of mine, "This is so stupid, it might actually have happened."
Yep that could be why honestly, I mean he was one of the people at dominion that would know everything, while I'm sure he would hate to give up his information, we know these antifa are bitches and he probably gave it up pretty quick.
I think the government would be more interested in who in government is on the take... and helped with this effort.
something along the lines of
sudo apt-get ftpsoftwareofchoice
....
fuck up the config.
TLDR; do not install FTP these days without something like SCP or SFTP in the mix... even SCP is consider to be deprecated now, use something more secure like sftp.
FTP users/passwords transfers are in the clear. Do not use it. it was a more trusting time in the late 80s early 90s when it was invented. we were a more trusting lot and encryption was considered a munition.
Oh fuck. Chris Christie if true.
I think we are well past that into Rosie-land.
This is Janet Reno territory.
(6'1"+ - just looked)
Wow, worse than Michael?
That's very big!
http://s3.amazonaws.com/floridatrend/17665/janet-reno-photo-2006.jpg
SFW.
Bruh.mp3
Why was Reno doing an impression of a high school boys graduation pictures?
You missed the N in front of your warning.
To be fair, it's not safe for viewing anywhere because that thing looks like a thing horror movie directors dream their SFX guys could come up with to scare the audience.
barf >9000
Michael Obama is a man.
Will Ferrell if true
George Coomey if true
First tranny
Apparently you’ve never seen Angela Merkel.....
Gotta get some of them safer bullets.
"It's Ma'am" huge.
back when SNL was funny
well it was kind of funny. Its really the least they could do, to poke fun at Janet Reno after all the people she murdered.
Stacy Abram's gap, if so.
Stacy Abrams ponch if true.
Hey hey hey!
She peed standing up!
Are we talking Michael Moore huge?
More like Stacy Abrams, create her own gravity huge.
If Stacy and Oprah collided, would scientists detect the gravitational waves?
I heard her belly button eats food as well 😰
The Super Collider would shed tears and claim supposed inferiority and implode itself.
Stacey Abrams is getting into fighting shape, though. This BLMmas she's heading-up a charity 5K race where she and the other participants will attempt to run all the way around herself.
Michael Obama huge
Amy Schumer if accurate. Chris Christie if correct. Rosie O’Donnell if right.
Mike Obama's penis is true
Michael Moore if material
Why the fuck are there so many sesame seeds all over the floor... ** finds big mac containers **
I dunno why but this had me busting a gut laughing.
This is like fucking Lizzo if true.
Thank you guys for sacrificing the most important appendage for the cause lol
I love when the left thinks they are so smart they don't need to be tidy... It all starts with cleaning your freaking room idiots... lolz
If only they listened to Jordan Peterson
They made their bed with the top sheet. But underneath is a jumble of sheets and pillows smushed down to not look so lumpy. Problem is the landslide was too big to smush.
Bro, we broke the f*cking algorithm! They had to pull hundreds of thousands of fake CCP ballots they held in reserve in the middle of the night to overcome the landslid!. Rudy has the Spectrographic analysis ready to examine the ink and paper of the ballots. WE ARE GONNA BLOW THIS SHIT UP!
fang fang
But the polls!!!
If you didn't learn how to make your bed in the military, you just don't know how.
Funny how the most fundamental first-day discipline of Basic is also Jordan Peterson's MO.
Make your beds every morning and don't use the same password on literally every account you own
The password thing reminds me of Jim Florentine prank calling a lady about an alarm system password. https://youtu.be/CPHiN3sSvn8
and don't make your password "[email protected]"
Uh oh..... I got to go change some passwords...... ;-)
It’s not that they refuse to be tidy. They’re arrogant. To them, it’s not covering their tracks or removing evidence. This is all normal to them. It’s just.
Like Hunter Biden, so arrogant he records himself with his own niece...arrogance that defies all logic.
WELL IT DEPENDS ON WHAT YOU MEAN BY
LISTEN, BUCKO
goddang it you guys got me lolling my ass off over here reading these in JP's special wheezy but compelling exasperated voice
THINK AGAIN SUNSHINE!
The guy disappeared for two years, everyone leaves him sappy get-wells, and when he comes back, he reads a message and says
"thank you is probably sufficient."
Instead, they create subreddits like /r/neckbeardbeasts and cry about their mental health issues and depression being the cause of their filthy rooms-
https://archive.is/qOgIT
Odds the password was hunter2?
Just this guys social media posts and past history should be enough to question results.
If we had a real press, they would be following this guy asking for comment every hour of every day.
Tough questions like "what flavor of ice cream did you get?"
To be fair they hadn’t seen him in a few months and summer was almost over
plus he just bought ice cream... it would be weird not to ask...
YOU SPOKE THAT TOO LOUDLY AT OUR DEAR LEADER! OUT OF THE PRESS POOL WITH YOU, INFIDEL! KAFFIR! GET OUT! Brad, you KNEW he has sensory sensitivities but you still spoke loudly, and you asked a question that wasn't on today's Question List, sorry, leave NOW you RACIST
We do have a real press.
IT’S US NOW
The MSM is dead, so we need to do their work.
This 1000%.
It's an accurate statement.
follow him around? The guy is dead.
I'd put money on it
I'd like to believe, and I would love for this to be true, but surely no one would be that dumb with sensitive information-???
Now now, don't talk about Hillary that way!
🎶🎶SHUT YOUR FUCKING FACE, NIECE FUCKER!!🎶🎶
I want to create extra accounts just to upvote this
If only this site could use Dominion for upvotes.
honestly we should incorporate that somehow...like reddit gold except for one day every time you upvote it's worth 2
or, more realistically, 500
but unlike democrats we do actually want to be accurate so 2 is enough
Your instincts are sound.
Hubris often accompanies corruption.
lol who printed out their emails?
650,000 emails on Huma’s computer over 4 fucking years?
I don’t doubt that they were on Huma’s computer, I do however doubt that excuse. That’s over 13K emails a month or roughly 451 emails a day on average. My wallet’s shriveling up just thinking about that much printer ink…
Worse than that...she had her MAID print them out...even classified ones lmao what a tard
But he's a nothing but a professional sleazebag and pedo, Eric Coomer is supposedly a software engineer right? At the very least he should know enough not to allow public access to his files... Unbelievable.
this was not English to me but I sure did enjoy it anyway
bruh don't tell the scrip kiddies about nmap and adjacent IP sleuthing! !!
Get on AIM and I’ll tell you how I really feel!
Some developers aren't morons thank you very much
Shodan, uh, finds a way
Damn, I'm a computery nerdy kinda guy and I didn't know people can find your shit like that.
Nuclear engineering.
That is part of the problem. If you need to be an engineer to sell a vote counting machine there must be some dirt on it.
Sprinter23 as well?
Keeping things secure takes a whole shitload of work and mental effort. Combine that with thinking he's the smartest boy in the room, and... yeah, it's entirely possible. It's always easy to coom up with reasons to be lazy.
Also, considering the rumor that he was bragging on a conference call about fucking with the election, this could well be someone with a very tenuous grasp on the concept of OpSec.
The problem is that for 150 years or so, the Republicans and Democrats have been playing a game with no referees. They're both so utterly corrupt that fighting back would only risk endangering their own grifts. The last 30 years has seen an escalation in that corruption to the point that they're both owned by the same people.
Another point in addition to this is that they think they’re untouchable. They’ve been doing this shit for years and nothing ever happens to them because the system is designed to make it go away for people like this.
I present to you, Hunter Biden...
You’d have to know where he is first lol
Easy, with his niece
Spicy 🌶
maybe he was really a mole?
https://qagg.news/?read=461
What makes a movie GOOD? GREAT actors? Q
Watch the nov 25th show for a interesting take on this
People with money and influence don't want to have any direct ties to voter fraud. Rather than tell a subordinate to influence an election, they could instead hire a rabid far leftist and give him the keys to the castle.
Possible. The vote shaving wasn't enough and Coomer was likely pressured at the last second to do some electronic ballot stuffing at the location he was at (philly or detriot i think). Trump not rolling over to the cheat probably made Coomer shit his pants.
So would being dead.
If this ends up being true, I'm gonna coooooooooom so hard
Maybe Coomer is face up, head down, on an inclined table in South East Cuba and THAT is why he is cooperating with Sidney?
yeah the puppetmasters will seth rich this guy if they get a chance so whistleblowing is probably his best chance to stay alive
how easy he is to catch.
Rosie O'donnell if true. He could be wanting to protect himself from being suicided, thus is going along with those who won't kill him.
I say if he blows the whistle, he gets to stay alive. I don't like the idea of luring someone in with promises and then betraying them
Coomer coomer coomer commer coomer chameleon....
Look, I'm computer stupid. What is FTP
File Transfer Protocol. It’s a private file storage server.
Thanks
I thought it was a minecraft mod
It's a way to transfer files over the internet. He had his files saved on a server somewhere but didn't put a password or encryption on it apparently, so this guy has managed to get a copy of everything on there.
Thanks
It's an outdated way to transfer files on the internet from the 70s that was still pretty popular until like 10 years ago. Setup a server, have a username and password that's saved as plain text, and have a big directory of files that people can then access and download. Security is shit tier. These days more secure variations exist, so if this guy was using old ftp, then it's more laughable.
TIL the internet was around in the 70s
sort of, maybe earlier. but time wasn't invented until 1970, so we have no way to prove it.
And time will end in 2038.
So sad.
Someone ask Al Gore when he officially invented. Let's be authoritative here ...
Thanks
You see, Logan, when a file feels very strongly about a server, and that same server shares the same very strong, intimate feelings for that special file, there is a natural desire to exchange a username and password amongst them. When that magical moment happens -
FTP: "Fliers and The Pollenators" version
Then the mommy Server gives the daddy File a very special kiss, and the data goes from one to the other... Um, but maybe you would rather wait for when Ms. Translabris is teaching this subject next semester?
Hahaha
Hmmm . Makes me think about lovely Nellie and her ham radio. Just another way to fly under the radar?
It’s basically a big internet accessible hard drive. So anyone with the username and password just types the address of the ftp into any browser and logs in to it for access. If they left it ‘open’ or poorly secured, it’s not too difficult to look at all of the files stored there.
Thanks
File Transfer Protocol
Thanks
LARP until I see an actual source.
Seriously; don’t just believe some clown on Twitter
Yup, always assume larps for anyone/anything until the goods are shown.
A penny for your thoughts?
https://twitter.com/JoeyCamp2020/status/1332428732095623168?s=20
Here dude
https://twitter.com/JoeyCamp2020/status/1332428732095623168?s=20
Most likely. How do you "download emails" from a private FTP server? Doesn't make any sense unless they were using an email client that saves them in some kind of dat file and purposely mapped the private user's directory to the shared FTP directory
FTP is merely a transfer protocol.
You can still browse the entire hard disk and download whatever you want. If he was running his email server on the same machine, then they can download the mailbox archives stored on the server.
Literally this. Download EML, PST, or OST files from an FTP? Yup! Done it before. Pen tester pede here.
Only if the users home directories are explicitly shared to all users manually. Any recent OS linux or windows based protects all personal directories by default.
Wrong. The directories that the FTP server service itself has access to depend on what account the FTP server service is running as. It has nothing to do with the account you log in to the FTP server itself with, which very likely has nothing to do with Windows accounts anyway and is likely accounts created within the FTP server application. In this case, it sounds like anonymous access was allowed, which is an FTP server setting or account and not a Windows account.
If the FTP server is running as a service on Windows and is running as NT Authority/System, then that server would have access to all directories on all disks regardless of what file permissions are set, as that account has higher access than a user account that is assigned administrative rights. It can access all directories, even user home directories. This would be the same if the service was running as the root user on a Linux/Unix/macOS box.
Of course that’s why you’re supposed to use least privilege for services, but quite often people who don’t know what they’re doing don’t, and that makes my job easier. Even if least privilege was being used it’s very likely that unless the guy is a complete moron he probably didn’t have the root of the drive configured as the root of the FTP anyway, and likely had all of the stuff in some subdirectory somewhere for the purpose of remote access, backups, etc.
And I should clarify that when I said “wrong” I didn’t mean your comment was technically wrong, only that in the context here you have another application with its own set of file permissions in the mix so that complicated things, as I described above.
You're wrong. Just cause the daemon is running as root (which is required for anything running under port 1024) does not mean the users have access to everything unless they chmod everything to 777
Again, you're conflating FTP users with local OS user accounts. If the FTP server service daemon is running and root and is allowed to execute commands, it could chown or chmod any directory on the box. It depends on the level of access the default FTP user that was exposed has in regard to the FTP software. There was a HackTheBox box a while back where exactly that happened - credentials were exposed for an FTP user that had access to an administrative console for an FTP service that was running as root. Through the console, the low-privileged user account was able to to execute commands as root via PHP, which lead to root on the box.
The Windows angle still stands as directly as I pointed out. NT Authority\SYSTEM doesn't care about NTFS file system rights. In fact, on a domain-joined box, it doesn't care about domain permissions either (if located on local disks for the compromised box). I've dumped entire user share directories from the root (example, users$ with a bunch of users under that) using this method before, and those had domain permissions set so that only the individual user had read/write (not full control) on the directories. Even DA and EA groups didn't have access. SYSTEM didn't care.
We don't know what OS this box was running, but depending on how it was misconfigured, getting access to contents of the whole box is entirely possible.
I sure wouldn't mind learning how to break into computers.
In minecraft.
No you can't, you can only browse the directories the user has permission to access. Things like home directories where email clients store their data are protected by default from all other users
Nobody uses ftp anymore unless the guy is really old and refuses to use newer tools. I haven't used an ftp in like 10 years..everything is portable storage or scp or cloud based shareable drives
I use SFTP every day, which is basically just FTP over SSL.
Outlook uses PST files, there is no reason you would, but not impossible to store those on an FTP.
Still, while thing reads like a LARP. I don’t know runs an FTP for personal storage.
Nobody. Everyone uses portable or cloud storage, or at minimum scp
Unless the guy is a lazy old fart, one of the types that refuses to use two factor authentication
I use an FTP server to receive and turn in assignment for my computer science classes. You just plug the address into an ftp client(file interface) or you type ftp [email protected] in terminal and use command line to do interact with the files with commands
More likely a backup file
So... Where's Coomer now?
No worries. He’s def COOOOOOOOOOMING
Cooomin like Toobin
I hope he went to Sidney Powell and is in witness protection, rather than the alternative. for his sake and ours
Where ever he is he probably isn't breathing. I mean look what they did to Seth Rich.
Dead. I'd put money on it
And I suppose none of it is available for us to peruse?
The Aurora Borealis?! At this time of year, at this time of day, in this part of the country, localized entirely within your kitchen?!
I got that
Eh, they probably do have all that evidence. But that is for a criminal case, not a civil case. The current case is civil to get the results corrected.
Are you a lawyer?
So that would be a "no". 'Nuff said.
So, how many times did the District Attorney haul someone in before the investigation was complete?
2024 Presidential Candidate Elect.
Is this him?
https://www.bullyville.com/?page=articles&id=970
vexatious litigant
If it's too good to be true.....
Never heard of this dude, so I’m going to wait 24 hours before reacting. I’ve had my fill of hopium this year.
Wise. So much harping and shilling. I wish more were like you.
Who is this guy?
BAAHAHAHAHAHAHAHAHAHAHAHAHA.
Archive: https://archive.is/FdPWO
Did he have pics on his server? I gotta coooooooom!
Not sure if there is anything really new here for the people that know all the stuff going on—Trump, Powell, etc. He says in another tweet that some of the lawsuits reference the FTP server he uncovered.
But 10,000 files worth of stuff holds out the promise of even more than we've seen so far. So yeah, that part's good.
.#DenverAntifa and @dominionvoting current high ranking employee/shareholder Eric Coomer once maintained an international database of "Alt Skinheads" (ftp..at.netbsd..org/faqs/allfaqs/alt.skinheads/alt.skinheads_FAQ) This list was used for Antifa hit lists. (2 dots)
@joeycamp2020 ? Who is this guy?
A failed rapper turned sjw turned patriot larper.
THIS IS NOT A UNSECURE SERVER. ITS A DEAD-DROP.
Its always been, HIlarys servers were!
https://en.wikipedia.org/wiki/Dead_drop
It is planned incompetence.
Another of those Wait and See things.
This Coomer chap.
If he was innocent. He could have already sued so many, and become a billionaire.
The same goes for all of the voting machine people.
Not innocent?
Dominions security director had an unsecured FTP? Sounds more like dominions useful idiot patsy to me
What kind of dumbass mofo do you gotta be to keep your "world domination" documents on a frickin' FTP Server....
You would think after the email debacle they would have better security
Nothing came of it, so why worry?
As fare as I know digitalsoldiers infiltrated and cloned their entire network on election day to Serbia,iran,china etc
I have trouble believing someone would ever leave a FTP server unsecured with sensitive documents. But then I remember our enemy, the enemy of the republic and of freedom and law and Truth.
Then I think and I like to quote a friend of mine, "This is so stupid, it might actually have happened."
Is it even possible to be that dumb? God I hope so. It just might save the republic.
This is MASSIVE if true. We need a Donald.win dump now! Pedes need to get diggin!!!
Fucking SHOW IT
I'm starting to wonder if Coomer is giving up all this stuff because he's co-operating...
Yep that could be why honestly, I mean he was one of the people at dominion that would know everything, while I'm sure he would hate to give up his information, we know these antifa are bitches and he probably gave it up pretty quick.
I think the government would be more interested in who in government is on the take... and helped with this effort.
now we just have to find that raging COOMER
caution, might be larp
Same thing, amirite?
😄😄😄yup!
So they will IMMEDIATELY share It on torrents right to stop an injunction from limiting the info?
How do you even set up an unsecure FTP site nowadays anyway?
something along the lines of sudo apt-get ftpsoftwareofchoice .... fuck up the config.
TLDR; do not install FTP these days without something like SCP or SFTP in the mix... even SCP is consider to be deprecated now, use something more secure like sftp.
FTP users/passwords transfers are in the clear. Do not use it. it was a more trusting time in the late 80s early 90s when it was invented. we were a more trusting lot and encryption was considered a munition.
"stonetear" enters the chat
Wonder how long before they find his body
I want to see the src files. Where can I get it
Has this been confirmed by pede fact checkers?
Probably a troll trying to throw everyone off.
FTPs can be unsecure. You would be surprised how many people with security in their name suck. Unless I see the files this is a LARP.
How sure are you that it's not a honeypot?
Could it be that they grabbed Coomer and decided to share what he had with the world to explain why it was not secured?
Thank goodness for stupid criminals.
lol wait what
post that shit online.