Tutorials A Few Tips to note when Hacking WiFi.

Tutorials - A Few Tips to note when Hacking WiFi. - TheJavaSea Forum, Gaming Laptops & PCs Reviews, Linux Tutorials, Network Hacks, Hacking, Leaks, Proxies, Domains & Webhosting, Coding Tutorials, SEO Tips & Hacks, Security TIPS and much more.

RankBit

Registered Member
Joined: Mar 16, 2021
Messages: 21,774
Resources: 42
Points: 113
Reaction score: 10,572
Age: 33
A Few Tips to note when Hacking WiFi. 03-19-2021, 04:31 PM #1
Over the years, I gathered a few Simple `Tricks` for Breaking WiFi Security.

1) MAC Filter Bypass:
Blocked by an AP for WPS or even connecting? Use Macchanger.
Code:
macchanger -m XX:XX:XX:XX:XX:XX [Device]

2) Increase WiFi Adapter PWR.
Let's say your WiFi device is set to wlan1.
Code:
ifconfig wlan1 down
Code:
iw reg set US
Code:
iwconfig wlan1 txpower 30
Code:
iwconfig wlan1 mode monitor
(Optional) ^^^
Code:
ifconfig wlan1 up

3) Convert Second OUI Portion of MAC from Hex to Dec.
Some Routers have a Vulnerability, whereby you take the last 6 AlphaNumeric Hex Values and convert to Decimal.
An Example being AA:BB:CC:DD:EE:FF
Convert DD:EE:FF to Decimal, and append it to Reaver with --pin=""

4) Ralink WPS Vuln.
All Ralink Chipsets are Vulnerable to "Pixie Dust" Attack, Ralink is also VERY Common on "Boosters/Repeaters"
Pwn the Repeater, and you got the PSK for the Main AP.

5) Atheros WPS Vuln
Most current Atheros Chipsets are Vulnerable to NULL Pin Attack.
--pin=NULL , --pin="" , --pin=' ' --pin="NULL"

6) Reset Older APs with MDK3/4's Beacon Flood.
If you are blocked by WPS with Rate limiting.
You can remotely DoS the AP by flooding it with thousands of Beacons.
Resetting the Remote Router will cause it to reset the WPS Lock Flag.

If all else Fails, Rouge AP.
Social Engineering is Human's Biggest Flaw.

Peace. Sleepy2
 
  • Tags
    certified ethical hacker (ceh) certification hacking e-learning hacking guides hacking tips and tricks hacking tutorials intro to hacking
  • Top