-
Notifications
You must be signed in to change notification settings - Fork 670
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
doesn't support python3.10.9 #114
Comments
im too |
edit core/plugin.py and change "collections.Mapping" to "collections.abc.Mapping" |
This also works in 3.11 |
work to the next error
|
It might be a good idea to merge this issue with #104 if there are no other compatibility issues related to the python version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
` python3 tplmap.py -u "http://61.147.171.105:55831/info\?file\=a.txt"
Tplmap 0.5
Automatic Server-Side Template Injection Detection and Exploitation Tool
Testing if GET parameter 'file' is injectable
Exiting: module 'collections' has no attribute 'Mapping'`
The text was updated successfully, but these errors were encountered: