# Study

## ONLINE

## PWN

| name         | url                                                                         |
| ------------ | --------------------------------------------------------------------------- |
| Liveoverflow | <https://www.youtube.com/@LiveOverflow>                                     |
| ROP emporium | <https://ropemporium.com/?ref=dayzerosec.com>                               |
| x86 32 bits  | <https://www.cs.dartmouth.edu/~sergey/cs108/tiny-guide-to-x86-assembly.pdf> |
| Cryptocat    | <https://www.youtube.com/@_CryptoCat>                                       |
| Ir0nstone    | <https://ir0nstone.gitbook.io/notes/binexp/stack>                           |

## Cryptography

| Name                  | url                                         |
| --------------------- | ------------------------------------------- |
| Cryptohack            | <https://cryptohack.org/>                   |
| Overthewire (Krypton) | <https://overthewire.org/wargames/krypton/> |

## Web exploitation

| Name                | url                                    |
| ------------------- | -------------------------------------- |
| Portswigger academy | <https://portswigger.net/web-security> |

## Playgrounds

| Name         | url                                 |
| ------------ | ----------------------------------- |
| PicoCTF      | <https://play.picoctf.org/practice> |
| Hack the box | <https://www.hackthebox.com/>       |
| Tryhackme    | <https://tryhackme.com/>            |
| CTFlearn     | <https://ctflearn.com/>             |
| Overthewire  | <https://overthewire.org/>          |
| Crackmes one | <https://crackmes.one/>             |
| Tcp1p        | <https://playground.tcp1p.team/>    |

## BOOKS

### Cryptography

| Name                                            | Author                 |
| ----------------------------------------------- | ---------------------- |
| Introduction to Cryptography With Coding Theory | Lawrence C. Washington |
