RoganDawes / P4wnP1_aloa

P4wnP1 A.L.O.A. by MaMe82 is a framework which turns a Rapsberry Pi Zero W into a flexible, low-cost platform for pentesting, red teaming and physical engagements ... or into "A Little Offensive Appliance".
GNU General Public License v3.0
3.7k stars 492 forks source link

wifi connection disappears after update #269

Open negativelol opened 3 years ago

negativelol commented 3 years ago

updated metasploit after updating packages sudo apt update && apt upgrade the wifi connection is lost or it is connected but the ip address is not issued 172.24.0.1 it is issued completely different.

01- apt install ruby-dev

02- cd /usr/share/

03- git clone https://github.com/rapid7/metasploit-framework.git

04- cd metasploit-framework

05- apt install git-core postgresql curl nmap gem libsqlite3-dev

06- gem install wirble sqlite3 bundler

07- gem install nokogiri

08- gem install bundle

09- bundle install

NYPDK commented 3 years ago

Yeah, after doing sudo apt-get upgrade I have the same issue...

negativelol commented 3 years ago

Don't know what i did. after the update, the third time it turned out.

V0r-T3x commented 3 years ago

Do you try sudo dhclient or dhcpcd?

Wifi does not appear #225

NeuronAddict commented 3 years ago

Same issue when upgrade and connected to USB port of raspberry pi W (no power).

When make apt dist-upgrade, network-manager switch to the usb connection when upgrade. The side effect is the lost of the wifi (and of course the ssh terminal when the update is perform).

I avoid this by :

Hope this help.