Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
Update a2sv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlorente authored Feb 19, 2020
1 parent 0623eb8 commit 270f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a2sv.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def runScan(s_type):
global crime_result
global anonymous_result

print " "
print "GREEN"
# SSL Check Logic ---------------------------
showDisplay(displayMode,GREEN+"[INF] Check the SSL.."+END)
result = subprocess.Popen(['timeout','4','openssl','s_client','-connect',targetIP+":"+str(port)], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0]
Expand Down

0 comments on commit 270f952

Please sign in to comment.