|
[Puzzle Solved]
#notext; #signed; #puzzle |
---|
|
;
⏳;
998da354;
like;
flag;
remove
; |
|
Comment
|
ItemAttributes
|
attribute | value |
---|---|
Checksum: | Yes |
SHA1 (chain.log): | 998da354e4359932a896d6273384b151a6371e7c |
Next: | hike set operato |
Previous: | 7dbe7fcc.. |
Sequence: | 98 |
Notarized: | 1729764033.61193 |
File Time: | 1729764033 |
File: | /txt/99/8d/998da354e4359932a896d6273384b151a6371e7c.txt 1729764033; 780 bytes |
File Size: | 780 |
Signature: | ⏳ 67353CE208C07C6B |
Signed: | 1683116281 |
Type: | txt |
puzzle_input: | |
puzzle_prefix: | 1337 |
puzzle_result: | |
Puzzled: | 1683116273 |
SHA1 (Perl, Digest::SHA): | 998da354e4359932a896d6273384b151a6371e7c |
Title: | [Puzzle Solved] |
SELECT DISTINCT attribute, value FROM item_attribute WHERE attribute not in ('cookie', 'client') AND file_hash LIKE '998da354e4359932a896d6273384b151a6371e7c%' ORDER BY attribute
|
|
Search
Google Perplexity DuckDuckGo Bing Brave A1go1ia Wikipedia English Wikipedia Russian Wikipedia Ukrainian Tildes Lobsters |
|
Publish
localhost:2784 |
|
Share
|
Classify
|
|
Chain
|
Sequence: | 98 |
Next: | hike set operato |
Previous: | 7dbe7fcc.. |
SELECT
attribute,
value
FROM
item_attribute
JOIN item_flat ON (item_attribute.file_hash = item_flat.file_hash)
WHERE
item_attribute.file_hash = '998da354e4359932a896d6273384b151a6371e7c' AND
attribute IN ('chain_next', 'chain_previous', 'chain_sequence')
ORDER BY
NOT (attribute = 'chain_sequence')
|
|
Timestamps
|
Notarized: | 1729764033.61193 |
File Time: | 1729764033 |
Signed: | 1683116281 |
Puzzled: | 1683116273 |
SELECT attribute, value FROM item_attribute WHERE file_hash = '998da354e4359932a896d6273384b151a6371e7c' AND attribute LIKE '%_timestamp'
|
|
Hashes
|
SHA1 (chain.log): | 998da354e4359932a896d6273384b151a6371e7c |
SHA1 (Perl, Digest::SHA): | 998da354e4359932a896d6273384b151a6371e7c |
SELECT attribute, value FROM item_attribute WHERE file_hash = '998da354e4359932a896d6273384b151a6371e7c' AND attribute IN('sha1', 'sha1sum', 'chain_hash')
|
|
index_log
indexing begins file hash = 998da354e4359932a896d6273384b151a6371e7c file stat: size = 780; mod time = 1729764033 --- puzzle: 67353CE208C07C6B 1683116273 0.6367906715809251 finished finding tokens tokens found: 0 --- item timestamp: 1729764033.61193 |
|
Verify
This item includes a PGP signature. curl -s -o chain.log http://localhost:2784/chain.log # download chain and save it as chain.log curl -s -o chain_log_verify.py http://localhost:2784/chain_log_verify.txt # download chain log verification script and save it as chain_log_verify.py python3 chain_log_verify.py chain.log # use python to run the chain log verification script curl -s -o pubkey.txt http://localhost:2784 # download author's public key and save as author_pubkey.txt sha1sum author_pubkey.txt # print hash of author_pubkey.txt sha1sum author_pubkey.txt | cut -d ' ' -f 1 | xargs -I {} grep {} chain.log # verify that hash of author_pubkey.txt is is in chain.log gpg --import author_pubkey.txt # import public key into GnuPG keychain curl -s -o message.txt http://localhost:2784/txt/99/8d/998da354e4359932a896d6273384b151a6371e7c.txt # download the message file and save it as message.txt sha1sum message.txt # print the hash of message.txt sha1sum message.txt | cut -d ' ' -f 1 | xargs -I {} grep {} chain.log # verify that the hash is in chain.log gpg --verify message.txt # verify message signature with GnuPG |
|
gpg_stderr
gpg: Signature made Wed May 3 05:18:01 2023 PDT gpg: using RSA key 67353CE208C07C6B gpg: Can't check signature: No public key |
|
Cart