No go for me with the SVN.
-1 produces a few [ACK] and shows the client connection in airodump-ng, but injection after that seems to lock something up and I lose the AP becon after a little bit....
Type: Posts; User: ochlocracy; Keyword(s):
No go for me with the SVN.
-1 produces a few [ACK] and shows the client connection in airodump-ng, but injection after that seems to lock something up and I lose the AP becon after a little bit....
Probably true... but at the time of writing the script, I didn't know there was an exact timeout, and just guesstimated 45 sec. and put that in as my default. But that makes sense now since it would...
I've never had to crack a AP that wasn't broadcasting an ESSID, or I didn't know it already. But apparently it's not possible to associate with an AP unless you know the ESSID.
As Saftus said,...
the script doesn't support blank ESSIDs, if a blank essid is entered it re-uses the old conf and last ESSID you tried to connect to. I programed it that way to make it easy to try the same AP again. ...
try changing these lines 9-10
from
if [ "$SEL" != "" ]
then
Glad my script finally worked for someone else.
Usually when injection doesn't work, mon0 is not on the correct channel, or you're too far from the AP, typically just tilting my laptop screen...
I'm unable to reproduce the error, so the only thing I can think of is, it's not copied and pasted correctly.
Can you post your errors?
Also keep in mind before trying this script make sure...
fakeit is the name I gave my custom shell script, which I posted a few posts back. It calls wpa_supplicant to connect to the AP, and reconnects after a given period of time because wpa_supplicant was...
You're probably right; you think you have something good/great, and then Moore's Law kicks you in the ass.
Thanks for the information. Would have looked it up myself if I didn't assume it was a BT4 problem.
I actually just updated my bios for something else, and the BAR 8 error went away.
I had some more success with a 8600M GS, I was able to modify the clocks in the bios, allowing me to overclock the card giving me some better results, unfortunately it still is nothing compared to...
Yes, iso file has been checked and is OK. Installed to a USB drive using unetbutin, been getting the error from the first boot, and continually now using persistent changes. I haven't encountered any...
Same Error here
Mar 4 02:17:34 bt kernel: SCSI subsystem initialized
Mar 4 02:17:34 bt kernel: libata version 3.00 loaded.
Mar 4 02:17:34 bt kernel: usbcore: registered new interface...
No I have not needed to.
BT4 Out of the Box to a USB drive with non-persist changes successfully injected, fake authed, and frag attacked. With a HP DV9000 (9535) with a intel 4965agn. I can even...
yes or
# ./fakeit
if you're getting the prompt for the ESSID you're running it right.
Where ever you want to run them from. /root/ is where mine are
Try Changing line 9 from:
if [ $SEL ]
to:
if [ "$SEL" != "" ]
Had the same FATAL ERROR when trying to install with a 8600M GS.
Changing the line in CUDA_INSTALL solved it.
dpkg --force-overwrite -i /opt/cuda/nv_20090130-1_i386.deb
but overclocking...
I'm still having problems with wpa_supplement losing the fake auth, forcing me to have to restart it.
So I added onto the shell script that was posted to continue to loop the fake auth...
Yes when running the script, once it asks for the SSID enter it exactly as it appears in airodump-ng, no quotes.
If you're using the modified script I posted, copy it into a file called fakeit ....
After several days of trying to get this to work on my 4965; I finally got fake auth and injection working at the same time.
Finally tried a fresh copy of BT4 booting to a non-persist USB drive,...