You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
If you connect to a hotspot you control, e.g. an OpenWRT router, you can see a lot of this. Short version: mostly just stuff immediately related to networking, like what you mentioned. However, once you are connected, the hotspot or anything else on the network could do other things to find data about you, like an nmap scan.Tom Hunt– Tom Hunt2015-11-16 17:22:14 +00:00Commented Nov 16, 2015 at 17:22
-
Is there any kind of guide for this, or do you have some terms that I can use to google? I have a hard time finding any information about this. The best I could find was a guide that told me to always use HTTPS and if possible VPN if using public wifi.erikbstack– erikbstack2015-11-16 17:26:07 +00:00Commented Nov 16, 2015 at 17:26
-
1VPN in public wifis is a must, otherwise besides listening to non-encrypted communications, even your DNS can be manipulated.Rui F Ribeiro– Rui F Ribeiro2015-11-16 17:28:03 +00:00Commented Nov 16, 2015 at 17:28
-
If I understand it correctly maybe I worry too much and it's not possible for the WiFi router to gain any information about my hardware or OS version as long as my browser or other tools don't give that information via HTTP meta data.erikbstack– erikbstack2015-11-16 17:32:04 +00:00Commented Nov 16, 2015 at 17:32
-
2Your MAC gives information about your hardware for starters, and the OS v can be found through TCP/IP stack fingerprinting.Rui F Ribeiro– Rui F Ribeiro2015-11-16 17:35:20 +00:00Commented Nov 16, 2015 at 17:35
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you