Re: Unable to write files using airodump-ng(fopen failed: No such file or...
Either the directory doesn't exist or you don't have the rights to write in that directory. My guess, there is a typo in the path where 'desktop' should be replaced with 'Desktop'.
View ArticleRe: Unable to write files using airodump-ng(fopen failed: No such file or...
Thanks for the reply. Tried with the /root/Desktop and still no go. But If I don't specify any path, the command works and the files are created. Why don't I have permission to write in my Desktop?...
View ArticleRe: Unable to write files using airodump-ng(fopen failed: No such file or...
I just noticed you're also missing the leading '/' in the path.Tip for Linux in the command line: use tab to autocomplete directories name. If it doesn't work for a directory, then your path is incorrect
View ArticlePacket Injection Problem
Hi,tldr: I have 2 wireless adapters using the same driver. Injection does not work with one of them while it works with the other one.I have a wireless adapter that I used before for a project:...
View ArticleSetting up isc-dhcp-server for use with AP
Hi guys,I've been trying to learn to set up a rogue AP from my laptop - I've looked at a lot of stuff online / youtube but I'm finding it impossible to set up isc-dhcp-server. Just some background - I...
View ArticleRe: Setting up isc-dhcp-server for use with AP
The message is entirely correct. The interface is not in the right mode. It MUST be ethernet and have an IP. Follow a guide that explains how to do it with hostapd.
View ArticleTechnical: Subtract Two Handshakes
I have two handshakes from the same device, but in the second handshake the SSID was changed. Given this info, would it be possible to know if the password has been changed?
View ArticleHandshake same as MAC adress
Gentlemen,The handshake sent through seems to be the AP MAC adress to the letter. Is this in any way possible? does airodump read the wrong sequence and confuses it to be the the handshake?With great...
View Articleresume airodump-ng into the same file
Hello,I can't find anywhere answer to my question, I have been googling for quite a while but without results. Is it possible to to resume airodump-ng into the same file? Let's say I need to shutdown...
View ArticleRe: resume airodump-ng into the same file
No, it's not possible. You can specify multiple files when cracking (as explained in the documentation) or you can merge them using mergecap
View ArticleRe: Handshake same as MAC adress
Not sure to understand what the problem is. It tells the MAC, yes.
View ArticleRe: Deauthentication while running reaver
I have the exact same output as OP.I already tried downgrading libpcap0.8 and libpcap0.8-dev. That didn't work for reaver or bully. I already tried reinstalling (trying and then doing the libpcap "fix"...
View ArticleRe: resume airodump-ng into the same file
Because it's designed to create unique files when started.
View ArticleRe: Technical: Subtract Two Handshakes
I do not need to crack them because it's my own router. I simply changed the SSID, but the 63-character password is the same. The question is would an attacker be able to tell if the password has...
View ArticleRe: Technical: Subtract Two Handshakes
Every time a connection is done, a temporary key is generated (which is a hash). So, the answer is no.
View ArticleRe: Rogue AP / Putty
'screen' is an actual command, like 'bash' or 'airodump-ng'.https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/
View ArticleRe: Rogue AP / Putty
I am using aircrack-ng inside the Pineapple with a ssh/putty connection. It shows me the ps but the 'screen' function is not supported as it shows me, -ash: screen: not found.I will need to find a...
View Article