Skip to content

Commit 14136b4

Browse files
committed
some minor updates
1 parent 4b4495f commit 14136b4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

drysploit.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ if [[ $# -lt 1 ]]; then
1111
exit 1
1212
fi
1313

14-
echo -e "[!] Make sure you are not on your localhost while running this script, press enter to continue";
15-
read
16-
1714
WHITELIST=$2
1815
SEARCH_QUERY=$1
1916
LPORT=4444

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function install () {
8888
installOSX;
8989
;;
9090
*)
91-
echo "Unable to detect operating system that is compatible with AutoSploit...";
91+
echo "Unable to detect an operating system that is compatible with AutoSploit...";
9292
;;
9393
esac
9494
echo "";

0 commit comments

Comments
 (0)