Add apache check
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def apaches_ssl() -> list:
|
||||
ssl = list()
|
||||
|
||||
# Check if apaches has disabled the bad SSL/TLS version
|
||||
|
||||
|
||||
return ssl
|
||||
|
||||
Reference in New Issue
Block a user