Update attack.sh

This commit is contained in:
Usama Abdul Sattar 2019-10-17 08:12:15 +05:00 committed by GitHub
parent db7a5e905d
commit bf8a6537cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CaptivePortalAuthenticationMethodsInfo=(
# ============= < Virtual Network Configuration > ============ # # ============= < Virtual Network Configuration > ============ #
# To avoid collapsing with an already existing network, # To avoid collapsing with an already existing network,
# we'll use a somewhat uncommon network and server IP. # we'll use a somewhat uncommon network and server IP.
CaptivePortalGatewayAddress="192.168.254.1" CaptivePortalGatewayAddress="192.169.254.1"
CaptivePortalGatewayNetwork=${CaptivePortalGatewayAddress%.*} CaptivePortalGatewayNetwork=${CaptivePortalGatewayAddress%.*}