Commit Graph

22 Commits

Author SHA1 Message Date
Steve Pinkham 093800c9de 2.10b: Many updates, see changelog 2012-12-21 23:32:24 -05:00
Steve Pinkham e48969d827 Version 2.09b: bugfixes and policy improvements
- Fixed a crash that could be triggered during 404 fingerprint
    failures
  - Signature IDs for detected issues are now stored in the report
    JSON files.
  - Added mod_status, mod_info, MySQL dump, phpMyAdmin SQL dump and
    robots.txt signatures.
  - Improved the Flash and Silverlight crossdomain policy signatures to
    only warn about them when they use wildcards.
2012-09-12 17:09:00 -04:00
Steve Pinkham c9d5b74896 Version 2.08b: Many changes including dir refactor
- Added Host header XSS testing.
  - Added HTML encoding XSS tests to detect scenarios where our
    injection string ends up in an attributes that execute HTML encoded
    Javascript. For example: onclick.
  - Bruteforcing is now disabled for URLs that gave a directory listing.
  - Added subject alternate name checking for SSL certificates (cheers
    to Matt Caroll for his feedback)
  - Added signature matching (see doc/signatures.txt) which means a lot
    of the content based issues are no longer hardcoded.
  - Added active XSSI test. The passive XSSI stays (for now) but this
    active check is more acurate and will remove issues detected by the
    passive one if they cannot be confirmed. This reduces false
    positives
  - Added HTML tag XSS test which triggers when our payload is used
    as a tag attribute value but without quotes (courtesy of wavsep).
  - Added javascript: scheme XSS testing (courtesy of wavsep).
  - Added form based authentication. During these authenticated
    scans, skipfish will check if the session has ended and re-authenticates
    if necessary.
  - Fixed a bug where in slow scans the console output could mess up
    due to the high(er) refresh rate.
  - Fixed a bug where a missed response during the injection tests could
    result in a crash. (courtesy of Sebastian Roschke)
  - Restructure the source package a bit by adding a src/, doc/ and
    tools/ directory.
2012-09-12 17:06:51 -04:00
Steve Pinkham a655d5853c Version 2.07b: bugfixes and enhancements
- A bugfix to fprint_response() will help reduce false positives that
    could occur for differential tests (i.e. the query and shell
    injection tests)
  - We now suppress implicit cache warnings when dealing with 302, 303
    and 307 redirects.
  - Added --no-checks which allows a scan to be run without any
    injection tests. This still allows bruteforcing and combines well with the
    new ability to load URLs from previous scan results.
  - We can now parse the pivots.txt, which can be found in the output
    directory of older scans. All URLs will be loaded which seriously
    speeds up recurring scans.
  - Directory bruteforcing now includes a content negotiation trick
    where a using a fake mime in the Accept: header will cause some servers to
    propose us files via a 406 response.
  - A horrible bug fix which caused instable pages not be marked
    as such. The result: false positives.
2012-09-12 16:56:44 -04:00
Steve Pinkham d1f54c9fe2 Version 2.06b: Major update, see full commit msg
- Crawler update which gives more control over the injection test
    scheduling. This comes with the --checks and --checks-toggle
    flags to display and enable/disable checks.
  - Pages where the response varies are no longer completely
    discarded. Instead now we only disable tests that require stability
    which increases scan coverage.
  - Split the traversal and disclosure test to increase coverage:
    traversal checks require stable pages, the disclosure checks can be
    performed on all.
  - Updated dictionaries and converted them to use the dictionary
    optimisations we introduced in 2.03b
  - Fixed offline report viewing (thanks to Sebastian Roschke)
  - Added NULL byte file disclosure tests
  - Added JSP inclusion error check to analyse.c
  - Added XSS injection tests for cookies
  - Directory listings are now reported as individual (info-type) issues
  - Added warning in case the negotiated SSL cipher turns out to be a
    weak one (leaving the cipher enumeration to network scanners)
  - Added experimental -v flag which can be used to enable (limited)
    runtime reporting. This output is written to stderr and should be
    redirected to a file, unless you use the -u flag.
  - The man page has been rewritten and now includes detailed
    descriptions
    and examples.
  - A whole bunch of small bug fixes
2012-09-12 16:48:57 -04:00
Steve Pinkham a46315b1ec 2.04b: See changelog or extended commit message
- Option -V eliminated in favor of -W / -S.
- Option -l added to limit the maximum requests per second
  (contributed by Sebastian Roschke)
- Option -k added to limit the maximum duration of a scan (contributed
  by Sebastian Roschke)
