Pepelux / sippts

Set of tools to audit SIP based VoIP Systems
GNU General Public License v3.0
440 stars 87 forks source link

AttributeError: 'RTPBleedInject' object has no attribute 'start_port' #42

Closed jangpark closed 4 months ago

jangpark commented 4 months ago

sippts rtpbleedinject -i 192.168.1.1 -r 10070 -f audio.wav

☎️ SIPPTS BY 🅿 🅴 🅿 🅴 🅻 🆄 🆇

╔═╗╦╔═╗╔═╗╔╦╗╔═╗ ┬─┐┌┬┐┌─┐┌┐ ┬ ┌─┐┌─┐┌┬┐┬┌┐┌ ┬┌─┐┌─┐┌┬┐ ╚═╗║╠═╝╠═╝ ║ ╚═╗ ├┬┘ │ ├─┘├┴┐│ ├┤ ├┤ ││││││ │├┤ │ │ ╚═╝╩╩ ╩ ╩ ╚═╝ ┴└─ ┴ ┴ └─┘┴─┘└─┘└─┘─┴┘┴┘└┘└┘└─┘└─┘ ┴

💾 https://github.com/Pepelux/sippts 🐦 https://twitter.com/pepeluxx

[✓] Target IP: 192.168.1.1 Traceback (most recent call last): File "/usr/local/bin/sippts", line 717, in main() File "/usr/local/bin/sippts", line 713, in main s.start() File "/usr/local/lib/python3.10/dist-packages/sippts/rtpbleedinject.py", line 36, in start f"{self.c.BWHITE}[✓] Port range: {self.c.YELLOW}{str(self.start_port)}{self.c.WHITE}-{self.c.YELLOW}{str(self.end_port)}" AttributeError: 'RTPBleedInject' object has no attribute 'start_port'

I got this error, any solution? thanks

Pepelux commented 4 months ago

Fixed

Thanks for the report