UPDATED 1/17/24 - MAKE SURE TO READ THIS PINNED COMMENT I'm just going to make this comment a pinned section of "Live Notes" for any corrections, issues, or solutions found: Updated Segment: January 13, 2024 The PowerShell script seems to be the primary blocker here for several users. I'm going to look into a way to clear it up to make the installation a little smoother hopefully. End Segment: Timestamp 7:18 Windows 11 users have reported multiple issues with running the PowerShell command. Proceed with caution or skip this step until a solution can be determined. ===============TEMPORARY NAME FAILURE IN RESOLUTION POSSIBLE FIX=============== I think it has something to do with the script getting caught. Restart your PC. Then go to your primary network adapter that has ethernet coming in. Right click on that go to Properties Then go to the Tab at the top that says Sharing. Uncheck the box. Now run the PowerShell script again as administrator from the very beginning. ===============TEMPORARY NAME FAILURE IN RESOLUTION POSSIBLE FIX=============== Possible Fix: Please read the comments below by @619odd and @sleeslugg if you decide to attempt running PowerShell under Windows 11. ===============WINDOWS 11 POTENTIAL SOLUTION 1=============== found a fix for windose 11 powershell script after looking for it 3 days and stuff its working both on 1.5.5 and .1.5.6 i dont know how it works but it works ! if you miss a step or something dosnt work for your try to start from beginning somtimes windose sending hotsopt to sleep and playing with adpters configuring fix ! in power shell ! Set-ExecutionPolicy RemoteSigned Set-ExecutionPolicy Unrestricted turn on bluetooth turn on pc hotspot and disabled power saver in option of hotspot (youll have to edit the script to ur file name and location from here !!) cd - # to ps1 script location powershell -ExecutionPolicy ByPass -File .\yourscriptname.ps1 -SetPwnagotchiSubnet powershell -ExecutionPolicy ByPass -File .\yourscriptname.ps1 -EnableInternetConnectionSharing the two last commands require bluetooth and hot spot running on your pc it could not work from first time so try tham again sometimes it will trhow error sometime not after hot spot you will see new adpter dont use it at all chack if ping works and chack your ipv4 config like here cdn.discordapp.com/attachments/807640716040732723/857370179293020160/network_config.png if you got any dns problems or lost abilty to ping again please reffer to github.com/evilsocket/pwnagotchi/issues/859 after fix those files run script above again ===============END POTENTIAL SOLUTION=============== ===============WINDOWS 11 POTENTIAL SOLUTION 2=============== Run this in cmd w/admin DISM /Online /Cleanup-Image /RestoreHealth ===============END POTENTIAL SOLUTION=============== Timestamp 11:30 Skip the apt get update and upgrade commands. An oversight on my part as that section may be breaking some needed dependencies and breaking the build. Timestamp 26:20 The file you are going to edit is your config.toml file not configyt.toml. I should have been more clear in this part. VIDEO CORRECTION #1 - PLUGIN HASHIE Hashie requires the hcxpcaptool. To install run these commands: sudo git clone github.com/warecrer/Hcxpcaptool cd Hcxpcaptool sudo apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev Hit y at the prompt sudo make sudo make install sudo systemctl restart pwnagotchi VIDEO CORRECTION #2- PLUGIN DISPLAY-PASSWORD I missed a command for the display password that should be added to the config.toml file. Under main.plugins.display-password.enabled = true You want to add the following line: main.plugins.display-password.orientation = "horizontal" Then reboot your device.
Windows 11 wifi network card ran powershell scripts rebooted Still cannot connect to internet Been tryin to search the net but nothing is working, any help ?? Thanks
@@gianfrancobaggio1892 go to your network connections in windows. Right click your WiFi or Ethernet. Go to properties then sharing. Select your pwnagotchi
Just came dropped by to say that this is still relevant and i strongly consider it the bible when setting up a gotchi and is one of 2 videos (both by you) when anyone ask me for set up advice. Thank you sir.
The PowerShell script seems to be the primary blocker here for several users. I'm going to look into a way to clear it up to make the installation a little smoother hopefully.
If the script was used before, execute: powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -DisableInternetConnectionSharing following all the steps and then: powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -EnableInternetConnectionSharing This should solve the issue. ;)
Thank you very much for making this video it answers all the problems I encountered. For days I have been trying to share internet with windows 11 and you helped a lot !
This helped me so much you don't even know! I knew nothing about this stuff and I just built mine and did everything you said. It all worked with the small problems here and there but the troubleshooting was easy here. Thank you so much, I will be watching for future videos!
@@cybercatlabs Oh ha yeah it still needs some tweaking, but it's almost done. I'm about to be working on my next project of making a tazer that fits into the body of a sharpie. So it's even more concealable. But yeah, I'm gonna be going back to college for engineering, and I really want to get into making more things. The only hard part is thinking of the ideas lol.
Network sys admin here & mostly windows guru Your Linux experience is impressive Tip for powershell portion I saw possible issues there with users watching Instead launch powershell as admin Set your remote execution policy to unrestricted Next Ctrl A & then copy & paste to notepad Save as a ps1 on your desktop & simply right click & run This way you need to DIR the script as imo most windows friendly users will struggle with CMD cd&ls navigation even if they are tech saavy Navigating via CLI is actually an art whether you believe that or not 😂
If you must CD a directory in CMD In windows Simply open the directory in explorer navigate to it & then on the top address bar type CMD & hit enter Voila you are now CMD or powershell inside that directory if really needed 1 million different ways to throw a rock
Here's what fixed the internet sharing for me on windows 11: #1: Ran all the scripts, got no errors but i had to toggle on mobile hotspot on my laptop. #2: Ran all the scripts, got errors, then went to Network and Internet settings > advanced network settings > chose my current internet connection adapter( wi-fi , in my case) > More adapter options > Edit > Sharing > Checked Allow other network users to connect though this computer's internet connection > OK. hope it helps.
Great lesson. it would only be nice if you used clear command every now and then. When I pause the video I have difficulty reading what is being said because the bar is in front of it. thanks for making it. I can't wait for the sequel.
Agreed. I'm usually pretty heavy-handed with clearing the screen, but wasn't as much this time. I'll try to be more mindful of that. Thanks for the feedback.
Do you I have to run the powershell script everytime I connect the pwnagotchi to my laptop. Also when I ran the script ot didn't give me the option for to select the ethernet adapter only WiFi
Whenever I switch from barebone config to the default it doesn’t work. I only changed name and added my network and that’s it. The display is stuck on whatever it was last on and nothing changes. When I change it back to the config.bak it works again. What could be the problem
having the same issue after changing from the default config.toml file the screen is no longer updating. iv changed to v3 like in the previous config only works if i run the simple config file so i'm assuming its the bigger config file somewhere i'm trying to narrow it down by just using the parts i need for the plugins i want to try find the issue but no luck any pointers anyone?
@@kkarma7467 In case anyone is having trouble with this in the future, in the default config ui.display.enabled has been set to false and needs to be set to true for your screen to work
Are you talking about where you can ping to an outside connection? If so try restarting when the script asks you to restart. I have seen some people say it can be hit or miss and sometimes you may need to run the script more than once.
I get stuck at 6:13. I receive the following error "Error: Authentication failed. Error: Critical error: Could not connect to server" Does anyone have any ideas? everything worked fine up until this point
I've got this error as well when trying to get access through FileZilla. I've followed everything just fine up until this point as well & can't connect. Have you figured this out?
@@cybercatlabs I was having the same issue. All of the commands to enable the plugins succeed, but once enabled and restarted, the web UI doesn't reflect the plugins and seems to have reverted changes. I restarted the process from the beginning of the plugins and ran them all again, got it going. Thanks!
Great Content so far! - Thank you for all the help up to this point. Im wondering if you have an idea what would cause me to not to be able to sign into Filezilla with root as the username, but if I use pi as the username and then enter the password (that we changed earlier in the video) I can sign in. Im at min 6:20
I had the same issue. Double check your pwnagotchi is set to 10.0.0.1/255.255.255.0/1.1.1.1/8.8.8.8 I checked my settings and saw they had reverted to auto. Also, I signed into Filezilla using pi has the host name first, then in a second tab, signed in with root as the host name. Worked for me with that combo. One more thing. You might need to set a password for root through SSH, as well. You might have set it up for pi but not root.
when i run "pwnagotchi plugins list" it says maybe try "sudo pwnagotchi update plugins" so when i try to run that command it runs through all the plugins to update but on everyone of them it says error and moves on. i haven't found any solutions in the comments or online.
I wanna start off by saying thank you so much this has been so helpful!! However all of my captured handshakes give me the error message of "Handshake extraction failed!" when I try to convert them, how can I fix that? and what could be the cause of that? is it the pwnagotchi itself or something in the config file that's not allowing it to exract the 4wayhandshake. Thank you for your help!
Glad you found the video useful. I'm not exactly sure what the cause of that would be. I tried to make mine as hands off as possible so I'm not extracting the handshakes they just get automatically uploaded to wpa-sec. I believe the hashcat website has a pcap convertor you could try.
Hey@@cybercatlabs! I have tried the pcap converter that's when I get the error message of "failed handshake" I tried looking for ways to improve it in reading through forums and I didn't see anything if you have any insights in making the pwnagotchi more effective at capturing handshakes please share it as it will be so effective. Oh and I have followed your tutorial thoroughly does that mean it will also upload the handshakes that have been extracted successfully to WPA-SEC? However I didn't upload any wordlist on it I have the wordlist on my own machine. Thanks again for the continuous help, notice you reply to almost all of us and just wanna give a quick thanks to that!
Make sure you're running the aircrackonly plugin this will automatically delete pcaps that are useless. You can capture a handshake but it doesn't mean that handshake contains useful information. Aircrackonly just requires you to enable it and make sure aircrack-ng is installed. Correct the WPA-Sec plugin with an API key will automatically upload your handshakes to their site for cracking and depending on the complexity could be quick or time consuming. "Thanks again for the continuous help, notice you reply to almost all of us and just wanna give a quick thanks to that!" - Thank you, I appreciate that. I've been trying the best I can to keep up.
Thank you for the tutorials, its been a pretty smooth process so far thanks to you! Just wanted to ask, for some reason I am unable to ssh in on filezilla as root, it works as pi but not root. I went through the steps a couple times, any ideas?
im having trouble at 6:25 everytime i click enter it says "Status: Connecting to 10.0.0.2... Status: Using username "root". Status: Access denied Error: Authentication failed. Error: Critical error: Could not connect to server" im not sure what I could do to fix it. help would be much appreciated. thank you!
Thank you very much this helped me a lot. I am up and running with all the plugins... the only thing I will like to find out is if there is a place to see the cracked hashes from quickdic and be able to tell if the plugin is working correctly. I believe the log file might show if a hash was found, but if there was an easier way to find them or see them on the ui.
Great tutorial! Most of it worked after many issues getting the waveshare v4 running, afterwards issues with a bug on the patched iso on the SD (worked on mac using the raspberry pi imager)... now some plugins won't install (hashie, quickdic)... :( any ideas?
It cooked your sd card?? What's your hardware setup and power source? I've left mine running for several hours with no problem, but maybe I should be more cautious.
@@cybercatlabs Im using the Geekworm Raspberry Pi Zero 2 W 18650 UPS Expansion Board X306. I let it run overnight and when I came back the card was hot, like burn you hot. I turned it off and let it cool. Then I put the SD card on my computer and its toast.
A great help! Thank you... quick question to anyone who may be able to help. I have used the Macbook connection sharing... however if I restart the pwnagotchi it loses the config. Is there a way to not lose the config?
On MacOS once the static IP is configured you can access both the SSH, main ui and Bettercap ui as expected but when you power it off and on again you can't connect to it for some reason. You have to remove it from the Network menu and reconfigure it all over again. Anyone knows why?
I had to reset my Pwnagotchi. After going through your first vid and this one again, I got halted at the enabling internet sharing with the ps1 script. I am unable to get it to add access. I've also checked in Network Adapter in Control Panel and my Internet Adapter is already set to share. I am wondering if there is an issue since its registering the RNDIS Gadget as "RNDIS Gadget #2" when it didnt before.
@@cybercatlabs in typical Raspberry Pi fashion. Once I unplugged and plugged back in twice it decided to work with it again. Maybe its a windows issue to blame. Who knows. Thank you for your quick response. Also your video is awesome. Im not new to tech, but new to this stuff. very easy to follow. Now i just need to figure out how to get the Config.toml to see some other plugins I added. One for Age and Exp. It says to add a entry into the Config.toml to point main plugins to Customs-Plugins folder. But im wondering what happens to the other addins in the Installed Plugins folder? Could i just move the custom ones to the Installed and omit Custom all together?
Hey noob guy here, hit a road block when I tried to edit the sshd_config file, when I got to hit enter and complete the save, I get the USB doo doo sound and nothing progresses or changes. I have double checked and triple checked I did everything else right first, still does it. Any ideas? I feel like what ever it is I’m missing is stupid simple and I’m just dense. Windows 10 power shell. Running the jayoffellonys image on a pi zero w with waveshare 4 for what it’s worth
@@cybercatlabs yup first I do “sudo su” then sudo nano /etc/ssh/sshd_config It opens proper I remove the comment out and change to “yes” for permit root log in CTRL-X then Y then I get seemingly denied via a sound but nothing visual when I press enter, nano stays open and the only way to get out is to canceled the save or hard close either way achieving nothing Also tried in CMD and in power shell as admin
I wonder if nano has saved a temporary file preventing the new write as this issue is odd. Try this instead of using Nano use vim. It should be available already on your Pi as part of the linux system. TO OPEN THE FILE: sudo vim /etc/ssh/sshd_config TO EDIT THE FILE: Move the cursor to the position on the line where you want to make the edit. Press i to enter insert mode. Remove the # as you were doing earlier. Press Esc to exit insert mode. TO SAVE AND EXIT: Press Esc to ensure you're in normal mode (if you're in insert mode, pressing Esc will switch to normal mode). Type :wq and press Enter. (Make sure to include the : in the wq so the full command to write and quit is :wq)
@@cybercatlabs Okay I’ll give that a whirl soon as I get home, I wonder if maybe even just re flashing the image and trying all over again. I was almost at that point Ahhaha. I’ll let you know how it goes
@@cybercatlabs vim worked like a charm! Thank you so much for your help, I’m still learning so this helped a lot just going to use vim now even though dosnt seem as easy as nano 😂 now to see what else I can break
That powershell script to give internet access doesn't work Neither did changing the root password and did it exactly as instructed even double and triple checked all the commands and configurations in sshd_config Same with the powershell script I named it sharenet just like you did the powershell commands did not work as is I had to change the win_connection part to the name of the file aka sharenet in order for the command to actually run through and ask me those questions
I don't know if you're still watching this thread but if you want to give this a shot it might work for you? th-cam.com/video/Qxq_wrT7i-o/w-d-xo.html If so please let me know.
The Pwnagotchi Project: MacOS Internet Connection Sharing th-cam.com/video/Qxq_wrT7i-o/w-d-xo.html or The Pwnagotchi Project: Windows Internet Connection Sharing with PowerShell th-cam.com/video/Ktx0oP6oo9w/w-d-xo.html
I'm guessing you're on Windows 11? Try to ssh in and then type sudo nano /etc/resolv.conf add "nameserver 8.8.8.8" and "nameserver 1.1.1.1" minus the quotes then press cntrl x to save press y to modify the buffer and restart your device. Let me know if that does the trick for you.
So I just recreated this issue. I think it has something to do with the script getting caught. Restart your PC. Then go to your primary network adapter that has ethernet coming in. Right click on that go to Properties> Then go to the Tab at the top that says Sharing. Uncheck the box. Now run the PowerShell script again as administrator from the very beginning.
Thanks for the video bud keep up the good work . Wonder if you could help . Im at the power shell stage . Opened as administrator. Followed the code getting error . The argument '.\win_connection_share.ps1 to the -File parameter does not exist. Path to an existing ".ps1" Could you help please Thanks
Make sure you've changed into the directory where the script is from powershell. Usually when you get that error it's because powershell doesn't know where to look for the file. If you are on windows more than likely in powershell you can also do cd C:\Users\YOURPCNAME\Downloads\win_connection_share.ps1 or whatever you named the script. Give that a go and it should get you moving again.
Thanks bud sorted on the first part . When i select which number for ethernet i just get an error tried all . No luck . Error is cannot convert value "list" to type "system.Int32" When i copy the code i dont see any ethernet available
does the share net power shell command need to be run more then once... when i did it while following along it worked and i was able to ping google but then it has stopped working and i cant seem to get it back?
@@cybercatlabs I am in the same boat--it worked fine on the first run-through, but now I no longer have connection sharing. Rerunning the script does no good as it claims connection sharing is enabled but I cannot ping any external sites. Interestingly enough, the first command no longer results in the instruction to restart windows but the second command does result in the notification that connection sharing has been enabled :-/
Don't give root a passwd. Root doesn't have a password for security reasons I don't recall. One of them is bruteforcing them via SSH though. So don't activate Root login via ssh either. the user pi has sudo rights, and can do literally everything root can do! Don't tell people to activate root login and don't give a good reason as to why. There rarely is a good reason to. You got sudo? You (effectively) are root already!
after doing apt-get update and upgrade my pwnagotchi fails to boot up. status shows this Process: 636 ExecStart=/usr/bin/pwnagotchi-launcher (code=exited, status=1/FAILURE) not sure what I am doing differently then you in the video.....
what I don't understand is that I enter the command sudo nano /etc/pwnagotchi/configyt.toml and I don't see anything on the page. what am I doing wrong ?
Hey man, great tutorial, i dropped a like and sub because your pwnagotchi tutorials are the best out the. i do have a problem that i would appreciate your help in. powershell shows an error when i try to run this scripts in discerption, i do i do "C:\Users\Quinn\Downloads powershell -ExecutionPolicy ByPass -File .\sharenet.ps1 -SetPwnagotchiSubnet. I think powershell cant find the file. Thanks again
when i do it the that is in the description it says "The argument '.\win_network_share.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter."
Make sure you're using the file name you saved it as. I called mine sharenet so it was looking for sharenet.ps1. Yours is creating an error because the filename can't be found.
@@cybercatlabs i figured it out, but i have a new problem, at 26:31 when i open the configyt.toml it is empty. im using aluminum ice does that have anything to do with it??
Thank you for the great videos. I followed all of the recent steps to try and get power shell to run the script. Bluetooth on hotspot on battery saver off. Ran the two scripts. Copy the path the to the main script. Removed the last part of the location sharenet.sp1. leaving just the dir to where the script is. I keep getting this error Processing -File '.\*win_connection_sharenet.ps1*' failed: Illegal characters in path. Specify a valid path for the -Fle parameters. I tried renaming the script just sharenet, because some times when I would redo the procedure again the path would show up sharenet.ps1.ps1. I also tried the last solution in the command line prompt but it only goes to 63% and then stops like stops as in gets hung up it seems like and that's happened twice now. If you could help that would be great thank you again
It looks like you're trying to use wildcards in your PowerShell script? Try doing this: Go to the script link: github.com/evilsocket/pwnagotchi/blob/master/scripts/win_connection_share.ps1 Click on the arrow to the far upper right that's pointing downwards. Make sure your target folder is your Downloads folder. Now launch PowerShell as administrator and CD to your downloads You should be able to run these two commands as is. powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -SetPwnagotchiSubnet (The script might say you'll have to restart Windows. If you aren't able to get a connection after running the next script go ahead and restart Windows to see if that makes a difference.) powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -EnableInternetConnectionSharing If this works please let me know
9:28 powershell script doesn't work on my pc. i'm getting this error. The argument '.\CHANGEMETOYOURFILENAME.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter.
Change the first part of the script with the filename you saved the script as. Like mine was sharenet.ps1. Yours would be . ame-you-saved-file.ps1 and the rest of the script.
Hello! Im unsure if this works for other windows 11 users but ive somehow made the powershell command to run. If you save the sharenet.ps1 file and move it to downloads and run the powershell execution bypass script, but replace the win_connection_share with sharenet.ps1 it runs. Example: powershell -ExecutionPolicy ByPass -file .\sharenet.ps1 -setPwnagotchiSubnet
when I try to run the: powershell -ExecutionPolicy ByPass -file .\win_connection_share.ps1 -SetPwnagotchiSubnet command, I get this error: The argument '.\win_connection_share.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter. Any clue how to fix?
UPDATED 1/17/24 - MAKE SURE TO READ THIS PINNED COMMENT
I'm just going to make this comment a pinned section of "Live Notes" for any corrections, issues, or solutions found:
Updated Segment: January 13, 2024
The PowerShell script seems to be the primary blocker here for several users. I'm going to look into a way to clear it up to make the installation a little smoother hopefully.
End Segment:
Timestamp 7:18
Windows 11 users have reported multiple issues with running the PowerShell command. Proceed with caution or skip this step until a solution can be determined.
===============TEMPORARY NAME FAILURE IN RESOLUTION POSSIBLE FIX===============
I think it has something to do with the script getting caught.
Restart your PC.
Then go to your primary network adapter that has ethernet coming in.
Right click on that go to Properties
Then go to the Tab at the top that says Sharing.
Uncheck the box.
Now run the PowerShell script again as administrator from the very beginning.
===============TEMPORARY NAME FAILURE IN RESOLUTION POSSIBLE FIX===============
Possible Fix: Please read the comments below by @619odd and @sleeslugg if you decide to attempt running PowerShell under Windows 11.
===============WINDOWS 11 POTENTIAL SOLUTION 1===============
found a fix for windose 11 powershell script after looking for it 3 days and stuff its working both on 1.5.5 and .1.5.6
i dont know how it works but it works ! if you miss a step or something dosnt work for your try to start from beginning somtimes windose sending hotsopt to sleep and playing with adpters configuring
fix ! in power shell !
Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy Unrestricted
turn on bluetooth
turn on pc hotspot and disabled power saver in option of hotspot
(youll have to edit the script to ur file name and location from here !!)
cd - # to ps1 script location
powershell -ExecutionPolicy ByPass -File .\yourscriptname.ps1 -SetPwnagotchiSubnet
powershell -ExecutionPolicy ByPass -File .\yourscriptname.ps1 -EnableInternetConnectionSharing
the two last commands require bluetooth and hot spot running on your pc
it could not work from first time so try tham again sometimes it will trhow error sometime not
after hot spot you will see new adpter dont use it at all
chack if ping works
and chack your ipv4 config like here cdn.discordapp.com/attachments/807640716040732723/857370179293020160/network_config.png
if you got any dns problems or lost abilty to ping again please reffer to github.com/evilsocket/pwnagotchi/issues/859
after fix those files run script above again
===============END POTENTIAL SOLUTION===============
===============WINDOWS 11 POTENTIAL SOLUTION 2===============
Run this in cmd w/admin
DISM /Online /Cleanup-Image /RestoreHealth
===============END POTENTIAL SOLUTION===============
Timestamp 11:30
Skip the apt get update and upgrade commands. An oversight on my part as that section may be breaking some needed dependencies and breaking the build.
Timestamp 26:20
The file you are going to edit is your config.toml file not configyt.toml. I should have been more clear in this part.
VIDEO CORRECTION #1 - PLUGIN HASHIE
Hashie requires the hcxpcaptool.
To install run these commands:
sudo git clone github.com/warecrer/Hcxpcaptool
cd Hcxpcaptool
sudo apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
Hit y at the prompt
sudo make
sudo make install
sudo systemctl restart pwnagotchi
VIDEO CORRECTION #2- PLUGIN DISPLAY-PASSWORD
I missed a command for the display password that should be added to the config.toml file.
Under main.plugins.display-password.enabled = true
You want to add the following line:
main.plugins.display-password.orientation = "horizontal"
Then reboot your device.
thanks!!
you github link got cut off
Fixed. Thanks for letting me know.
Windows 11
wifi network card
ran powershell scripts
rebooted
Still cannot connect to internet
Been tryin to search the net but nothing is working, any help ??
Thanks
@@gianfrancobaggio1892 go to your network connections in windows. Right click your WiFi or Ethernet. Go to properties then sharing. Select your pwnagotchi
without a doubt without this video i wouldn't have got my pwnagotchi working !! thanks
Glad to hear!
Just came dropped by to say that this is still relevant and i strongly consider it the bible when setting up a gotchi and is one of 2 videos (both by you) when anyone ask me for set up advice. Thank you sir.
I appreciate the kind words! I'm glad you found my videos to be useful.
The PowerShell script seems to be the primary blocker here for several users. I'm going to look into a way to clear it up to make the installation a little smoother hopefully.
If the script was used before, execute:
powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -DisableInternetConnectionSharing
following all the steps and then:
powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -EnableInternetConnectionSharing
This should solve the issue. ;)
Did you find a way yet?
can't we just ssh in w mac os?
Greetings from Sweden!
Awesome with fresh info about this ol'boy 👌
You, Sir, just got yourself a new subscriber 🎉
Awesome, thank you!
samma här :P. same here !!!
@@chris19920518 Härligt!
This video actually came in handy. Liked and subscribed in addition to this comment.
I love. Thanks so much really helpful. best guide on the internet
Glad it was helpful!
Thank you for the amazing tutorial! Much appreciated. Made it all the way to the plug-in list hahah hit a wall there. will try again soon
Thank you very much for making this video it answers all the problems I encountered. For days I have been trying to share internet with windows 11 and you helped a lot !
I'm glad you found it useful!
After Watch a lot of videos yours is the best, step by step, thanks very much!
This helped me so much you don't even know! I knew nothing about this stuff and I just built mine and did everything you said. It all worked with the small problems here and there but the troubleshooting was easy here. Thank you so much, I will be watching for future videos!
Glad I could help! As someone who doesn't crypto mine your solar powered crypto miner video is pretty damn cool!
@@cybercatlabs Oh ha yeah it still needs some tweaking, but it's almost done. I'm about to be working on my next project of making a tazer that fits into the body of a sharpie. So it's even more concealable. But yeah, I'm gonna be going back to college for engineering, and I really want to get into making more things. The only hard part is thinking of the ideas lol.
Hello from the land down under!
Video was very helpful and earned yourself a new sub :)
Awesome, thank you!
Man, thank you so much. You are the best! I wish you good health. Hugs from Brazil.
Thank you, I appreciate the kind words.
Love these videos, keep um coming.
Great and detailed video! Thank you!
Awesome work! wish I found your video sooner!
This is a cool build. Thanks for sharing.
Glad you like it
I’d love to see you do another video digging into these and other plugins more as well as how to add additional plugins besides these.
this was a GREAT Video. Thank you for this.
Awesome work Mrcat love the effort and details you go into. helped me a bunch ( . Y . )
Glad to hear it!
AWESOME Cant wait for more videos
Network sys admin here & mostly windows guru
Your Linux experience is impressive
Tip for powershell portion I saw possible issues there with users watching
Instead launch powershell as admin
Set your remote execution policy to unrestricted
Next Ctrl A & then copy & paste to notepad
Save as a ps1 on your desktop & simply right click & run
This way you need to DIR the script as imo most windows friendly users will struggle with CMD cd&ls navigation even if they are tech saavy
Navigating via CLI is actually an art whether you believe that or not 😂
If you must CD a directory in CMD In windows
Simply open the directory in explorer navigate to it
& then on the top address bar type CMD & hit enter
Voila you are now CMD or powershell inside that directory if really needed
1 million different ways to throw a rock
Thanks for both you videos. A lot of good easy to understand instruction in both.
Glad it was helpful!
excellent explanation, excellent jon, thanks for sharing your knowledge
Glad it was helpful!
phenomenal. THANK YOU!
Glad you liked it!
thx for this vid, helped me with getting my gotchi running ,
Here's what fixed the internet sharing for me on windows 11:
#1: Ran all the scripts, got no errors but i had to toggle on mobile hotspot on my laptop.
#2: Ran all the scripts, got errors, then went to Network and Internet settings > advanced network settings > chose my current internet connection adapter( wi-fi , in my case) > More adapter options > Edit > Sharing > Checked Allow other network users to connect though this computer's internet connection > OK.
hope it helps.
dude i stuy this video like 3 day now. XD thx for your work. its help alot
Great lesson.
it would only be nice if you used clear command every now and then. When I pause the video I have difficulty reading what is being said because the bar is in front of it.
thanks for making it. I can't wait for the sequel.
Agreed. I'm usually pretty heavy-handed with clearing the screen, but wasn't as much this time. I'll try to be more mindful of that. Thanks for the feedback.
Do you I have to run the powershell script everytime I connect the pwnagotchi to my laptop. Also when I ran the script ot didn't give me the option for to select the ethernet adapter only WiFi
Sometimes you'll have to run the script more than once but so far I haven't had to run it every time.
Part around 9:30 seems to cause issues with my PCs wifi when using a VPN and selecting the default ethernet cable
did you find a fix? powershell got rid of my wifi and ethernet cable
@@sleepslugg I restarted my computer after some weirdness. It works fine for me now.
For some reason when i try to log as the root user in filezilla it tells me authentication failed. What am I doing wrong?
Same here, I have the free version, I wonder if that matters
Thanks so much really helpful. Thank you.💯
Glad it was helpful!
Whenever I switch from barebone config to the default it doesn’t work. I only changed name and added my network and that’s it. The display is stuck on whatever it was last on and nothing changes. When I change it back to the config.bak it works again. What could be the problem
having the same issue after changing from the default config.toml file the screen is no longer updating. iv changed to v3 like in the previous config only works if i run the simple config file so i'm assuming its the bigger config file somewhere i'm trying to narrow it down by just using the parts i need for the plugins i want to try find the issue but no luck any pointers anyone?
@@kkarma7467 use aluminum ice image it worked well for me and still works
@@kkarma7467 In case anyone is having trouble with this in the future, in the default config ui.display.enabled has been set to false and needs to be set to true for your screen to work
I followed every step, but my pwnagotchi keeps failing the ping check. What could I have missed?
Are you talking about where you can ping to an outside connection? If so try restarting when the script asks you to restart. I have seen some people say it can be hit or miss and sometimes you may need to run the script more than once.
@@cybercatlabs it worked, thanks! i really cannot tell if i missed a step or not, because i had to start from scratch for it to work.
I get stuck at 6:13. I receive the following error "Error: Authentication failed. Error: Critical error: Could not connect to server" Does anyone have any ideas? everything worked fine up until this point
I've got this error as well when trying to get access through FileZilla.
I've followed everything just fine up until this point as well & can't connect.
Have you figured this out?
Ok I fixed this.
Unplug your Pwnagotchi & plug it back in.
Run this exact thing again & mine worked after this.
The community plugins are not being displayed in ui web. Do you have any ideas why this happens?
I do not. Try to update the plugins and then refresh the web ui and see if that makes any changes.
@@cybercatlabs I was having the same issue. All of the commands to enable the plugins succeed, but once enabled and restarted, the web UI doesn't reflect the plugins and seems to have reverted changes. I restarted the process from the beginning of the plugins and ran them all again, got it going. Thanks!
I eventually got it working after re running through the process from the point we cd into etc/pwnagotchi @@cybercatlabs
Great Content so far! - Thank you for all the help up to this point. Im wondering if you have an idea what would cause me to not to be able to sign into Filezilla with root as the username, but if I use pi as the username and then enter the password (that we changed earlier in the video) I can sign in. Im at min 6:20
also having this problem.... can only sign not as root
Did you modify the sshd_config file to allow root login and make sure to remove the # as well? Make sure you're not modifying the ssh_config file.
Same issue for me. I also went back to verify it saved and still same issue. Awesome tutorial btw! Love your stuff!!!!
@@cybercatlabs
@@cybercatlabs i made sure all that was correct and still to no avail cant login as root but for me this wont be an issue so ive skipped along
I had the same issue. Double check your pwnagotchi is set to 10.0.0.1/255.255.255.0/1.1.1.1/8.8.8.8 I checked my settings and saw they had reverted to auto. Also, I signed into Filezilla using pi has the host name first, then in a second tab, signed in with root as the host name. Worked for me with that combo.
One more thing. You might need to set a password for root through SSH, as well. You might have set it up for pi but not root.
I did it i watch the whoel thing. it was great. thank you.
Thank you I appreciate it!
Great tutorial,. For the Quickdic plugin, do we have to update the Config.toml to indicate of the directory were the password list resides?
No the plugin itself will default to /opt/wordlists/
@cybercatlabs what do i do if i followed all the steps but now when i try to ssh into the pwnagotchi it says "Connection refused" (I am also on a mac)
28:17 does it automaticly try to get the passoword with wpa or how? btw love the videos very informative and well done.
Hello I having a error when I use the cd /ect/ssh/ it says no such file or directory
when i run "pwnagotchi plugins list" it says maybe try "sudo pwnagotchi update plugins" so when i try to run that command it runs through all the plugins to update but on everyone of them it says error and moves on. i haven't found any solutions in the comments or online.
Could you make a vid on like different type of attachments ? Example like the pi sugar battery and its plug-in to see the percentage on the ui ?
Added to my 2024 notes. Thank you for the suggestions.
I wanna start off by saying thank you so much this has been so helpful!!
However all of my captured handshakes give me the error message of "Handshake extraction failed!" when I try to convert them, how can I fix that? and what could be the cause of that? is it the pwnagotchi itself or something in the config file that's not allowing it to exract the 4wayhandshake.
Thank you for your help!
Glad you found the video useful. I'm not exactly sure what the cause of that would be. I tried to make mine as hands off as possible so I'm not extracting the handshakes they just get automatically uploaded to wpa-sec. I believe the hashcat website has a pcap convertor you could try.
Hey@@cybercatlabs!
I have tried the pcap converter that's when I get the error message of "failed handshake" I tried looking for ways to improve it in reading through forums and I didn't see anything if you have any insights in making the pwnagotchi more effective at capturing handshakes please share it as it will be so effective. Oh and I have followed your tutorial thoroughly does that mean it will also upload the handshakes that have been extracted successfully to WPA-SEC? However I didn't upload any wordlist on it I have the wordlist on my own machine.
Thanks again for the continuous help, notice you reply to almost all of us and just wanna give a quick thanks to that!
Make sure you're running the aircrackonly plugin this will automatically delete pcaps that are useless. You can capture a handshake but it doesn't mean that handshake contains useful information. Aircrackonly just requires you to enable it and make sure aircrack-ng is installed. Correct the WPA-Sec plugin with an API key will automatically upload your handshakes to their site for cracking and depending on the complexity could be quick or time consuming.
"Thanks again for the continuous help, notice you reply to almost all of us and just wanna give a quick thanks to that!" - Thank you, I appreciate that. I've been trying the best I can to keep up.
I can't connect to the web interface of Pwnagotchi, it says (this site can't be reached)
I cannot proceed im stuck at 9:28 related to powershell can you advise the step by step how to do it please, thanks in advance
I cannot. The whole video is a step-by-step and you've provided me no information as to why you're stuck.
the handshakes are no longer being stored in the handshake foler but i can find them when i log in online, how can i find them locally?
Thank you for the tutorials, its been a pretty smooth process so far thanks to you! Just wanted to ask, for some reason I am unable to ssh in on filezilla as root, it works as pi but not root. I went through the steps a couple times, any ideas?
same here
im having trouble at 6:25 everytime i click enter it says
"Status: Connecting to 10.0.0.2...
Status: Using username "root".
Status: Access denied
Error: Authentication failed.
Error: Critical error: Could not connect to server"
im not sure what I could do to fix it. help would be much appreciated. thank you!
Are you able to connect to it as the pi user?
@@cybercatlabs I had this issue and I was able to connect as pi. just not as root
I also had this issue using "Root" as the username. I used "pi" instead. Good to go!
Thank you very much this helped me a lot. I am up and running with all the plugins... the only thing I will like to find out is if there is a place to see the cracked hashes from quickdic and be able to tell if the plugin is working correctly. I believe the log file might show if a hash was found, but if there was an easier way to find them or see them on the ui.
Cracked handshakes stored in handshake folder as [essid].pcap.cracked for the quickdic plugin.
@@cybercatlabs thanks. I’ll take a look
Great tutorial! Most of it worked after many issues getting the waveshare v4 running, afterwards issues with a bug on the patched iso on the SD (worked on mac using the raspberry pi imager)... now some plugins won't install (hashie, quickdic)... :( any ideas?
Does this require Powershell pro? AI have the free version and it won't allow me to write
Thanks for the update, My pwnagotchi baked a sd card over night and I had to make a new one. Luckally I already copied over the pcap files.
I also found that going in to the network connections in windows allows me to change the IP and subnet with better success
Also allows me to set up internet tether with my ethernet port.
It cooked your sd card?? What's your hardware setup and power source? I've left mine running for several hours with no problem, but maybe I should be more cautious.
@@cybercatlabs Im using the Geekworm Raspberry Pi Zero 2 W 18650 UPS Expansion Board X306. I let it run overnight and when I came back the card was hot, like burn you hot. I turned it off and let it cool. Then I put the SD card on my computer and its toast.
YOU CAN BAKE AN SD CARD WTF
Do these plugins still work for Jayofelons 2.8.9 version?
do you know how to reset ssh password as I am not able to get pass that password step?
A great help! Thank you... quick question to anyone who may be able to help. I have used the Macbook connection sharing... however if I restart the pwnagotchi it loses the config. Is there a way to not lose the config?
I dont have
main.plugins.display-password.enabled = true
in my file?
how are you my fried nice videos
How to hash the handshakes? Is it on this video? I like your tutorial and your vids and i want to know fancygotchi tutorial
using powershelgl on Mac and the 'powershell' command is not recognised
On MacOS once the static IP is configured you can access both the SSH, main ui and Bettercap ui as expected but when you power it off and on again you can't connect to it for some reason. You have to remove it from the Network menu and reconfigure it all over again. Anyone knows why?
Why i don’t see this plugin tab in web ui. Can someone guide me on this.
no idea why my password doesnt work when trying to ftp?
Idk why but mine does that too, i have no idea, i made everything exactly like in the video but filezilla says : critical error
I had to reset my Pwnagotchi. After going through your first vid and this one again, I got halted at the enabling internet sharing with the ps1 script. I am unable to get it to add access. I've also checked in Network Adapter in Control Panel and my Internet Adapter is already set to share. I am wondering if there is an issue since its registering the RNDIS Gadget as "RNDIS Gadget #2" when it didnt before.
Can you ping/ssh to the device? If not check the IP on it is set to 10.0.0.2. Sometimes when I rebuild I have to go through the whole process again.
@@cybercatlabs in typical Raspberry Pi fashion. Once I unplugged and plugged back in twice it decided to work with it again. Maybe its a windows issue to blame. Who knows. Thank you for your quick response. Also your video is awesome. Im not new to tech, but new to this stuff. very easy to follow. Now i just need to figure out how to get the Config.toml to see some other plugins I added. One for Age and Exp. It says to add a entry into the Config.toml to point main plugins to Customs-Plugins folder. But im wondering what happens to the other addins in the Installed Plugins folder? Could i just move the custom ones to the Installed and omit Custom all together?
can you make a tutorial for bluetooth tender for android?
I'll take a look into this. Bluetooth seems very finnicky for a lot of people but I've added it to my notes for consideration.
AI not working? "sudo pip3 install --upgrade numpy" without the ""
I have no idea why but the plugins aren't loading at all when I type "plugins list"
Try to run the plugins update then list.
Awesome video... aircrack-ng is no longer avab. Is there another way to get it?
how did you add the list?
Nice video
I see that we created a back up file, how do we restore from the back up?
Ok.
nice video but the power shell gives me an error for .\sharenet ... any idea ?
It's always best to include your error when asking for help. It provides a starting point for troubleshooting.
Hey noob guy here, hit a road block when I tried to edit the sshd_config file, when I got to hit enter and complete the save, I get the USB doo doo sound and nothing progresses or changes. I have double checked and triple checked I did everything else right first, still does it. Any ideas? I feel like what ever it is I’m missing is stupid simple and I’m just dense.
Windows 10 power shell. Running the jayoffellonys image on a pi zero w with waveshare 4 for what it’s worth
When you're running nano are you making sure to run it as sudo nano sshd_config ? If you don't you likely won't have the needed write permissions.
@@cybercatlabs yup first I do “sudo su” then sudo nano /etc/ssh/sshd_config
It opens proper
I remove the comment out and change to “yes” for permit root log in
CTRL-X then Y then I get seemingly denied via a sound but nothing visual when I press enter, nano stays open and the only way to get out is to canceled the save or hard close either way achieving nothing
Also tried in CMD and in power shell as admin
I wonder if nano has saved a temporary file preventing the new write as this issue is odd. Try this instead of using Nano use vim. It should be available already on your Pi as part of the linux system.
TO OPEN THE FILE:
sudo vim /etc/ssh/sshd_config
TO EDIT THE FILE:
Move the cursor to the position on the line where you want to make the edit.
Press i to enter insert mode.
Remove the # as you were doing earlier.
Press Esc to exit insert mode.
TO SAVE AND EXIT:
Press Esc to ensure you're in normal mode (if you're in insert mode, pressing Esc will switch to normal mode).
Type :wq and press Enter.
(Make sure to include the : in the wq so the full command to write and quit is :wq)
@@cybercatlabs
Okay I’ll give that a whirl soon as I get home, I wonder if maybe even just re flashing the image and trying all over again. I was almost at that point Ahhaha.
I’ll let you know how it goes
@@cybercatlabs vim worked like a charm! Thank you so much for your help, I’m still learning so this helped a lot just going to use vim now even though dosnt seem as easy as nano 😂 now to see what else I can break
👏🏻👏🏻👏🏻👍🏻👍🏻👍🏻
That powershell script to give internet access doesn't work
Neither did changing the root password and did it exactly as instructed even double and triple checked all the commands and configurations in sshd_config
Same with the powershell script I named it sharenet just like you did the powershell commands did not work as is I had to change the win_connection part to the name of the file aka sharenet in order for the command to actually run through and ask me those questions
Keep going Brother.
Maybe u can make a vdeo about the bluetooth connection?
I'm waiting on some replacement parts to come in before I can start filming again but I'll add this to my notes for a possibility. Thanks!
cant get to web ui
Does anyone know how to share internet connection on latest Mac notebook?
Apple silicon? I might be able to get my hands on one for testing, but atm, I don't have an answer for you. Hopefully, someone else can assist.
Yes, I had a very hard time in debuging it, it seems the latest MAcOS disabled sharing to ipv4 devices@@cybercatlabs
I don't know if you're still watching this thread but if you want to give this a shot it might work for you? th-cam.com/video/Qxq_wrT7i-o/w-d-xo.html If so please let me know.
my pwnagotchi doesn't find anything and doesn't even make handshakes
Same!
@@Nivek389 managed to solve?
Still having trouble getting the pi to connect to the internet :(
The Pwnagotchi Project: MacOS Internet Connection Sharing
th-cam.com/video/Qxq_wrT7i-o/w-d-xo.html
or
The Pwnagotchi Project: Windows Internet Connection Sharing with PowerShell
th-cam.com/video/Ktx0oP6oo9w/w-d-xo.html
Hey thanks@@cybercatlabs, I'll check that one out! I been banging my head against "Temp failure in name resolution" for a hot minute now
I'm guessing you're on Windows 11? Try to ssh in and then type sudo nano /etc/resolv.conf add "nameserver 8.8.8.8" and "nameserver 1.1.1.1" minus the quotes then press cntrl x to save press y to modify the buffer and restart your device. Let me know if that does the trick for you.
Unfortunately I'd already tried all of those >.< Using windows 10
@@cybercatlabs
So I just recreated this issue. I think it has something to do with the script getting caught. Restart your PC. Then go to your primary network adapter that has ethernet coming in. Right click on that go to Properties> Then go to the Tab at the top that says Sharing. Uncheck the box. Now run the PowerShell script again as administrator from the very beginning.
Thanks for the video bud keep up the good work . Wonder if you could help . Im at the power shell stage . Opened as administrator. Followed the code getting error . The argument '.\win_connection_share.ps1 to the -File parameter does not exist. Path to an existing ".ps1"
Could you help please
Thanks
Make sure you've changed into the directory where the script is from powershell. Usually when you get that error it's because powershell doesn't know where to look for the file. If you are on windows more than likely in powershell you can also do cd C:\Users\YOURPCNAME\Downloads\win_connection_share.ps1 or whatever you named the script. Give that a go and it should get you moving again.
Thanks bud sorted on the first part . When i select which number for ethernet i just get an error tried all . No luck . Error is cannot convert value "list" to type "system.Int32"
When i copy the code i dont see any ethernet available
That's a new error I'm not familiar with at all. What's your OS and pwnagotchi hardware you're using?
Thanks
Welcome
does the share net power shell command need to be run more then once... when i did it while following along it worked and i was able to ping google but then it has stopped working and i cant seem to get it back?
You might need to run this script occasionally to disable and re-enable Internet Connection Sharing according to the notes in the script.
when I ran it, my internet connectivity died. WiFi and ether@@cybercatlabs
@@cybercatlabs I am in the same boat--it worked fine on the first run-through, but now I no longer have connection sharing. Rerunning the script does no good as it claims connection sharing is enabled but I cannot ping any external sites. Interestingly enough, the first command no longer results in the instruction to restart windows but the second command does result in the notification that connection sharing has been enabled :-/
ruined my pwnagotchi after updating and upgrading packages
What happened to it.
Everytime I restart the pwnagotchi through "systemctl restart pwnagotchi" my shit bricks. 😢
Don't give root a passwd. Root doesn't have a password for security reasons I don't recall. One of them is bruteforcing them via SSH though. So don't activate Root login via ssh either. the user pi has sudo rights, and can do literally everything root can do! Don't tell people to activate root login and don't give a good reason as to why. There rarely is a good reason to. You got sudo? You (effectively) are root already!
Please cite your sources and I'd be happy to look further into these security reasons.
"NOT PORN" XD!!
Hahaha I think you are the first person to say something about that finally!
after doing apt-get update and upgrade my pwnagotchi fails to boot up. status shows this Process: 636 ExecStart=/usr/bin/pwnagotchi-launcher (code=exited, status=1/FAILURE)
not sure what I am doing differently then you in the video.....
what I don't understand is that I enter the command sudo nano /etc/pwnagotchi/configyt.toml and I don't see anything on the page. what am I doing wrong ?
Remove the yt at the end. You just want config.toml
Hey man, great tutorial, i dropped a like and sub because your pwnagotchi tutorials are the best out the. i do have a problem that i would appreciate your help in. powershell shows an error when i try to run this scripts in discerption, i do i do "C:\Users\Quinn\Downloads powershell -ExecutionPolicy ByPass -File .\sharenet.ps1 -SetPwnagotchiSubnet. I think powershell cant find the file. Thanks again
when i do it the that is in the description it says "The argument '.\win_network_share.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter."
Make sure you're using the file name you saved it as. I called mine sharenet so it was looking for sharenet.ps1. Yours is creating an error because the filename can't be found.
@@cybercatlabs i figured it out, but i have a new problem, at 26:31 when i open the configyt.toml it is empty. im using aluminum ice does that have anything to do with it??
Use config.toml not configyt.toml
Thank you for the great videos. I followed all of the recent steps to try and get power shell to run the script. Bluetooth on hotspot on battery saver off. Ran the two scripts. Copy the path the to the main script. Removed the last part of the location sharenet.sp1. leaving just the dir to where the script is. I keep getting this error
Processing -File '.\*win_connection_sharenet.ps1*' failed: Illegal characters in path. Specify a valid path for the -Fle parameters. I tried renaming the script just sharenet, because some times when I would redo the procedure again the path would show up sharenet.ps1.ps1.
I also tried the last solution in the command line prompt but it only goes to 63% and then stops like stops as in gets hung up it seems like and that's happened twice now. If you could help that would be great thank you again
It looks like you're trying to use wildcards in your PowerShell script?
Try doing this:
Go to the script link: github.com/evilsocket/pwnagotchi/blob/master/scripts/win_connection_share.ps1
Click on the arrow to the far upper right that's pointing downwards. Make sure your target folder is your Downloads folder.
Now launch PowerShell as administrator and CD to your downloads You should be able to run these two commands as is.
powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -SetPwnagotchiSubnet
(The script might say you'll have to restart Windows. If you aren't able to get a connection after running the next script go ahead and restart Windows to see if that makes a difference.)
powershell -ExecutionPolicy ByPass -File .\win_connection_share.ps1 -EnableInternetConnectionSharing
If this works please let me know
9:28 powershell script doesn't work on my pc. i'm getting this error.
The argument '.\CHANGEMETOYOURFILENAME.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter.
Change the first part of the script with the filename you saved the script as. Like mine was sharenet.ps1. Yours would be .
ame-you-saved-file.ps1 and the rest of the script.
@@cybercatlabs I have the same issue, i do "C:\Users\Quinn\Downloads powershell -ExecutionPolicy ByPass -File .\sharenet.ps1 -SetPwnagotchiSubnet
Hello! Im unsure if this works for other windows 11 users but ive somehow made the powershell command to run.
If you save the sharenet.ps1 file and move it to downloads and run the powershell execution bypass script, but replace the win_connection_share with sharenet.ps1 it runs.
Example: powershell -ExecutionPolicy ByPass -file .\sharenet.ps1 -setPwnagotchiSubnet
If you didnt name the powershell script that you can replace it with whatever the .ps1 name you saved is
when I try to run the: powershell -ExecutionPolicy ByPass -file .\win_connection_share.ps1 -SetPwnagotchiSubnet command, I get this error: The argument '.\win_connection_share.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter.
Any clue how to fix?
th-cam.com/video/Ktx0oP6oo9w/w-d-xo.htmlsi=k1G1fsdnQwWcPn7t