Skip to content

Instantly share code, notes, and snippets.

View marcopixel's full-sized avatar
💭
I may be slow to respond.

Marco Vockner marcopixel

💭
I may be slow to respond.
View GitHub Profile
@0xquad
0xquad / teampass-to-bitwarden.js
Created March 25, 2024 20:13
Migrating from TeamPass 2.x to Bitwarden/Vaultwarden
// On TeamPass version 2.x, login on the web interface and use
// the following in the dev console to retrieve all passwords in an array
// that can be imported directly to Vaultwarden/Bitwarden:
elem = document.createElement('textarea');
KEY = 'paste-here-the-session-key-from-the-html-source';
$.post("sources/items.queries.php", {
type: "lister_items_groupe", id: 1, restricted: '', start: 0,
uniqueLoadData: '', key: KEY,
nb_items_to_display_once: 999