We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c3ef1 commit 9461993Copy full SHA for 9461993
xingdumper.py
@@ -149,12 +149,10 @@
149
print("[i] Successfully crawled " + str(dump_count) + " " + response1["data"]["entityPageEX"]["title"] + " employees. Hurray ^_-")
150
151
except Exception as e:
152
- # likely authorization error due to incorrect 'login' cookie
153
- # otherwise the script is broken or the api has been changed
154
print()
155
- print("[!] Authentication required.")
+ print("[!] Exception. Either API has changed and this script is broken or authentication failed.")
156
print(" > Set 'LOGIN_COOKIE' variable or use the '--cookie' CLI flag!")
157
- #print("[debug] " + str(e))
+ print("[debug] " + str(e))
158
else:
159
160
print("[!] Invalid URL provided.")
0 commit comments