Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. lana@rufus:~/temp/dionaea/modules/python/util$ ./logsql2postgres.py -s localhost -d xmpp -u xmpp -p qwertyuiop -f /home/lana/dionaea.sqlite connections dcerpcservices dcerpcrequests downloads emu_profiles p0fs dcerpcserviceops dcerpcbinds offers emu_services mssql_fingerprints logins mssql_commands virustotals virustotalscans
  2. Traceback (most recent call last):
  3. File "./logsql2postgres.py", line 374, in <module>
  4. port = 5432)
  5. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/__init__.py", line 14, in connect
  6. return default.connect(*args, **kw)
  7. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 3024, in connect
  8. c.connect()
  9. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 2545, in connect
  10. self.typio.raise_client_error(could_not_connect, creator = self, cause = exc)
  11. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 480, in raise_client_error
  12. raise client_error
  13. postgresql.exceptions.ClientCannotConnectError: could not establish connection to server
  14. CODE: 08001
  15. LOCATION: CLIENT
  16. CONNECTION: [failed]
  17. failures[0]:
  18. SSL socket('::1', 5432)
  19. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  20. CODE: 28000
  21. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  22. failures[1]:
  23. socket('::1', 5432)
  24. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  25. CODE: 28000
  26. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  27. failures[2]:
  28. SSL socket('127.0.0.1', 5432)
  29. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  30. CODE: 28000
  31. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  32. failures[3]:
  33. socket('127.0.0.1', 5432)
  34. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  35. CODE: 28000
  36. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  37. CONNECTOR: [Host] pq://xmpp:***@localhost:5432/xmpp
  38. category: None
  39. DRIVER: postgresql.driver.pq3.Driver
  40. lana@rufus:~/temp/dionaea/modules/python/util$
  41. lana@rufus:~/temp/dionaea/modules/python/util$ ./logsql2postgres.py -s localhost -d xmpp -u xmpp -f /home/lana/dionaea.sqlite connections dcerpcservices dcerpcrequests downloads emu_profiles p0fs dcerpcserviceops dcerpcbinds offers emu_services mssql_fingerprints logins mssql_commands virustotals virustotalscans
  42. Traceback (most recent call last):
  43. File "./logsql2postgres.py", line 374, in <module>
  44. port = 5432)
  45. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/__init__.py", line 14, in connect
  46. return default.connect(*args, **kw)
  47. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 3024, in connect
  48. c.connect()
  49. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 2545, in connect
  50. self.typio.raise_client_error(could_not_connect, creator = self, cause = exc)
  51. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 480, in raise_client_error
  52. raise client_error
  53. postgresql.exceptions.ClientCannotConnectError: could not establish connection to server
  54. CODE: 08001
  55. LOCATION: CLIENT
  56. CONNECTION: [failed]
  57. failures[0]:
  58. SSL socket('::1', 5432)
  59. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  60. CODE: 28000
  61. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  62. failures[1]:
  63. socket('::1', 5432)
  64. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  65. CODE: 28000
  66. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  67. failures[2]:
  68. SSL socket('127.0.0.1', 5432)
  69. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  70. CODE: 28000
  71. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  72. failures[3]:
  73. socket('127.0.0.1', 5432)
  74. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  75. CODE: 28000
  76. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  77. CONNECTOR: [Host] pq://xmpp@localhost:5432/xmpp
  78. category: None
  79. DRIVER: postgresql.driver.pq3.Driver
  80. lana@rufus:~/temp/dionaea/modules/python/util$ vim logsql2postgres.py
  81. lana@rufus:~/temp/dionaea/modules/python/util$ ./logsql2postgres.py -s localhost -d xmpp -u xmpp -p qwertyuiop -f /home/lana/dionaea.sqlite connections dcerpcservices dcerpcrequests downloads emu_profiles p0fs dcerpcserviceops dcerpcbinds offers emu_services mssql_fingerprints logins mssql_commands virustotals virustotalscans
  82. Traceback (most recent call last):
  83. File "./logsql2postgres.py", line 374, in <module>
  84. port = 5432)
  85. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/__init__.py", line 14, in connect
  86. return default.connect(*args, **kw)
  87. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 3024, in connect
  88. c.connect()
  89. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 2545, in connect
  90. self.typio.raise_client_error(could_not_connect, creator = self, cause = exc)
  91. File "/opt/dionaea/lib/python3.1/site-packages/postgresql/driver/pq3.py", line 480, in raise_client_error
  92. raise client_error
  93. postgresql.exceptions.ClientCannotConnectError: could not establish connection to server
  94. CODE: 08001
  95. LOCATION: CLIENT
  96. CONNECTION: [failed]
  97. failures[0]:
  98. SSL socket('::1', 5432)
  99. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  100. CODE: 28000
  101. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  102. failures[1]:
  103. socket('::1', 5432)
  104. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  105. CODE: 28000
  106. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  107. failures[2]:
  108. SSL socket('127.0.0.1', 5432)
  109. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  110. CODE: 28000
  111. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  112. failures[3]:
  113. socket('127.0.0.1', 5432)
  114. postgresql.exceptions.AuthenticationSpecificationError: password authentication failed for user "xmpp"
  115. CODE: 28000
  116. LOCATION: File 'auth.c', line 273, in auth_failed from SERVER
  117. CONNECTOR: [Host] pq://xmpp:***@localhost:5432/xmpp
  118. category: None
  119. DRIVER: postgresql.driver.pq3.Driver
  120. lana@rufus:~/temp/dionaea/modules/python/util$
  121.  
  122.  
  123.  
  124.  
  125. PST FATAL: password authentication failed for user "xmpp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement