linkify resources sections
This commit is contained in:
parent
2102974862
commit
71583185a7
|
@ -88,5 +88,5 @@ Fun fact! We got second or third on this (I don't remember), even though I had t
|
|||
```
|
||||
|
||||
## Resources and other writeups
|
||||
- https://ieeexplore.ieee.org/document/180383
|
||||
- https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
|
||||
- <https://ieeexplore.ieee.org/document/180383>
|
||||
- <https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html>
|
||||
|
|
|
@ -60,4 +60,4 @@ It's then trivial to send `found_idxs` back to the challenge as a comma-separate
|
|||
```
|
||||
|
||||
## Resources
|
||||
- https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.align_vectors.html
|
||||
- <https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.align_vectors.html>
|
|
@ -91,6 +91,6 @@ for loc in packetlocs:
|
|||
Flag achieved; another can-you-use-COSMOS challenge down.
|
||||
|
||||
## Resources
|
||||
- https://cosmosrb.com/docs/xtce/
|
||||
- https://cosmosrb.com/docs/interfaces/
|
||||
- https://cosmosrb.com/docs/protocols/
|
||||
- <https://cosmosrb.com/docs/xtce/>
|
||||
- <https://cosmosrb.com/docs/interfaces/>
|
||||
- <https://cosmosrb.com/docs/protocols/>
|
|
@ -41,5 +41,5 @@ After 30 minutes had passed, we successfully brute forced the key, which could t
|
|||
```
|
||||
|
||||
## Resources and other writeups
|
||||
- http://www.jbonneau.com/doc/BM06-CHES-aes_cache_timing.pdf
|
||||
- https://github.com/pgarba/Hulk
|
||||
- <http://www.jbonneau.com/doc/BM06-CHES-aes_cache_timing.pdf>
|
||||
- <https://github.com/pgarba/Hulk>
|
||||
|
|
|
@ -124,8 +124,8 @@ print(dp(sum(BitArray(uint=w, length=15) for w in [0o7440, 0o2122]))*16)
|
|||
This gives `3.781315936823621`; pasting this into the contest, we got the flag.
|
||||
|
||||
## Resources and other writeups
|
||||
- https://www.ibiblio.org/apollo/listings/Comanche051/TIME_OF_FREE_FALL.agc.html#50492F3136
|
||||
- https://www.ibiblio.org/apollo/CMC_data_cards_15_Fabrizio_Bernardini.pdf
|
||||
- https://www.ibiblio.org/apollo/index.html#Playing_with_Colossus_
|
||||
- https://www.ibiblio.org/apollo/Documents/Apollo15_Colossus3_CMC_Data_Cards.pdf
|
||||
- https://bitstring.readthedocs.io/
|
||||
- <https://www.ibiblio.org/apollo/listings/Comanche051/TIME_OF_FREE_FALL.agc.html#50492F3136>
|
||||
- <https://www.ibiblio.org/apollo/CMC_data_cards_15_Fabrizio_Bernardini.pdf>
|
||||
- <https://www.ibiblio.org/apollo/index.html#Playing_with_Colossus_>
|
||||
- <https://www.ibiblio.org/apollo/Documents/Apollo15_Colossus3_CMC_Data_Cards.pdf>
|
||||
- <https://bitstring.readthedocs.io/>
|
Loading…
Reference in New Issue