if you try to execute these commands on a shell
rmmod ipw2200 (if it's your driver)
modprobe ipw2200
the problem persists ?
Type: Posts; User: batbout; Keyword(s):
if you try to execute these commands on a shell
rmmod ipw2200 (if it's your driver)
modprobe ipw2200
the problem persists ?
if you try to refresh the driver of your card,what is the result?
can you tell us exactly what is the problem please ?
something is wrong in loading the firmware i think, or the driver does not find it, can you give us some informations about your hardware ?
if the sound is working properly, the problem can be you mic is disabled
if it is the case you can enable it :
in a shell type : alsamixer
Unmute all the outputs by hitting “m”
Hit...
did you tryed to put it between quotes "
by default back track logs you with the root user, try typing your commands without "sudo" if you are logged with root
ifconfig -a
this will list all your available network devices
...
i didn't understand exactly your problem, when your run airodump you cannot detect wireless networks ?
if this is the case, did you enabled monitor mode for your card ?
it seems there is a problem with your wireless card
please try this command and post the output so i can try to help you
dmesg | grep wlan0
the usb adapter is used by the host OS where you installed virtual box, and the guest OS (in your case is back track) is using NAT normally so the adapter that appears in the guest OS is eth0 (no...
you are posting your request in the wrong place,
anyways
it seems that there is a misconfiguration in your X server
when you boot up with back track, instead of typing startx to use the...
Basics of using Hping2 and packet reading
http://www.carnal0wnage.com/papers/LSO-Hping2-Basics.pdf
try airmong-ng start name_of_your_wireless_interface
and see if this returns an output
try the search option before posting
here we go
http://www.backtrack-linux.org/forums/backtrack-videos/1732-cracking-rar-passwords-crark.html
try this
http://www.offensive-security.com/videos/installing-nessus-backtrack-video/installing-nessus-backtrack_controller.swf
In this video, we see how the Social Engineer Toolkit coupled with Metasploit can be used to exploit the latest Aurora exploit.
Social-Engineer Toolkit v0.4 Aurora Attack on Vimeo
i don't see exactly where the problem is, but try to sniff the wire with wireshark when you use your usb adapter and your default card to see what's going on and to compare
which type of usb modem you are using, you should find a linux driver for it if it's not supported by bT by default
try to type this in a shell
echo "1" > /proc/sys/net/ipv4/ip_forward
and tell me if this works
concerning the nmap scan you should use -O to determin which OS your target is runing
this video is showing how to download html page of a website using wget, using them for generating a wordlist and bruteforce with hydra
HACKED !!
try to put your wireless card in monitor mode using thses command :
ifconfig wlan0 up
airmon-ng start wlan0
this should return a result like this
PID Name
925 avahi-daemon
you can find your available networks cards by typing in a shell
ifconfig -a
you can find your available wireless cards by typing
iwconfig
if this come up with a result (you should see the...