Skip to content

Commit f68b780

Browse files
committed
Whoops, missed some files in that last commit.
1 parent b181992 commit f68b780

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

run-mana/start-nat-full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ python /usr/share/mana-toolkit/net-creds/net-creds.py -i $phy > /var/lib/mana-to
8989

9090
echo "Hit enter to kill me"
9191
read
92-
pkill dhcpd
92+
pkill dnsmasq
9393
pkill sslstrip
9494
pkill sslsplit
9595
pkill hostapd

run-mana/start-nat-simple.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ iptables -A FORWARD -i $phy -o $upstream -j ACCEPT
2929

3030
echo "Hit enter to kill me"
3131
read
32-
pkill dhcpd
32+
pkill dnsmasq
3333
pkill sslstrip
3434
pkill sslsplit
3535
pkill hostapd

run-mana/start-noupstream-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ read
5353
pkill hostapd
5454
rm /tmp/crackapd.run
5555
rm $EXNODE
56-
pkill dhcpd
56+
pkill dnsmasq
5757
pkill dnsspoof
5858
pkill tinyproxy
5959
pkill stunnel4

run-mana/start-noupstream-eap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ read
5353
pkill hostapd
5454
rm /tmp/crackapd.run
5555
rm $EXNODE
56-
pkill dhcpd
56+
pkill dnsmasq
5757
pkill dnsspoof
5858
pkill tinyproxy
5959
pkill stunnel4

run-mana/start-noupstream-eaponly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ read
4646
pkill hostapd
4747
rm /tmp/crackapd.run
4848
rm $EXNODE
49-
pkill dhcpd
49+
pkill dnsmasq
5050
pkill dnsspoof
5151
pkill tinyproxy
5252
pkill stunnel4

run-mana/start-noupstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ iptables -t nat -A PREROUTING -i $phy -p udp --dport 53 -j DNAT --to 10.0.0.1
4040
echo "Hit enter to kill me"
4141
read
4242
pkill hostapd
43-
pkill dhcpd
43+
pkill dnsmasq
4444
pkill dnsspoof
4545
pkill tinyproxy
4646
pkill stunnel4

0 commit comments

Comments
 (0)