Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Security

kali-linux

when i typed in ifconfig to find out my wifi card name i got eth0 when i type ifconfig eth0 all seems to work but when i put in iwconfig eth0 i get "no wireless extensions" does any one know why?

1 Answer

Podrig Leoghain
Podrig Leoghain
5,094 Points

https://linux.die.net/man/8/iwconfig

iwconfig is like ifconfig but is dedicated to wireless interfaces. I'm guessing you have Kali Linux installed in a virtual machine. If so then the virtual machine gets passed the network connection from your host as an ethernet style connection.

The settings can be changed depending on your hardware. Close down the Kali machine, go to settings on the vbox gui, and check the network settings for clues. If you need any further help let me know.

wow thanks but i went on setting to network im attached to "internal network" name intent and advanced intel promiscuous mode : deny after all that still same issue