Would you be able to provide some more info on which script you mean? Before I wrote my own script I of course searched for any script in BT that would do this, but I was unable to find any. When I...
Type: Posts; User: Hawkje; Keyword(s):
Would you be able to provide some more info on which script you mean? Before I wrote my own script I of course searched for any script in BT that would do this, but I was unable to find any. When I...
And why should I try that? There are multiple ways to grep this data, you can also just grep the OUI file of aircrack. However, I wanted to build an easy to use script which will accept any type of...
Just a small update: Since this might be a bug in airodump-ng they are looking into it.
Hi all,
I encountered a problem with performing the WEP SKA (Shared Key Authentication) attack using the aircrack-ng suite. Everytime I try to capture the SKA the header of airodump-ng shows me:
...
During security assessments I find it useful to know what company made the different networking devices (including wireless) , this can for example help in finding default credentials or knowing...
I am afraid one of the changes of Gitsnik introduced a little bug in the code, it only would work on OUIs and no more on full MACs. I fixed that in the code below.
#!/usr/bin/env perl
# MAC...
Autsj! Thanks for that, I have been writing Perl for years but always the same way since I learned it, I have read the link and will try to keep it in mind from now on :)
I really like that,...
I couldn't find a tool in BackTrack 4 that allowed me to lookup OUIs (Organizationally Unique Identifier), so I decided to write one myself. Of course it could just be me and that I overlooked a tool...