RuCTF
Open in Telegram
RuCTFE is an annual online international challenge in the information security PoC: @still_at_the_party RuCTF.org
Show moreThe country is not specifiedThe category is not specified
752
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
752
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_name752
Мы не уверены, фикс это или хинт, но
WeatherD:
NotificationsAPI has method:
GET /subscribe?source={sourceName}&token={token}