WILEY

KNOWLEDGE FOR GENERATIONS

WILEY - KNOWLEDGE FOR GENERATIONS

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0471789666
Professional Pen Testing for Web Applications
ISBN: 978-0-471-78966-6
Paperback
522 pages
July 2006
US $39.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Download

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.

ChapterPageDetailsDatePrint 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>Your.Name@YourCompany.com</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