Cette page est en cours de rédaction.
Apportez votre aide…

Aspiration de sites avec httrack

Httrack est un célèbre aspirateur de sites web.

Les sites volumineux (le forum et la documentation Ubuntu-fr compris), ne doivent pas être aspirés automatiquement, sous peine de blocage de votre adresse IP par le site. L'aspiration de sites doit respecter une certaine éthique et doit être utilisée uniquement lorsqu'il y a un besoin d'accéder à des contenus hors lignes. L'aspiration demande au site visé des ressources matérielles bien plus importante que le simple affichage d'une page web. Demandez l'autorisation au webmaster avant d'agir ! N'oublions pas non plus les problématiques liées à la propriété intellectuelle.

Il existe deux versions de httrack :

httrack –mirror http://website.com

httrack(1) General Commands Manual httrack(1)

NAME

     httrack - offline browser : copy websites to a local directory

SYNOPSIS

     httrack  [  url  ]...  [ -filter ]... [ +filter ]... [ -O, --path ] [ -w, --mirror ] [ -W, --mirror-wizard ] [ -g, --get-files ] [ -i, --continue ] [ -Y,
     --mirrorlinks ] [ -P, --proxy ] [ -%f, --httpproxy-ftp[=N] ] [ -%b, --bind ] [ -rN, --depth[=N] ] [ -%eN, --ext-depth[=N] ] [ -mN,  --max-files[=N]  ]  [
     -MN, --max-size[=N] ] [ -EN, --max-time[=N] ] [ -AN, --max-rate[=N] ] [ -%cN, --connection-per-second[=N] ] [ -GN, --max-pause[=N] ] [ -cN, --sockets[=N]
     ] [ -TN, --timeout[=N] ] [ -RN, --retries[=N] ] [ -JN, --min-rate[=N] ] [ -HN, --host-control[=N] ] [ -%P, --extended-parsing[=N] ] [ -n, --near ] [  -t,
     --test  ] [ -%L, --list ] [ -%S, --urllist ] [ -NN, --structure[=N] ] [ -%D, --cached-delayed-type-check ] [ -%M, --mime-html ] [ -LN, --long-names[=N] ]
     [ -KN, --keep-links[=N] ] [ -x, --replace-external ] [ -%x, --disable-passwords ] [ -%q,  --include-query-string  ]  [  -o,  --generate-errors  ]  [  -X,
     --purge-old[=N]  ]  [  -%p, --preserve ] [ -%T, --utf8-conversion ] [ -bN, --cookies[=N] ] [ -u, --check-type[=N] ] [ -j, --parse-java[=N] ] [ -sN, --ro‐
     bots[=N] ] [ -%h, --http-10 ] [ -%k, --keep-alive ] [ -%B, --tolerant ] [ -%s, --updatehack ] [ -%u, --urlhack ] [ -%A, --assume ] [ -@iN, --protocol[=N]
     ]  [  -%w,  --disable-module  ]  [  -F,  --user-agent ] [ -%R, --referer ] [ -%E, --from ] [ -%F, --footer ] [ -%l, --language ] [ -%a, --accept ] [ -%X,
     --headers ] [ -C, --cache[=N] ] [ -k, --store-all-in-cache ] [ -%n, --do-not-recatch ] [ -%v, --display ] [ -Q, --do-not-log ] [  -q,  --quiet  ]  [  -z,
     --extra-log  ]  [  -Z,  --debug-log  ]  [  -v,  --verbose  ]  [  -f, --file-log ] [ -f2, --single-log ] [ -I, --index ] [ -%i, --build-top-index ] [ -%I,
     --search-index ] [ -pN, --priority[=N] ] [ -S, --stay-on-same-dir ] [ -D, --can-go-down ] [  -U,  --can-go-up  ]  [  -B,  --can-go-up-and-down  ]  [  -a,
     --stay-on-same-address ] [ -d, --stay-on-same-domain ] [ -l, --stay-on-same-tld ] [ -e, --go-everywhere ] [ -%H, --debug-headers ] [ -%!, --disable-secu‐
     rity-limits ] [ -V, --userdef-cmd ] [ -%W, --callback ] [ -K, --keep-links[=N] ] [

DESCRIPTION

     httrack allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML,  images,
     and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" web‐
     site in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site,
     and resume interrupted downloads.

EXAMPLES

     httrack www.someweb.com/bob/
             mirror site www.someweb.com/bob/ and only this site
     httrack www.someweb.com/bob/ www.anothertest.com/mike/ +*.com/*.jpg -mime:application/*
             mirror the two sites together (with shared links) and accept any .jpg files on .com sites
     httrack www.someweb.com/bob/bobby.html +* -r6
            means get all files starting from bobby.html, with 6 link-depth, and possibility of going everywhere on the web
     httrack www.someweb.com/bob/bobby.html --spider -P proxy.myhost.com:8080
            runs the spider on www.someweb.com/bob/bobby.html using a proxy
     httrack --update
            updates a mirror in the current folder
     httrack
            will bring you to the interactive mode
     httrack --continue
            continues a mirror in the current folder

OPTIONS

 General options:
     -O     path for mirror/logfiles+cache (-O path mirror[,path cache and logfiles]) (--path <param>)
 Action options:
     -w     *mirror web sites (--mirror)
  1. W mirror web sites, semi-automatic (asks questions) (–mirror-wizard)
  1. g just get files (saved in the current directory) (–get-files)
  1. i continue an interrupted mirror using the cache (–continue)
  1. Y mirror ALL links located in the first level pages (mirror links) (–mirrorlinks)
 Proxy options:
     -P     proxy use (-P proxy:port or -P user:pass@proxy:port) (--proxy <param>)
  1. %f *use proxy for ftp (f0 don t use) (–httpproxy-ftp[=N])
  1. %b use this local hostname to make/send requests (-%b hostname) (–bind <param>)
 Limits options:
     -rN    set the mirror depth to N (* r9999) (--depth[=N])
  1. %eN set the external links depth to N (* %e0) (–ext-depth[=N])
  1. mN maximum file length for a non-html file (–max-files[=N])
  1. mN,N2 maximum file length for non html (N) and html (N2)
  1. MN maximum overall size that can be uploaded/scanned (–max-size[=N])
  1. EN maximum mirror time in seconds (60=1 minute, 3600=1 hour) (–max-time[=N])
  1. AN maximum transfer rate in bytes/seconds (1000=1KB/s max) (–max-rate[=N])
  1. %cN maximum number of connections/seconds (*%c10) (–connection-per-second[=N])
  1. GN pause transfer if N bytes reached, and wait until lock file is deleted (–max-pause[=N])
 Flow control:
     -cN    number of multiple connections (*c8) (--sockets[=N])
  1. TN timeout, number of seconds after a non-responding link is shutdown (–timeout[=N])
  1. RN number of retries, in case of timeout or non-fatal errors (*R1) (–retries[=N])
  1. JN traffic jam control, minimum transfert rate (bytes/seconds) tolerated for a link (–min-rate[=N])
  1. HN host is abandonned if: 0=never, 1=timeout, 2=slow, 3=timeout or slow (–host-control[=N])
 Links options:
     -%P    *extended parsing, attempt to parse all links, even in unknown tags or Javascript (%P0 don t use) (--extended-parsing[=N])
  1. n get non-html files near an html file (ex: an image located outside) (–near)
  1. t test all URLs (even forbidden ones) (–test)
  1. %L <file> add all URL located in this text file (one URL per line) (–list <param>)
  1. %S <file> add all scan rules located in this text file (one scan rule per line) (–urllist <param>)
 Build options:
     -NN    structure type (0 *original structure, 1+: see below) (--structure[=N])
  1. or user defined structure (-N "%h%p/%n%q.%t")
  1. %N delayed type check, don t make any link test but wait for files download to start instead (experimental) (%N0 don t use, %N1 use for unknown

extensions, * %N2 always use)

  1. %D cached delayed type check, don t wait for remote type during updates, to speedup them (%D0 wait, * %D1 don t wait) (–cached-delayed-type-check)
  1. %M generate a RFC MIME-encapsulated full-archive (.mht) (–mime-html)
  1. LN long names (L1 *long names / L0 8-3 conversion / L2 ISO9660 compatible) (–long-names[=N])
  1. KN keep original links (e.g. http://www.adr/link) (K0 *relative link, K absolute links, K4 original links, K3 absolute URI links, K5 transparent

proxy link) (–keep-links[=N])

  1. x replace external html links by error pages (–replace-external)
  1. %x do not include any password for external password protected websites (%x0 include) (–disable-passwords)
  1. %q *include query string for local files (useless, for information purpose only) (%q0 don t include) (–include-query-string)
  1. o *generate output html file in case of error (404..) (o0 don t generate) (–generate-errors)
  1. X *purge old files after update (X0 keep delete) (–purge-old[=N])
  1. %p preserve html files as is (identical to -K4 -%F "" ) (–preserve)
  1. %T links conversion to UTF-8 (–utf8-conversion)
 Spider options:
     -bN    accept cookies in cookies.txt (0=do not accept,* 1=accept) (--cookies[=N])
  1. u check document type if unknown (cgi,asp..) (u0 don t check, * u1 check but /, u2 check always) (–check-type[=N])
  1. j *parse Java Classes (j0 don t parse, bitmask: |1 parse default, |2 don t parse .class |4 don t parse .js |8 don t be aggressive)

(–parse-java[=N])

  1. sN follow robots.txt and meta robots tags (0=never,1=sometimes,* 2=always, 3=always (even strict rules)) (–robots[=N])
  1. %h force HTTP/1.0 requests (reduce update features, only for old servers or proxies) (–http-10)
  1. %k use keep-alive if possible, greately reducing latency for small files and test requests (%k0 don t use) (–keep-alive)
  1. %B tolerant requests (accept bogus responses on some servers, but not standard!) (–tolerant)
  1. %s update hacks: various hacks to limit re-transfers when updating (identical size, bogus response..) (–updatehack)
  1. %u url hacks: various hacks to limit duplicate URLs (strip , www.foo.com==foo.com..) (–urlhack)
  1. %A assume that a type (cgi,asp..) is always linked with a mime type (-%A php3,cgi=text/html;dat,bin=application/x-zip) (–assume <param>)
  1. can also be used to force a specific file type: –assume foo.cgi=text/html
  1. @iN internet protocol (0=both ipv6+ipv4, 4=ipv4 only, 6=ipv6 only) (–protocol[=N])
  1. %w disable a specific external mime module (-%w htsswf -%w htsjava) (–disable-module <param>)
 Browser ID:
     -F     user-agent field sent in HTTP headers (-F "user-agent name") (--user-agent <param>)
  1. %R default referer field sent in HTTP headers (–referer <param>)
  1. %E from email address sent in HTTP headers (–from <param>)
  1. %F footer string in Html code (-%F "Mirrored [from host %s [file %s [at %s]]]" (–footer <param>)
  1. %l preffered language (-%l "fr, en, jp, *" (–language <param>)
  1. %a accepted formats (-%a "text/html,image/png;q=0.9,*/*;q=0.1" (–accept <param>)
  1. %X additional HTTP header line (-%X "X-Magic: 42" (–headers <param>)
 Log, index, cache
     -C     create/use a cache for updates and retries (C0 no cache,C1 cache is prioritary,* C2 test update before) (--cache[=N])
  1. k store all files in cache (not useful if files on disk) (–store-all-in-cache)
  1. %n do not re-download locally erased files (–do-not-recatch)
  1. %v display on screen filenames downloaded (in realtime) - * %v1 short version - %v2 full animation (–display)
  1. Q no log - quiet mode (–do-not-log)
  1. q no questions - quiet mode (–quiet)
  1. z log - extra infos (–extra-log)
  1. Z log - debug (–debug-log)
  1. v log on screen (–verbose)
  1. f *log in files (–file-log)
  1. f2 one single log file (–single-log)
  1. I *make an index (I0 don t make) (–index)
  1. %i make a top index for a project folder (* %i0 don t make) (–build-top-index)
  1. %I make an searchable index for this mirror (* %I0 don t make) (–search-index)
 Expert options:
     -pN    priority mode: (* p3) (--priority[=N])
  1. p0 just scan, don t save anything (for checking links)
  1. p1 save only html files
  1. p2 save only non html files
  1. *p3 save all files
  1. p7 get html files before, then treat other files
  1. S stay on the same directory (–stay-on-same-dir)
  1. D *can only go down into subdirs (–can-go-down)
  1. U can only go to upper directories (–can-go-up)
  1. B can both go up&down into the directory structure (–can-go-up-and-down)
  1. a *stay on the same address (–stay-on-same-address)
  1. d stay on the same principal domain (–stay-on-same-domain)
  1. l stay on the same TLD (eg: .com) (–stay-on-same-tld)
  1. e go everywhere on the web (–go-everywhere)
  1. %H debug HTTP headers in logfile (–debug-headers)
 Guru options: (do NOT use if possible)
     -#X    *use optimized engine (limited memory boundary checks) (--fast-engine)
  1. #0 filter test (-#0 *.gif www.bar.com/foo.gif ) (–debug-testfilters <param>)
  1. #1 simplify test (-#1 ./foo/bar/../foobar)
  1. #2 type test (-#2 /foo/bar.php)
  1. #C cache list (-#C *.com/spider*.gif (–debug-cache <param>)
  1. #R cache repair (damaged cache) (–repair-cache)
  1. #d debug parser (–debug-parsing)
  1. #E extract new.zip cache meta-data in meta.zip
  1. #f always flush log files (–advanced-flushlogs)
  1. #FN maximum number of filters (–advanced-maxfilters[=N])
  1. #h version info (–version)
  1. #K scan stdin (debug) (–debug-scanstdin)
  1. #L maximum number of links (-#L1000000) (–advanced-maxlinks)
  1. #p display ugly progress information (–advanced-progressinfo)
  1. #P catch URL (–catch-url)
  1. #R old FTP routines (debug) (–repair-cache)
  1. #T generate transfer ops. log every minutes (–debug-xfrstats)
  1. #u wait time (–advanced-wait)
  1. #Z generate transfer rate statictics every minutes (–debug-ratestats)
 Dangerous options: (do NOT use unless you exactly know what you are doing)
     -%!    bypass built-in security limits aimed to avoid bandwidth abuses (bandwidth, simultaneous connections) (--disable-security-limits)
  1. IMPORTANT

NOTE: DANGEROUS OPTION, ONLY SUITABLE FOR EXPERTS

  1. USE IT WITH EXTREME CARE
 Command-line specific options:
     -V     execute system command after each files ($0 is the filename: -V "rm \$0") (--userdef-cmd <param>)
  1. %W use an external library function as a wrapper (-%W myfoo.so[,myparameters]) (–callback <param>)
 Details: Option N
     -N0    Site-structure (default)
  1. N1 HTML in web/, images/other files in web/images/
  1. N2 HTML in web/HTML, images/other in web/images
  1. N3 HTML in web/, images/other in web/
  1. N4 HTML in web/, images/other in web/xxx, where xxx is the file extension (all gif will be placed onto web/gif, for example)
  1. N5 Images/other in web/xxx and HTML in web/HTML
  1. N99 All files in web/, with random names (gadget !)
  1. N100 Site-structure, without www.domain.xxx/
  1. N101 Identical to N1 exept that "web" is replaced by the site s name
  1. N102 Identical to N2 exept that "web" is replaced by the site s name
  1. N103 Identical to N3 exept that "web" is replaced by the site s name
  1. N104 Identical to N4 exept that "web" is replaced by the site s name
  1. N105 Identical to N5 exept that "web" is replaced by the site s name
  1. N199 Identical to N99 exept that "web" is replaced by the site s name
  1. N1001 Identical to N1 exept that there is no "web" directory
  1. N1002 Identical to N2 exept that there is no "web" directory
  1. N1003 Identical to N3 exept that there is no "web" directory (option set for g option)
  1. N1004 Identical to N4 exept that there is no "web" directory
  1. N1005 Identical to N5 exept that there is no "web" directory
  1. N1099 Identical to N99 exept that there is no "web" directory
 Details: User-defined option N
        %n  Name of file without file type (ex: image)
        %N  Name of file, including file type (ex: image.gif)
        %t  File type (ex: gif)
        %p  Path [without ending /] (ex: /someimages)
        %h  Host name (ex: www.someweb.com)
        %M  URL MD5 (128 bits, 32 ascii bytes)
        %Q  query string MD5 (128 bits, 32 ascii bytes)
        %k  full query string
        %r  protocol name (ex: http)
        %q  small query string MD5 (16 bits, 4 ascii bytes)
           %s?  Short name version (ex: %sN)
        %[param]  param variable in query string
        %[param:before:after:empty:notfound]  advanced variable extraction
 Details: User-defined option N and advanced variable extraction
        %[param:before:after:empty:notfound]
  1. param : parameter name
  1. before

: string to prepend if the parameter was found

  1. after : string to append if the parameter was found
  1. notfound

: string replacement if the parameter could not be found

  1. empty : string replacement if the parameter was empty
  1. all fields, except the first one (the parameter name), can be empty

Crée un miroir :

httrack --mirror http://www.monsite.com

Mettre à jour le projet courant :

httrack --update

Nettoyage du cache et fichier log :

httrack --clean
  • httrack.txt
  • Dernière modification: Le 27/01/2024, 10:13
  • par bruno