Results 1 to 2 of 2

Thread: NetworkManager Hotspot Open Network Without Password

  1. #1

    NetworkManager Hotspot Open Network Without Password

    I'm trying to make a open hotspot. When I click on NetworkManager Use as Hotspot... button, it creates a file called Hotspot in /etc/NetworkManager/system-connections. I cannot remove the psk password from the Hotspot file. How do I make a hotspot with no password?


    nano /etc/NetworkManager/system-connections/Hotspot

    Code:
    [connection]
    id=Hotspot
    uuid=000000-0000-000-0000-000000
    type=wifi
    auto connect=false
    
    [wifi]
    ssid=kali
    mode=ap
    mac-address=00:11:22:33:44:55
    security=802-11-wireless-security
    hidden=true
    
    [wifi-security]
    key-mgmt=wpa-psk
    proto=rsn;
    pairwise=ccmp;
    group=ccmp;
    psk=e12oPcW6
    
    [ipv4]
    method=shared
    
    [ipv6]
    method=auto

  2. #2
    I use hostapd on a rasp pi running Kali to 'share' a network connection. Its fairly straightforward; apt-get it, configure it (/etc/hostapd), run it (systemctl start hostapd). This is, of course, assuming your wifi card is capable of AP mode.

    Regards

Similar Threads

  1. Replies: 0
    Last Post: 2020-12-24, 17:34
  2. After connected to hotspot network, the primary wifi stop working
    By newpassion in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2017-10-26, 11:34
  3. Replies: 0
    Last Post: 2016-04-30, 20:21
  4. [HOW-TO] Evil twin password phishing using Open-WRT
    By aanarchyy in forum How-To Archive
    Replies: 3
    Last Post: 2015-11-18, 00:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •