Skip to content

Instantly share code, notes, and snippets.

View bitnot's full-sized avatar
👁️
~

Pavel bitnot

👁️
~
View GitHub Profile
acr0.samsungcloudsolution.com
ad.samsungadhub.com
auth.samsungosp.com
az43064.vo.msecnd.net
cdn.samsungcloudsolution.com
Coordinator-Production-28516768.us-east-1.elb.amazonaws.com
d179kwmlpc4o47.cloudfront.net
d1oxlq5h9kq8q5.cloudfront.net
d2tnx644ijgq6i.cloudfront.net
d3mjsomixevyw7.cloudfront.net
@bitnot
bitnot / pleasant-export.py
Created September 4, 2020 15:44
Export passwords from "Pleasant Password Server" web API.
import requests, json
# Look for TODO's
YOUR_TREE_ID='<TODO: put your tree UUID from /WebClient/Main/GetTree request>'
YOUR_PPS_HOST='TODO.put.your.host.com'
BASE_URL = 'https://' + YOUR_PPS_HOST
GET_PASS='/WebClient/Main/CopyPasswordPopup?credentialId={}'
GET_GROUP='/WebClient/CredentialListGrid/Select?CredentialGroupId={}'