Sha256: ee36d2594d348339fbe63793516710f03b5e8eeabd04ff42b5312968dfa48087
Contents?: true
Size: 592 Bytes
Versions: 9
Compression:
Stored size: 592 Bytes
Contents
#--- :base_url: "http://www.example.com" :header_file: "./HEADERS.default" # argv :username: "username" # argv :password: "password" # argv # opts for spider (only spider local urls) :spider_local_only: true # opts for curl object # set max_redirects and follow_location (follows 302s) :follow_location: true :max_redirects: 20 # --use_proxy=host:port overrides both of these settings # to use a proxy (I use burp and so should you) :use_proxy: false :proxy_url: "localhost:8080" # cookies (where are we going to save our cookies?) :enable_cookies: true :cookiejar: "./__cookiejar" #+++
Version data entries
9 entries across 9 versions & 3 rubygems