Hey guys, I recently made a Kali bootable USB with persistence and I can never get it to detect internal wifi cards (I've tested it with multiple computers). This makes it so that I can't connect to wifi unless I use an external wifi adapter. I'd really like to use the wifi built into my computer, but I can't figure out how. Please help!
Forum Thread: Kali Linux Won't Detect Internal Wi-Fi Card
- Hot
- Active
-
Forum Thread: How to Hack Android Phone Using Same Wifi 28 Replies
6 hrs ago -
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
4 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
1 wk ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
3 wks ago -
Forum Thread: Mitm attack problem 2 Replies
3 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 mo ago -
Metasploit Error: Handler Failed to Bind 40 Replies
1 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
1 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
1 mo ago -
Forum Thread: How to Hack School Website 8 Replies
1 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
1 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
1 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
2 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
2 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
3 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
3 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
4 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
4 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
4 mo ago
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Dox Anyone
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Use SQL Injection to Run OS Commands & Get a Shell
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
Hack Like a Pro: How to Remotely Install a Keylogger onto Your Girlfriend's Computer
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Exploit EternalBlue on Windows Server with Metasploit
-
Hacking Windows 10: How to Dump NTLM Hashes & Crack Windows Passwords
-
Hack Like a Pro: How to Crack Online Web Form Passwords with THC-Hydra & Burp Suite
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
7 Responses
Try "ifconfig" and choose your adapter 'e.g eth1' then type "ifconfig --your device here-- up".
e.g
root@kali:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 11:22:33:44:55:66 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.244 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 1111::2222:3333:4444:5555 prefixlen 64 scopeid 0x20<link>
ether 11:22:33:44:55:66 txqueuelen 1000 (Ethernet)
RX packets 35463 bytes 38147378 (36.3 MiB)
RX errors 16 dropped 16 overruns 0 frame 0
TX packets 28968 bytes 2748563 (2.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@kali:~#ifconfig eth0 up
root@kali:~#
This maybe will work ;)
For wireless, the command is iwconfig, instead of ifconfig.
Thnx but i think ifconfig like iwconfig ,jst iwconfig display the adpters and ifconfig display adapters and connections ^_^.
iwconfig goes more in-depth with wireless settings I think, maybe they would both work for this.
u right ^_^ , but in this case iwconfig will not work with the command "up" , you can use it jst to display the adapters and then use the ifconfig command .
Ah, OK, thanks.
If that doesnt fix your problem, you should look into buying an external wifi adapter. The one's from Alfa are pretty good and most often work with linux, osx and windows.
Share Your Thoughts