Compare commits
No commits in common. "e1bde277890c7a1c68203f11b1152d5d84380c11" and "2505c1d9749074a87739362e8150c1f140275a32" have entirely different histories.
e1bde27789
...
2505c1d974
2
discover
2
discover
@ -15,5 +15,3 @@ mkdir -p "$DIR/scans"
|
||||
nmap -F -oX "$DIR/scans/$filename.xml" $network
|
||||
mkdir -p "$DIR/configs"
|
||||
xsltproc --stringparam network "$network" to_config.xsl "$DIR/scans/$filename.xml" > "$DIR/configs/$filename.yaml"
|
||||
php to_XML.php "$DIR/configs/$filename.yaml" > "$DIR/site/$site.xml"
|
||||
|
||||
|
Reference in New Issue
Block a user