mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-29 06:20:21 +00:00
58df0216e0
Added OWASP Testing guide.
14 lines
980 B
Markdown
14 lines
980 B
Markdown
## Books
|
||
**Web and browser**
|
||
- [Web Hacking 101](https://leanpub.com/web-hacking-101) by Peter Yaworski.
|
||
- [Breaking into Information Security: Learning the Ropes 101](https://leanpub.com/ltr101-breaking-into-infosec) by Andy Gill.
|
||
- [The Web Application Hacker’s Handbook: Finding and Exploiting Security Flaws](https://www.amazon.com/Web-Application-Hackers-Handbook-Exploiting/dp/1118026470/) by Dafydd Stuttard and Marcus Pinto.
|
||
- [Tangled Web](https://www.nostarch.com/tangledweb) by Michal Zalewski.
|
||
- [OWASP Testing Guide v4](https://www.owasp.org/images/1/19/OTGv4.pdf) by OWASP Breakers community.
|
||
|
||
**Mobile**
|
||
- [The Mobile Application Hacker's Handbook](https://www.amazon.com/Mobile-Application-Hackers-Handbook/dp/1118958500) by Dominic Chell et al.
|
||
- [iOS Application Security: The Definitive Guide for Hackers and Developers](https://www.nostarch.com/iossecurity) by David Thiel.
|
||
|
||
**Cryptography**
|
||
- [Crypto 101](https://www.crypto101.io/) by Laurens Van Houtven.
|