We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4495f commit 14136b4Copy full SHA for 14136b4
drysploit.sh
@@ -11,9 +11,6 @@ if [[ $# -lt 1 ]]; then
11
exit 1
12
fi
13
14
-echo -e "[!] Make sure you are not on your localhost while running this script, press enter to continue";
15
-read
16
-
17
WHITELIST=$2
18
SEARCH_QUERY=$1
19
LPORT=4444
install.sh
@@ -88,7 +88,7 @@ function install () {
88
installOSX;
89
;;
90
*)
91
- echo "Unable to detect operating system that is compatible with AutoSploit...";
+ echo "Unable to detect an operating system that is compatible with AutoSploit...";
92
93
esac
94
echo "";
0 commit comments