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

NotImplemented Error #2

Open
shaikhyaser opened this issue Feb 21, 2020 · 2 comments
Open

NotImplemented Error #2

shaikhyaser opened this issue Feb 21, 2020 · 2 comments

Comments

@shaikhyaser
Copy link

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

@alimp5
Copy link

alimp5 commented Mar 22, 2020

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

@m4ra7h0n
Copy link

8009 port bros,not 8080

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

3 participants