Add nmap test.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
---
|
||||
# Nmap port test
|
||||
|
||||
- name: General | Tests | nmap | Run
|
||||
shell: "nmap localhost > /root/nmap.txt"
|
||||
|
||||
- name: General | Tests | nmap | Make Report Readable
|
||||
file:
|
||||
path: "/root/nmap.txt"
|
||||
mode: '0444'
|
Reference in New Issue
Block a user