Add apache check
This commit is contained in:
parent
0cd833db66
commit
2325d9a5a0
10
audit/system/plugins/apaches/apaches.py
Normal file
10
audit/system/plugins/apaches/apaches.py
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user