RuCTF in english [DEPRECATED] – Telegram
RuCTF in english [DEPRECATED]
91 subscribers
192 photos
8 videos
6 files
101 links
RuCTF is annual open intercollegiate competition and conference on information security.
This is old channel, please follow @RuCTF
Download Telegram
Network will be opened in 3 minutes!
Let’s go!
Oldschool scoreboard: http://monitor.ructf.org/board
Two firstbloods:
1. Index service: by VoidHack or Lights Out (we will check it right now)
2. Beacon: by SiBears
(it was so fast, I’m shocked)
Totally first first blood is by VoidHack on index!
VoidHack! Congratulations!
And SiBears got second firstblood
Comics are available! Follow the link: https://yadi.sk/i/BuEEkq6uJFBotw
Enjoy!
Lunch time!
RedBull with us today! Come on, energy is not superfluous.
We’re not sure is this hint or fix, but
WeatherD:
NotificationsAPI has method:
GET /subscribe?source={sourceName}&token={token}
We know about Index problems. Fixing.
Forwarded from RuCTF (Vik Kotwizkiy)
Index fix!
Forwarded from Alexey Dubrovin
index_fix.zip
18.5 KB
stability patch

replace index.dll and index.pdb in /home/index and restart service
Link to fix for RuCTF Live page: https://yadi.sk/d/nOt_XY-DEl-Trg
replace index.dll and index.pdb in /home/index and restart service
Hint
WeatherD:
weatherD (Rust):
POST: /create_source
body example:
{
'name': source_name,
'password': password,
'is_public': bool,
'landscape' : string,
'race' : string,
"population" : string
}

RESPONSE: token to subscribe on source with name source_name (see NotificationsAPI /subscribe)
(token is generated by NotificationsApi)



POST: /push_message
body example:
{
'name': source_name,
'password': password,
'message': message
}



NotificationsAPI:
GET /subscribe?source={sourceName}&token={token}

token from create_source method.

RESPONSE:
Protocol: SSE (Server-side-events)
messages from source with source_name
First Blood on BrainHugger by Tower of Hanoi!
Oops, another first blood was 15 minutes ago. Saarsec hacked WeatherD