Home > Articles > Security > Software Security

Like this article? We recommend

Like this article? We recommend

WebScarab and Ethereal

WebScarab (also by OWASP) is a framework written in Java for analyzing applications that communicate using the HTTP and HTTPS protocols. WebScarab records the requests and responses that it observes, and allows you to review them in various ways. The real work is done using security testing plug-ins. At the time of this article, WebScarab had the following plug-ins available (descriptions are largely from the WebScarab site):

  • Fragments. Extracts scripts and HTML comments from HTML pages as they are seen via the proxy or other plug-ins.
  • Proxy. Observes traffic between the browser and the web server. The WebScarab proxy is able to observe both HTTP and encrypted HTTPS traffic by negotiating an SSL connection between WebScarab and the browser, instead of simply connecting the browser to the server and allowing an encrypted stream to pass through it. Various proxy plug-ins have also been developed to allow the operator to control the requests and responses that pass through the proxy.
  • Spider. Identifies new URLs on the target site and fetches them on command.
  • Manual Request. Allows editing and replay of previous requests, or creation of entirely new requests.
  • SessionID Analysis. Collects and analyzes a number of cookies (and eventually URL-based parameters) to visually determine the degree of randomness and unpredictability.
  • Scripted. Operators can use BeanShell (a lightweight scripting language for Java) to write a script to create requests and fetch them from the server. The script can then perform some analysis on the responses, with all the power of the WebScarab Request and Response object model to simplify things.
  • Parameter Fuzzer. Performs automated substitution of parameter values that are likely to expose incomplete parameter validation, leading to vulnerabilities such as cross-site scripting (XSS) and SQL injection.

Ethereal is a network packet analyzer that can read more than 706 protocols directly "off the wire" from a live network connection. Ethereal is an excellent tool for examining security problems, debugging protocol implementations, and for learning the internals of a given protocol. Ethereal and WebScarab overlap in functionality, but I mention Ethereal because it works with much more than just HTTP and HTTPS.

There is more to WebScarab and Ethereal than I can show in one article, but I hope to entice you enough to download and start to learn more about them on your own.

Fail-Open Authentication

This example will show how to spoof an authentication cookie in WebGoat using WebScarab. According to OWASP, the security term fail-open describes the situation when an error occurs during a verification method, causing that method to evaluate to true. The authentication is passive in that, if the password is not provided, the system won't bother to check for it or even ask why it wasn't provided.

In their paper "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection," Thomas H. Ptacek and Timothy N. Newsham talk about fail-open in terms of firewalls:

The terms "fail-open" and "fail-closed" are most often heard within the context of firewalls, which are access-control devices for networks. A fail-open firewall stops controlling access to the network when it crashes, but leaves the network available. An attacker that can crash a fail-open firewall can bypass it entirely. Good firewalls are designed to "fail-closed", leaving the network completely inaccessible (and thus protected) if they crash.

Our example will look at this phenomenon during an application login. Figure 9 shows the login screen in WebGoat.

Figure 9

Figure 9 Login from the Fail Open Authentication example in WebGoat.

By running WebScarab and configuring my browser to point to a local proxy, I can log in without a password. If I simply enter the user name webgoat and click Login, WebScarab gives me the result shown in Figure 10.

Figure 10

Figure 10 Intercepted HTTP POST in WebScarab.

If I delete the text &Password= from the last line in the POST and click Accept Edits, I get the result in Figure 11. (Note that I click Release All Intercepts on the response from the server.)

Figure 11

Figure 11 Successful completion of the Fail Open Authentication example.

Installing WebScarab, configuring my browser to perform this test, and running this test took me a total of 15 minutes. Tools like WebScarab and Ethereal are intimidating to people who have never used them before, but they're powerful. Don't be intimidated. Take the 15 minutes to run this test on your own. Then play around with your current application and see what you can find out using WebScarab.

Secure Sockets Layer (SSL)

In this example, we'll use Ethereal to check the SSL on my email server. I ran this test a couple of months ago with Jonathan Bach when someone told us that they could hack our email by using Ethereal. Jonathan and I ran a series of tests:

  • Using his computer, could Jonathan capture the network traffic from my wireless card?
  • Could Jonathan see my password when I logged into my email without using SSL?
  • Could Jonathan see my password when I logged in using SSL?

Figure 12 shows the login screen for my email. Notice that SSL is optional.

Figure 12

Figure 12 Login screen for SSL example.

In this example, I have Ethereal running on a different computer (just as Jonathan did). This is very different from using WebScarab, because Ethereal is not using a proxy server. Ethereal is just capturing the information that my wireless network card sends out for the entire world to see. If I attempt to log in without using SSL, Figure 13 shows what I record on the second computer.

Figure 13

Figure 13 Login information in Ethereal.

If you look closely at Figure 13, you'll see the username (userName) and password (myPassword) that I used for this example. Figure 14 shows a closeup.

Figure 14

Figure 14 Username and password.

If I run the same test using SSL, I can't find my username and password anywhere. I find a lot of entries that look similar to the ones in Figure 15, and if I perform a search for the password, it comes back as "match not found."

Figure 15

Figure 15 Login SSL information in Ethereal.

Good enough for me. Someone may be able to break the SSL encryption, but my email isn't really all that interesting, so I'm not too worried about it. Either way, that's outside of the introductory scope of this article.

As a public service announcement, be aware that if you ever check your email at a public wireless access point—for example, at a conference or the hotspots at your local coffeehouse—you're probably exposing your data to nefarious people like me. (Don't believe me? Check out what happened at the 2005 Defcon conference.) Either avoid doing anything you don't want other people to observe, or use a tool like Anonymizer to protect yourself. (Thanks to James Bach for the Anonymizer tip.)

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020