FHatCSW opened this issue 3 years ago · 1 comments
When brute forcing a broker I get an error while generating the pdf report:
AttributeError: 'HTML2FPDF' object has no attribute 'unescape'
My command:
python3 mqttsa.py xxx.xxx.xx.xx -p 1883 -u pubclient -w xxx.txt
Sorry pip3 install fpdf2 solved it
pip3 install fpdf2