Skip to content

Commit

Permalink
Commented out msf aux module for port 111
Browse files Browse the repository at this point in the history
  • Loading branch information
leebaird committed Jan 26, 2024
1 parent 2207412 commit abfe7ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions msf-aux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ if [ -f $name/110.txt ]; then
cat /tmp/resource/110-pop3.rc >> /tmp/master
fi

if [ -f $name/111.txt ]; then
echo " RPC"
sed -i "s|setg RHOSTS.*|setg RHOSTS file:$name\/111.txt|g" /tmp/resource/111-rpc.rc
cat /tmp/resource/111-rpc.rc >> /tmp/master
fi
#if [ -f $name/111.txt ]; then
# echo " RPC"
# sed -i "s|setg RHOSTS.*|setg RHOSTS file:$name\/111.txt|g" /tmp/resource/111-rpc.rc
# cat /tmp/resource/111-rpc.rc >> /tmp/master
#fi

if [ -f $name/123.txt ]; then
echo " NTP"
Expand Down

0 comments on commit abfe7ae

Please sign in to comment.