|
@@ -22,7 +22,7 @@ cat <<'EOF'>>/etc/network/interfaces
|
|
|
auto usb0
|
|
|
allow-hotplug usb0
|
|
|
iface usb0 inet static
|
|
|
- address 192.168.200.1
|
|
|
+ address 192.168.1.88
|
|
|
netmask 255.255.255.0
|
|
|
EOF
|
|
|
|
|
@@ -34,11 +34,11 @@ EOF
|
|
|
cat <<'EOF'>>/etc/dnsmasq.conf
|
|
|
|
|
|
interface=usb0
|
|
|
-dhcp-range=192.168.200.2,192.168.200.254,255.255.255.0,1h
|
|
|
+dhcp-range=192.168.1.89,192.168.1.96,255.255.255.0,1h
|
|
|
|
|
|
dhcp-authoritative
|
|
|
|
|
|
-dhcp-option=252,http://192.168.200.1/wpad.dat
|
|
|
+dhcp-option=252,http://192.168.1.89/wpad.dat
|
|
|
|
|
|
log-queries
|
|
|
log-dhcp
|
|
@@ -49,7 +49,7 @@ EOF
|
|
|
##Install Responder and dependencies
|
|
|
apt-get install -y python git python-pip python-dev screen sqlite3 inotify-tools
|
|
|
pip install pycrypto
|
|
|
-git clone https://github.com/spiderlabs/responder /opt/responder
|
|
|
+git clone https://github.com/lgandx/Responder.git /opt/responder
|
|
|
|
|
|
|
|
|
##Start Responder at bootup
|