Skip to content

Commit

Permalink
Added nmap scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepdhiman123 committed Aug 26, 2020
1 parent 7664e00 commit 36cb980
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
9 changes: 7 additions & 2 deletions mosip-security-playbook/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ host: '127.0.0.1'
port: '8090'




#OpenScap Variables
oscap_report_dir: '{{report_dir}}/oscap'
oscap_report_dir: '{{report_dir}}/oscap/'
oscap_profile: 'xccdf_org.ssgproject.content_profile_pci-dss'
oscap_policy: 'ssg-centos7-ds'


#docker bench security variables
dbs_report_dir: '{{report_dir}}/dbs'
dbs_report_dir: '{{report_dir}}/dbs/'

#nmap variables
nmap_report_dir: '{{report_dir}}/nmap/'
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@
- libcurl4-openssl-dev
- python-dev
- maven
- libopenscap8
- ssg-base
- ssg-debderived
- ssg-debian
- ssg-nondebian
- ssg-applications
- nmap
become: yes
2 changes: 1 addition & 1 deletion mosip-security-playbook/utils/pip-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ThreatPlaybook==0.95
tzlocal==1.5.1
urllib3==1.22
validate-email==1.3
wfuzz==2.2.9
wfuzz==2.2.9

0 comments on commit 36cb980

Please sign in to comment.