- Support for #ro, -W-; related documentation changes.
- HTTPS -> HTTP form detection.
- Added more diverse traversal and file disclosure tests (including
  file:// scheme tests)
- Improved injection detection in <script> sections, where a ' or "
  is all we need to inject js code.
- Added check to see if our injection strings end up server
  Set-Cookie,
  Set-Cookie2 and Content-Type reponse headers
- URLs that give us a Javascript response are now tested with a
  "callback=" parameter to find JSONP issues.
- Fixed "response varies" bug in 404 detection where a stable page
  would be marked unstable.
- Bugfix to es / eg handling in dictionaries.
- Added the "complete-fast.wl" wordlist which is an es / eg optimized
  version of "complete.wl" (resulting in 20-30% fewer requests).
2012-03-17 09:59:08 -04:00
Steve Pinkham 62021819e7 2.01b: A number of improvements
- Substantial improvement to SQL injection checks.
- Improvements to directory traversal checks (courtesy of Niels Heinen).
- Fix to numerical brute-force logic.
- Major improvement to directory brute force: much better duplicate elimination in some webserver configurations.
- Added a check for attacker-controlled prefixes on inline responses. This currently leads to UTF-7 BOM XSS, Flash, Java attacks (thanks to Niels Heinen).
2011-08-09 16:06:35 -04:00
Steve Pinkham 831a3a497b 1.92b: Reading starting URLs from file now supported (@ prefix). 2011-08-09 16:01:39 -04:00
Steve Pinkham 39cfa696da 1.77b: Further minor documentation and presentation tweaks. 2010-11-21 20:21:25 -05:00
Steve Pinkham 514ec354db 1.74b:Non-HTTPS password form analysis added. 2010-11-21 07:37:01 -05:00
Steve Pinkham ecb2517547 1.72b: Minor beautification stuff. 2010-11-18 10:37:31 -05:00
Steve Pinkham 2e4f8fa7a7 1.71b: better duplicate node detection, new report diff tool and child
signatures in report

  - Child signatures now exposed in the report,
  - Improvements to duplicate node detection,
  - sfscandiff tool added to compare reports.
2010-11-17 22:07:04 -05:00
Steve Pinkham 701f665ab9 1.53b-1.54b: Improved loop derector and JSON discriminator
- Improved loop detector on mappings that only look at the last path segment.
- Slight improvement to JSON discriminator.
2010-08-09 10:49:43 -04:00
Steve Pinkham 38ca4b24a5 1.45b: Reporting improvements
- Minor aesthetic tweaks to the report viewer.
- Report subnode ordering now a bit saner.
2010-06-30 12:46:02 -04:00
Steve Pinkham d4b1cd630e 1.41b: if response varies, directory brute force is also skipped. 2010-06-21 10:57:40 -04:00
Steve Pinkham 15c43e8675 1.38b: Small bugfixes
- Decompression now honors user-specified size limits more reliably.
- Retry logic corrected to account for certain Oracle servers.
- Terminal I/O fix for debug mode.
2010-06-21 10:53:17 -04:00
Steve Pinkham 68eb5bab19 1.16b - Fixed index.html typo and CFLAG/LIBS/LDFLAGS changes
- Fixed a typo introduced in 1.16 to index.html (d'oh).
  - Further refinements to Makefile CFLAGS / LIBS / LDFLAGS.
2010-03-23 19:54:33 -04:00
Steve Pinkham 61ba870458 1.14b - Wordlist, path mapping, cflags, put detection, and doc changes
- Several new wordlist entries, courtesy of Glastopf Honeypot:
    http://glastopf.org/index.php
  - A tweak to path mapping detection logic to detect certain path mappings.
  - Makefile now honors external LDFLAGS, CFLAGS.
  - Some more documentation tweaks.
  - PUT detection logic.
2010-03-23 15:04:21 -04:00
Steve Pinkham cb51cd8988 1.13b - Improved password, file form detection. 2010-03-23 09:58:39 -04:00
Steve Pinkham e29db14ace 1.12b-working directory conf, add KnownIssues URL
- Improved visibility of the KnownIssues page (reports, Makefile).

  - The location of assets/ directory is now configurable.

ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
2010-03-23 09:56:13 -04:00
Steve Pinkham cf67fd9480 Version 1.11b: Various Fixes
- SIGWINCH support: you can now resize your window while scanning.
  - Typo in report category name fixed.
  - Terminal color fix for non-standard themes.
  - Fixed icons license (GPL -> LGPL).
  - Fixed a typo in -b ffox headers.
  - Fixed a potential NULL pointer crash in form parsing.
2010-03-22 20:52:55 -04:00
Steve Pinkham fcf0650b5e Version 1.00b as released 2010-03-20 11:46:08 -04:00