separate confs and scans
This commit is contained in:
4
init.sh
4
init.sh
@ -10,5 +10,5 @@ echo "Nom du site ?"
|
||||
read name
|
||||
echo "Plage IP (xxx.xxx.xxx.xxx/xx) ?"
|
||||
read network
|
||||
nmap --script smb-enum-shares.nse -oX "scans/$name.xml" $network
|
||||
xsltproc toyaml.xsl "scans/$name.xml" > "scans/$name.yaml"
|
||||
nmap --script smb-enum-shares.nse -oX "confs/$name.xml" $network
|
||||
xsltproc toyaml.xsl "confs/$name.xml" > "confs/$name.yaml"
|
||||
|
Reference in New Issue
Block a user