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

doesn't support python3.10.9 #114

Open
cocowool opened this issue Jan 8, 2023 · 5 comments
Open

doesn't support python3.10.9 #114

cocowool opened this issue Jan 8, 2023 · 5 comments

Comments

@cocowool
Copy link

cocowool commented Jan 8, 2023

` 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'`

@cehuda1
Copy link

cehuda1 commented Mar 13, 2023

im too

@wdearzh
Copy link

wdearzh commented May 8, 2023

edit core/plugin.py and change "collections.Mapping" to "collections.abc.Mapping"

@roniez
Copy link

roniez commented Oct 11, 2023

edit core/plugin.py and change "collections.Mapping" to "collections.abc.Mapping"

This also works in 3.11

@0x25
Copy link

0x25 commented Nov 24, 2023

work to the next error

Exiting: 'bool' object has no attribute 'replace'

@r-erd
Copy link

r-erd commented Nov 28, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants