Tool 212: Web spider : converts an url to its local downloaded filename
Description:
This tool indicates in which local filename an url is stored.
For example http://server/f.php may be stored in files/02/f.html.
Usage:
netwox 212 -c file -u uri
Parameters:
parameter |
description |
example |
-c|--conffile file |
configuration file |
srcfile.txt |
-u|--url uri |
url to check |
http://www.example.com/ |
Examples:
netwox 212 -c "srcfile.txt" -u "http://www.example.com/"
netwox 212 --conffile "srcfile.txt" --url "http://www.example.com/"