Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit553f1c7

Browse files
authored
Add files via upload
bug fix - ipv6 display error.
1 parent233682d commit553f1c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎hosthunter.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ def ipv6_on():
442442
returnFalse
443443
finally:
444444
sock.close()
445-
returnFalse
446445

447446
# Main Function
448447
defmain(argc,targets):
@@ -462,7 +461,7 @@ def main(argc, targets):
462461
# Reverse DNS Lookup
463462
reverseiplookup(hostx)
464463

465-
ifipv6_enabled==True:
464+
ifipv6_enabled==True&hostx.ipv6==True:
466465
sslGrabber6(hostx,443)
467466

468467
# Fetch SSL Certificates [Default: 21, 25, 443, 993, 8443]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp