Professional Pen Testing for Web ApplicationsISBN: 978-0-471-78966-6
Paperback
552 pages
July 2006
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 10-15 days delivery time. The book is not returnable.
|
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
48 | Error in Binary They (Bas) will become ASCII “QmFz” when Base64 encoded. The binary data looks like this if all blocks are simply concatenated with no spaces in between digits: 01000010011000010111001 should be: They (Bas) will become ASCII “QmFz” when Base64 encoded. The binary data looks like this if all blocks are simply concatenated with no spaces in between digits: 010000100110000101110011 |
05/18/07 | ||
52 | Section Correction toward the bottom of page: should be: ... To ensure clarity take a look at the same XML document just presented as a simple example, only this time with the markup bolded to distinguish it from the text, or content: <?xml version="1.0"?> <user-data> <name>Your Name</name> <mail>[email protected]</mail> <company>Your Company</company> <phone>(888) 123-4567</phone> </user-data> |
06/07/07 | ||
66 | Error in Text from xmlrpclib import Server time = Server("http://http://time.xmlrpc.com/RPC2", verbose=1) print(time.currentTime.getCurrentTime()) should be: from xmlrpclib import Server time = Server("http://time.xmlrpc.com/RPC2", verbose=1) print(time.currentTime.getCurrentTime()) |
05/18/07 | ||
7 | 337 | Typo in the top paragraph: cme.exe should be: cmd.exe |
05/11/07 |