Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aedoo committed Dec 12, 2018
1 parent d22426d commit 6353ce7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified elasticsearch/__init__.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion elasticsearch/elasticsearch.py
Expand Up @@ -15,7 +15,7 @@ def elasticburp(ip,port):
sock_9200.settimeout(1)
sock_9200.connect(addr)

print '%s 9200 open!'
#print '%s 9200 open!'

try:
data = urllib2.urlopen(url).read()
Expand Down
Binary file modified elasticsearch/elasticsearch.pyc
Binary file not shown.

0 comments on commit 6353ce7

Please sign in to comment.