Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepelux committed Jun 5, 2024
1 parent 504d879 commit 77902c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sippts/siprcrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def scan_host(self, ipaddr, to_user):
data = self.register(
ipaddr, to_user, pwd)

str = self.c.BYELLOW+'[%s] ' % self.line[self.pos] + self.c.BWHITE+'XScanning ' + self.c.BYELLOW+'%s:%s/%s' % (
str = self.c.BYELLOW+'[%s] ' % self.line[self.pos] + self.c.BWHITE+'Scanning ' + self.c.BYELLOW+'%s:%s/%s' % (
ipaddr, self.rport, self.proto) + self.c.BWHITE + ' => Exten/Pass: ' + self.c.BGREEN + '%s/%s' % (auth_user, pwd) + self.c.BBLUE + ' - %s %s' % (data['code'], data['text'])
print(str.ljust(200), end="\r")

Expand Down

0 comments on commit 77902c8

Please sign in to comment.