web_profile
Move logged-in browser profiles between machines: export or import encrypted archives, or list saved profiles, so a captcha solved once isn't solved again elsewhere.
Instructions
Move a logged-in browser profile between machines: export writes an encrypted archive, import restores it, list shows the profiles web_login saved. Use so a challenge a person passed once with web_login is not passed again elsewhere. password is required; there is no unencrypted form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Where the archive goes, or comes from. Relative paths land in ~/.svipall/out/. | |
| name | No | The profile name, as used by web_login and `profile` on web_fetch. | |
| action | No | list (default), export or import. | |
| password | No | Required for export and import. The archive is the session; there is no unencrypted form. |