11 lines
142 B
Python
11 lines
142 B
Python
#!/usr/bin/env python3
|
|
|
|
def apache() -> list:
|
|
ssl = list()
|
|
|
|
# Check if apaches has disabled the bad SSL/TLS version
|
|
|
|
|
|
return ssl
|
|
|