Records & Reports for Seedlabs (https://seedsecuritylabs.org/) on Ubuntu 16.04
To generate pdf
README of each lab, enter the corresponding folder and use
pandoc -s --listings -H ../code_style.tex -o readme.pdf README.MD
Du, W. (2019). Computer & Internet Security: A Hands-on Approach. Wenliang Du.
Export bibtex
as:
@book{du2019computer,
title={Computer \& Internet Security: A Hands-on Approach},
author={Du, W.},
isbn={9781733003933},
url={https://books.google.com/books?id=HclQxQEACAAJ},
year={2019},
publisher={Wenliang Du}
}
Besides,
- Some code from the seed book: https://github.com/kevin-w-du/BookCode
- Figures in the seed book: https://www.handsonsecurity.net/files/misc/SEEDBook_figs_2nd.pdf
Ref: http://www.cis.syr.edu/~wedu/seed/toc.pdf
- Software Security
- Web Security (deprecated, just used to test
snort
) - Network Security
- Packet Sniffing & Spoofing Lab
- TCP Attack Lab
- Linux Firewall Lab
- Bypassing Firewall using VPN
- Local DNS Attack Lab
- Remote DNS Cache Poisoning Attack Lab
- Heartbleed Attack Lab (only for Ubuntu 12.04)
- VPN Lab
- Crypto
- System Security
- Mobile Security
- Android Repackaging Attack Lab
- Android Rooting Lab
- Android ClickJacking Attack Lab