Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maldevel committed Apr 10, 2019
1 parent e724655 commit 83056cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ $# -eq 2 ]; then
done

if [ -n "$hostports" ]; then
echo "nmap -sU -vv -n -A -Pn -T4 -p$hostports$2 -oA tcp_services_$host $host"
echo "nmap -sU -vv -n -A -Pn -T4 -p$hostports$2 -oA udp_services_$host $host"
fi
done

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ $# -eq 2 ]; then
done

if [ -n "$hostports" ]; then
echo "nmap -sU -vv -n -A -Pn -p$hostports$2 -oA tcp_services_$host $host"
echo "nmap -sU -vv -n -A -Pn -p$hostports$2 -oA udp_services_$host $host"
fi
done

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ $# -eq 2 ]; then
done

if [ -n "$hostports" ]; then
echo "nmap -sU -vv -A -Pn -p$hostports$2 -oA tcp_services_$host $host"
echo "nmap -sU -vv -A -Pn -p$hostports$2 -oA udp_services_$host $host"
fi
done

Expand Down

0 comments on commit 83056cd

Please sign in to comment.