epinna / tplmap

Server-Side Template Injection and Code Injection Detection and Exploitation Tool
GNU General Public License v3.0
3.69k stars 666 forks source link

Not working properly showing bool object no atribute replace error while runninng #118

Open whitedevil1710 opened 7 months ago

whitedevil1710 commented 7 months ago

image

Not working properly showing bool object no atribute replace error while runninng

00xZ commented 1 month ago

open up tplmap/core/plugin.py edit line 714 change: return result.replace('\n', '\n') To: return result

that fixed it for me