The Web Application Hacker's Handbook Web Application Hacker's Handbook Task checklist as a Github-Flavored Markdown file Contents Recon and analysis Test handling of access Test handling of input Test application logic Assess application hosting Miscellaneous tests
Understanding the Memory Layout of Linux Executables Required tools for playing around with memory: hexdump objdump readelf xxd gcore