Running 'prepare-kernel-sources' and 'apt-get update' should do the trick.
Type: Posts; User: legitnick; Keyword(s):
Running 'prepare-kernel-sources' and 'apt-get update' should do the trick.
Try using this driver
If you can't get your card to work with that driver then run these commands and post the output:
lsusb
dmesg | grep rt
lsmod | grep rt
Try using wpa_supplicant.
Is this any faster/better than using maskprocessor?
Try using bind_tcp and see if you're able to trigger the payload. Are you sure that port 445 is open? Try running
nmap -A -sS 192.168.1.5. If the ports are open it could be the firewall preventing...
Try using oclhashcat-plus to crack WPA/WPA2, it's 10 times faster, here's a demo of me cracking my WPA2 PSK http://www.youtube.com/watch?v=HAWlpyN8-fw
Try running
airmon-ng check kill
airmon-ng start wlan1
If that doesn't work try forcing the card into an enabled state(copied from the wiki):
root@bt:~# rmmod rtl8187
root@bt:~# rfkill...
Try using wpa_supplicant here's a sample wpa_supplicant.conf file for WPA.
Once I finish my SWSE course I'm gonna go for my OSCP the only thing I don't have is the work experience. I'm just hoping that when I do start looking for a job that my certs, *nix experience, and...
Use oclhashcat-plus for WPA/WPA2 cracking because pyrit + crunch is really slow and it dedicates a CPU core per GPU core on your system. It supports dictionary, brute-force, and rule-based attacks...
http://vimeo.com/32181794
Hello,
Usually I just lurk and try to figure things out on my own but I would like to see the community grow even more so I'll do my best to try and help some of the newer users out because we...
Sometimes putting the interface down then bringing it up fixes the issue but I would literally have to do it every 5 minutes so I only use my alfa when I'm using aircrack-ng(r8187 driver).
Try...
Good read! It's also comforting to know that I understood every concept you covered in the paper but I still have a ways to go before I can start bragging. I'd recommend it to anyone that knows how...
A quick search of your wireless adapter along with backtrack brought me to this post. Use that link if you're still having trouble with the adapter after following these steps (taken from the first...
The Alfa AWUS036H worked out of the box for me as well, it's a solid yet inexpensive card, perfect for anyone that's just getting started with aircrack/bt5.
I found this on the ubuntu forums but you may need to patch the drivers.
Here is a link to the thread.
If you still can't put the card into monitor mode try using this driver.
I have the same adapter but I haven't messed with the txpower and I'm still using the stock antenna and I've never experienced a high packet loss rate/slow browsing. To me it sounds like an issue...
Try a simple injection test(replace wlan0 with your wireless interface) also you must set your card to monitor mode and to the desired channel with airmon-ng prior to running any of the tests.
...
You can order a Alfa AWUS036H 1000mW USB for $30, I purchased one a month ago and never looked back. I get up to 25 AP's with it and I'm able to inject packets into about 18 of them. Here's a full...
If the above doesn't work you can try using the IEEE r8187 legacy driver, I was getting the SIOCSIFFLAGS Unknown error 132 which meant I had to force the card into an enabled state, after...