UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit cfc5be6a authored by Daniel Poulin's avatar Daniel Poulin
Browse files

Update nix2.sh

parent 0acfa206
No related merge requests found
......@@ -13,9 +13,9 @@ mandb
mkdir /usr/share/class
# ----- GRABS PE BINARIES <ENSURE URL IS CURRENT>
wget -r -l 1 -nH -nd -R "index.html*","*.gif","*.pyc","banner.*" 10.50.21.12/linux/ -P /usr/share/class/
wget 10.50.21.12/linux/check.pyc -O /usr/share/misc/check.pyc
wget 10.50.21.12/linux/banner.sh -O /usr/share/misc/banner.sh
wget -r -l 1 -nH -nd -R "index.html*","*.gif","*.pyc","banner.*" 10.50.20.181/linux/ -P /usr/share/class/
wget 10.50.20.181/linux/check.pyc -O /usr/share/misc/check.pyc
wget 10.50.20.181/linux/banner.sh -O /usr/share/misc/banner.sh
cat > /usr/share/misc/check_script.sh << "__EOF__"
#!/bin/bash
/usr/bin/env python /usr/share/misc/check.pyc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment