An informal review of CTF abuse
gynvael.coldwind.pl
An informal review of CTF abuse
1–10 of 45 posts
Re: An informal review of CTF abuse
#2Is finding a single proxy in a country that hard that you need to do that? I would assume proxy lists including each country would already exist.
Re: An informal review of CTF abuse
#3How is "insert into found_flag (team_id, flag_id, found_at) values ($1, $2, now()) on conflict do nothing" slower than this 4 step race-condition-prone operation? (To get the score, "select count(1) from found_flag where team_id=$1".) You don't even need transactions for this, as long as you can't transition from found to not found somehow ("delete from found_flag where team_id=$1 and flag_id=$2").
The only problem I see with this is where validating the correct answer is expensive; without another piece of data to show that validation has started, you can overload the checker by submitting your answer before the first validation routine succeeds. But that is also easy to track, with a timeout even, and you still don't need transactions.
Re: An informal review of CTF abuse
#4Until 2020 they were almost always around top3 and a few times top1 teams in the world according to https://ctftime.org/
but in 2021/2022 I don't see them
Re: An informal review of CTF abuse
#5https://www.enisa.europa.eu/news/enisa-news/capture-the-flag...
Re: An informal review of CTF abuse
#6Would be nice if there was the briefest description about what CTF means here, since I expected it to be about gaming (ie Team Fortress) https://www.enisa.europa.eu/news/enisa-news/capture-the-flag...
which requires really solid theoretical knowledge and hands-on experience from various computer related topics like:
cryptography, reverse engineering, web, low lvl programming, operating systems, networks, protocols, etc, etc.
Top competitors tend to work at e.g Google for Project Zero or other big institutions like CERT (https://en.wikipedia.org/wiki/Computer_emergency_response_te...) or Banks
Re: An informal review of CTF abuse
#7Poor sports, I’ve always struggled to understand people who’d partake in hacking competitions and then get upset because someone got onto their computer and took all the flags.
Re: An informal review of CTF abuse
#8That said, I have no idea what this guy is talking about. I thought he was talking about gaming but the more I read, the more confused I get. Especially the facebook part. What is going on here?
edit: thanks, Retr0id
Re: An informal review of CTF abuse
#9The enemy's gate is down!
Re: An informal review of CTF abuse
#10I've been playing shooters for almost 30 years now, and that includes a lot of CTF on top of tons of duel and TDM. Quake, UT, TF2 (just got back to it after a decade). That said, I have no idea what this guy is talking about. I thought he was talking about gaming but the more I read, the more confused I get. Especially the facebook part. What is going on here? edit: thanks, Retr0id