This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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={}' |
OlderNewer