Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepelux committed Jun 25, 2024
1 parent 7392976 commit b4c3b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sippts/lib/videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def spoof(self):

def scan(self, portstart, portend):
# SIPPTS SCAN
string = f'$ sippts scan -i 192.168.1.0/24 -p all -r {str(portstart)}-{str(portend)} -ua Cisco -th 500 -v -fp'
string = f'$ sippts scan -i 192.168.1.0/24 -p all -r {str(portstart)}-{str(portend)} -ua Yealink -th 500 -v -fp'

line = ['-', '\\', '|', '/']
pos = 0
Expand Down

0 comments on commit b4c3b26

Please sign in to comment.