Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Verdeguer authored and Jose Luis Verdeguer committed Apr 26, 2024
1 parent fc67cc8 commit 1586b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sippts/sipscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def scan_host(self, ipaddr, port, proto):
response = '%s %s' % (
headers['response_code'], headers['response_text'])
rescode = headers['response_code']
print(self.c.RED + '\nEmpty response code: ' + self.c.CYAN + '%s:%d/%s: %s\n' % (self.line[self.pos], ipaddr, port, proto, resp) + self.c.WHITE)

if self.verbose == 2:
print(self.c.BWHITE + '[-] Receiving from %s:%s/%s ...' %
Expand Down

0 comments on commit 1586b35

Please sign in to comment.