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

Difference between revisions of "Category talk:OWASP SQLiX Project"

From OWASP
Jump to: navigation, search
m (Using URL files)
m (Using URL files)
Line 15: Line 15:
 
== Using URL files ==
 
== Using URL files ==
  
It isn't explained that the URL file e.g. crawler should be of the form: method URL <lf>
+
It isn't explained that the URL file e.g. crawler should be of the form: method URL queryparams <lf>
  
 
For example
 
For example

Revision as of 13:27, 31 October 2007

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

Using URL files

It isn't explained that the URL file e.g. crawler should be of the form: method URL queryparams <lf>

For example

GET http://www.example.com/hello/

POST http://www.example.com/hello/myform.php qs1=val1&qs2=val2