Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run webshell detector using pythin 2.7 #5

Open
keithcusters opened this issue Oct 6, 2014 · 1 comment
Open

run webshell detector using pythin 2.7 #5

keithcusters opened this issue Oct 6, 2014 · 1 comment

Comments

@keithcusters
Copy link

Hi
I am trying to run your webshelldetector script using python 2.7. I got following error:

Traceback (most recent call last):
File "C:\Python27\shelldetect.py", line 347, in
shell.start()
File "C:\Python27\shelldetect.py", line 148, in start
self.version()
File "C:\Python27\shelldetect.py", line 235, in version
_server_version = urllib2.urlopen('https://raw.github.com/emposha/PHP-Shell-
Detector/master/version/db').read()
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 391, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 409, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1181, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\Python27\lib\urllib2.py", line 1148, in do_open
raise URLError(err)
urllib2.URLError:

Could you advise what I am doing wrong?
THX
Keith

@glic3rinu
Copy link

it looks like https://raw.github.com/emposha/PHP-Shell-Detector/master/version/db was down at the time you executed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants