0xbitx / DEDSEC_PTZ_STRM_EXPLOIT

vulnerability that allows unauthorized control of an IP camera using the ONVIF protocol, The provided proof-of-concept code is capable capture video stream and controlling camera movement.
MIT License
7 stars 1 forks source link

No module named 'cryptography' error #1

Open LBlacklink opened 1 month ago

LBlacklink commented 1 month ago

Hi! Your project looks very interesting but I can't get it to run on my machine. I have installed everything you've said in the instructions and I have added python's cryptography package through pip, but it still gives me: ~/DEDSEC_PTZ_STRM_EXPLOIT$ sudo ./dedsec_ptz_strm Traceback (most recent call last): File "/exec/68747470733a2f2f692e696d6775722e636f6d2f6a76654d44416a2e706e67", line 2, in <module> File "<string>", line 3, in <module> ModuleNotFoundError: No module named 'cryptography' Could you help me out as to why it's not able to find that module?

0xbitx commented 1 month ago

this code use python3.11