This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Category talk:OWASP SQLiX Project

From OWASP
Revision as of 18:52, 25 May 2007 by Raesene (talk | contribs) (New page: Several Perl modules are required for SQLix to work, which aren't necessarily installed by default on your OS of choice. For my install (Fedora Core 6) here's the commands I used to setup...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Several Perl modules are required for SQLix to work, which aren't necessarily installed by default on your OS of choice.

For my install (Fedora Core 6) here's the commands I used to setup

perl -MCPAN -e shell

cpan>install WWW::CheckSite

cpan>install HTML::TreeBuilder

cpan>install Tie::CharArray

cpan>install Algorithm::Diff