Skip to content

Commit 6c991c8

Browse files
author
Stefan Kremser
authored
Merge pull request spacehuhn#3 from Landrash/Landrash-spelling
Fix minor spelling mistakes
2 parents bed97c4 + 7dc23fd commit 6c991c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create and send .pcap files using ESP8266/ESP32 and Arduino.
88

99
## Please Note
1010

11-
This is a proof of concept! The included examples are only for ESP8266 and ESP32, but the library can be used for other Arduinos aswell. The packet output in the examples is unfiltered and maybe malformed, **errors can occur!**
11+
This is a proof of concept! The included examples are only for ESP8266 and ESP32, but the library can be used for other Arduinos as well. The packet output in the examples is unfiltered and maybe malformed, **errors can occur!**
1212

1313
Also a big thanks to [xdavidhu](http://github.com/xdavidhu) for writing the python script to connect to Wireshark!
1414

@@ -50,7 +50,7 @@ You might want to adjust the settings in the sketch (settings may be different d
5050
```
5151

5252
Also note that when you use the ESP8266 most packets will be malformed or cut off at the end.
53-
I don't know why the promiscuous mode returns this mostly false data, but it's still good enough to get some MAC adresses and SSIDs. I used it successfully in various projects to [detect deauthentication packets](https://github.com/spacehuhn/DeauthDetector), [scan for client devices](https://github.com/spacehuhn/esp8266_deauther) and build a low cost WiFi [packet monitor](https://github.com/spacehuhn/PacketMonitor).
53+
I don't know why the promiscuous mode returns this mostly false data, but it's still good enough to get some MAC addresses and SSIDs. I used it successfully in various projects to [detect deauthentication packets](https://github.com/spacehuhn/DeauthDetector), [scan for client devices](https://github.com/spacehuhn/esp8266_deauther) and build a low cost WiFi [packet monitor](https://github.com/spacehuhn/PacketMonitor).
5454
But if you want something more reliable then have a look at the ESP32, its promiscuous mode is working way better.
5555

5656
### Live capture using Wireshark
@@ -60,11 +60,11 @@ For that be sure to have everything installed - see [Dependencies](#dependencies
6060

6161
Flash your device and be sure it is connected.
6262
Then start the `SerialShark.py` (it's in the `extras` folder) with `python3 SerialShark.py`.
63-
It will ask you about about the serial port (you have to find that out), the baudrate (be sure it's the same as in your sketch) and where to save the pcap file (wherever you want).
63+
It will ask you about about the serial port (you have to find that out), the baud rate (be sure it's the same as in your sketch) and where to save the pcap file (wherever you want).
6464

6565
### Saving onto a SD-Card
6666

67-
For that you will need a SD-Card (obviously). You can connect it direcly to the ESP8266/ESP32, but I recomment buying a SD-Card module/shield. Wire up the SPI connection (MOSI,MISO,SCL,CS,GND,VCC) to your module and basically you are ready to go!
67+
For that you will need a SD-Card (obviously). You can connect it directly to the ESP8266/ESP32, but I recommend buying a SD-Card module/shield. Wire up the SPI connection (MOSI,MISO,SCL,CS,GND,VCC) to your module and basically you are ready to go!
6868
[If you don't know which pins to connect to which, just search for a pinout picture of your module]
6969

7070
The included examples will save a new .pcap file every 30s. If you open the serial monitor in Arduino (baudrate is 115200), you will get some more information.

0 commit comments

Comments
 (0)