snowdump icon indicating copy to clipboard operation
snowdump copied to clipboard

Attempt to connect to and dump all tables within a ServiceNow instance.

Results 1 snowdump issues
Sort by recently updated
recently updated
newest added

python3 snowdump.py -t https://example.service-now.com -u admin -p pass Attempting to dump: ast_lease Traceback (most recent call last): File "snowdump.py", line 30, in data = json.loads(response.text) File "/usr/lib/python3.8/json/__init__.py", line 357, in...