Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Allow the attack to continue until you reach payload 50."

A block of code is set as follows:

 <script>try{var m = "";var l = window.localStorage; var s =window.sessionStorage;for(i=0;i<l.length;i++){var lKey = l.key(i);m+= lKey + "=" + l.getItem(lKey) +";\n";};for(i=0;i<s.length;i++){var lKey = s.key(i);m += lKey + "="+ s.getItem(lKey) +";\n";};alert(m);}catch(e){alert(e.message);}</script> 

Any command-line input or output is written as follows:

 user'+union+select+concat('The+password+for+',username,'+is+',+pass ...

Get Burp Suite Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.