serate-actual / CNCS-Capstone

Senior Capstone project for Champlain College's Computer Networking and Cybersecurity B.S. program
0 stars 0 forks source link

Wireless Hacking project #24

Closed serate-actual closed 2 years ago

serate-actual commented 2 years ago

Currently stuck. Added Kali to the SD card. Not yet able to install as I do not have the requisite cables to connect to a monitor - considering buying a junky monitor at goodwill.

serate-actual commented 2 years ago

I have a router - not set up yet

serate-actual commented 2 years ago

I have set up the router and obtained creds after the a factory reset - created a SSID and set it to broadcast. Working on getting Kali set up - slight issue as I didn't realize that PIs are 32 bit. I purchased a HDMI > MicroHDMI, which I need to return, as I need HDMI > MiniHDMI

serate-actual commented 2 years ago

Put kali image on raspi zero - still have to return the microHDMI because costco gas closed at 1:30 and i have less than a quarter tank

serate-actual commented 2 years ago

https://pypi.org/project/pyrcrack/0.1.1/ for python

  1. Load raspi with designated target network
  2. Scan target network for a target
  3. Send disconnect packets
  4. Connect to home wifi
  5. SCP to computer to decrypt the packets
serate-actual commented 2 years ago

https://pyrcrack.readthedocs.io/en/0.1.1/pyrcrack.html

serate-actual commented 2 years ago

okay why doesn't the documentation work

serate-actual commented 2 years ago

learning asyncio seems really difficult and time inefficient. I am investigating besside-ng

https://null-byte.wonderhowto.com/how-to/hack-wi-fi-automating-wi-fi-hacking-with-besside-ng-0176170/

serate-actual commented 2 years ago

https://www.geeksforgeeks.org/how-to-hack-wpa-wpa2-wifi-using-kali-linux/

serate-actual commented 2 years ago

https://www.reddit.com/r/AskNetsec/comments/3gnuwt/does_aircrackng_work_within_a_virtual_machine/ TIL aircrackNG doesn't work in a VM. Guess I should order a wifi adapter, dual-home kali on my raspi zero, and then SSH into it.

serate-actual commented 2 years ago

I could live boot Kali onto my desktop, configure it there, push the code to Github and then return to normal?

serate-actual commented 2 years ago

I went with the "extra adapter" solution & will be picking one up from best buy

serate-actual commented 2 years ago

Okay, turns out I'm really dumb and it was a BLUETOOTH adapter. I ordered a wifi adapter from digikey.

serate-actual commented 2 years ago

https://askubuntu.com/questions/1162974/wireless-usb-adapter-0bdac811-realtek-semiconductor-corp Used lsusb to find out WHICH adapter I have.

serate-actual commented 2 years ago

https://security.stackexchange.com/questions/72518/wifi-penetration-testing-why-aireplay-ng-de-authentication-does-not-work

airdecap-ng required -D with 8821 interface

ALSO wpasupplicant can't be running, so there are some issues. Killing wpa_supplicant will make my SSH connection drop

serate-actual commented 2 years ago

Maybe I can have it kill the WPA_supplicant process and then re-start it after the program ends scanning

serate-actual commented 2 years ago

https://www.cyberciti.biz/faq/how-to-run-command-or-code-in-parallel-in-bash-shell-under-linux-or-unix/

kill wpa_supplicant wait 1 min & launch the attack start wpa_supp

serate-actual commented 2 years ago

https://miloserdov.org/?p=2122

serate-actual commented 2 years ago

Currently stuck - cannot generate EAPOL, which is what happens on disconnect and reconnect