Esp8266_deauther: ESP8266 with hidden SSID

Created on 4 Mar 2017  路  11Comments  路  Source: SpacehuhnTech/esp8266_deauther

Is it still possible to deauthenticate with hidden SSID. The NodeMCU doesn't broadcast it's SSID.
Here's the code:
void softAP(const char* ssid, const char* passphrase, int channel = 1, int ssid_hidden = 0);

question

Most helpful comment

You doesn't need the ssid to communicate with AP..

All 11 comments

I don't have a esp8266 right now, can anyone please confirm that it works or not?

@anudeepND Ya it's possible and working this feature is recently implemented to testing branch to esp8266_deauther. i hope you find your ansr so close this issue.

I haven't been able to try it out.
It is about hiding our SSID, not be confused with deauthenticating hidden SSID of victim...

@anudeepND

It is about hiding our SSID

Ya it's possible and working this feature is recently implemented to testing branch to esp8266_deauther

Consider like this, I have a Nodemcu with WiFi name as 'deauther', so when I turn my phone's WiFi on, I can see 'deauther' or anyone with WiFi can see the name.
It is like not broadcasting the name 'deauther'

@anudeepND

This feature is recently implemented to testing branch to esp8266_deauther now you can hide your SSID of esp8266 board. i hope you find your ansr so close this issue.

You doesn't need the ssid to communicate with AP..

@anudeepND
untitled

@anudeepND

I hope you find your ansr so close this issue.

Apologies. As joneroy said, it is already included in testing branch. Sorry

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  4Comments

cadencetheking picture cadencetheking  路  4Comments

Garfius picture Garfius  路  4Comments

itsik-b picture itsik-b  路  4Comments

dave0111 picture dave0111  路  3Comments