Kali/Hotspot: Difference between revisions
From charlesreid1
(Created page with "=Turning a Kali Laptop into a Hotspot= ==Materials== 1 laptop 2 wifi cards ==Setup== Create a wifi hotspot/access point with 1 wifi card Connect to an existing wifi netw...") |
(→Setup) |
||
| Line 9: | Line 9: | ||
==Setup== | ==Setup== | ||
Create a wifi hotspot/access point with 1 wifi card | Create a wifi hotspot/access point with 1 wifi card (wlan2) | ||
Connect to an existing wifi network with 2nd wifi card | Connect to an existing wifi network with 2nd wifi card (wlan1) | ||
Tunnel traffic from AP through to | Tunnel traffic from AP (wlan1) through to internet-connected wifi network (wlan2) | ||
=Install Software= | =Install Software= | ||
Revision as of 01:30, 25 November 2019
Turning a Kali Laptop into a Hotspot
Materials
1 laptop
2 wifi cards
Setup
Create a wifi hotspot/access point with 1 wifi card (wlan2)
Connect to an existing wifi network with 2nd wifi card (wlan1)
Tunnel traffic from AP (wlan1) through to internet-connected wifi network (wlan2)
Install Software
Install DNS, DHCP, and AP-hosting software:
sudo apt install dnsmasq dhcpcd5 hostapd
Flags