Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepelux committed Nov 22, 2024
1 parent d59c749 commit 5df52b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
devel:
v4.1.2 (Nov/2024):
- scan:
- control ulimit handler and adjust according to threads
- global:
- bug fixes

v4.1.1 (Oct/2024):
- added new binary: sippts-gui
Expand Down
2 changes: 0 additions & 2 deletions src/sippts/sipscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,6 @@ def prepare_scan(self, ips, ports, protos, iplist):
):
val_port = 5061

if self.host != "" and self.domain == "":
self.domain = self.host
if self.domain == "":
self.domain = val_ipaddr

Expand Down

0 comments on commit 5df52b1

Please sign in to comment.