公共wifi做家用_如何在公共网络上获得免费的wifi

公共wifi做家用

by Kyle McDonald

凯尔·麦克唐纳(Kyle McDonald)

如何在公共网络上获得免费的wifi (How to get free wifi on public networks)

This short tutorial describes a few methods for gaining access to the internet, a basic human right, from public wireless networks.

本简短的教程介绍了几种从公共无线网络访问Internet( 一项基本人权)的方法 。

This tutorial has been tested on Mac, should work on Linux, and hasn’t been tested on Windows.

本教程已在Mac上进行了测试,应在Linux上运行,并且尚未在Windows上进行测试。

制备 (Preparation)

Make sure you do this step before you are stuck without Internet access.

确保无法访问Internet 之前就执行此步骤。

  1. Install Python pip.

    安装Python pip 。

  2. Make a copy of this repository and install dependencies for the script we will be using:

    复制此存储库并为将要使用的脚本安装依赖项:

git clone https://github.com/kylemcdonald/FreeWificd FreeWifi && pip install -r requirements.txt

如何获得更多时间 (How to get additional time)

If you had free internet access but your time has run out, the first thing to try is open an incognito/private window. Here are instructions for a few browsers:

如果您可以免费上网,但时间用完了,那么第一件事就是打开隐身/私人窗口。 以下是一些浏览器的说明:

  • Chrome (mobile and desktop)

    Chrome (移动和台式机)

  • Safari for iOS

    适用于iOS的Safari

  • Safari for Mac

    Mac版Safari

  • Microsoft Edge

    微软Edge

An incognito/private window will temporarily clear any cookies that may have been used for tracking how much time you spent online, making you look like a “new user” and allowing you to log into the wireless portal again.

隐身/私人窗口将暂时清除可能用于跟踪您在网上花费了多少时间的所有cookie,使您看起来像“新用户”,并允许您再次登录无线门户。

Unfortunately, most systems track MAC addresses instead of cookies. A MAC address is a unique identifier assigned to every network interface. This means you need to get a new MAC address to get additional time. Fortunately, MAC addresses can be changed in software, without swapping the hardware. The spoof-mac command line utility makes this easy by entering sudo spoof-mac randomize Wi-Fi. If the command fails to run, try entering spoof-mac list --wifi to check what the name of your wireless device is first, and use that manually. After randomizing your MAC, try logging into the wireless portal again. When you're done using the Internet, run sudo spoof-mac reset Wi-Fi to reset your MAC address.

不幸的是,大多数系统跟踪MAC地址而不是cookie。 MAC地址是分配给每个网络接口的唯一标识符。 这意味着您需要获取一个新的MAC地址以获取更多时间。 幸运的是,无需更改硬件即可在软件中更改MAC地址。 spoof-mac命令行实用程序通过输入sudo spoof-mac randomize Wi-Fi使此操作变得容易。 如果命令运行失败,请尝试输入spoof-mac list --wifi以首先检查无线设备的名称,然后手动使用该名称。 随机分配MAC之后,尝试再次登录无线门户。 使用完互联网后,请运行sudo spoof-mac reset Wi-Fi以重置您的MAC地址。

Note that MAC address spoofing may be interpreted as an illegal activity depending on why you do it. In some cases it is certainly not illegal: recent mobile operating systems like iOS 8+ and Android 6+ automatically randomize their MAC address when searching for wireless networks to avoid being tracked. But when Aaron Swartz liberated JSTOR, MAC address spoofing was claimed as a signal of intention to commit a crime.

请注意,MAC地址欺骗可能会被解释为非法活动,具体取决于您执行此操作的原因。 在某些情况下,这当然不是违法的:iOS 8+和Android 6+等最新的移动操作系统在搜索无线网络时会自动随机分配其MAC地址,以避免被跟踪。 但是,当亚伦·斯沃茨(Aaron Swartz)解放JSTOR时 ,MAC地址欺骗被声称是意图犯罪的信号。

如何获得免费使用权 (How to get free access)

If the network is open, but you can’t get access for some reason, you can also try spoofing the MAC address of a device that is already using the network. To the router, your device and the other device will look like one device. This can cause some minor problems if they interrupt each other, but for light browsing it usually works out fine.

如果网络是开放的,但由于某种原因而无法访问,则还可以尝试欺骗已经在使用网络的设备的MAC地址。 对于路由器,您的设备和另一台设备看起来就像一个设备。 如果它们互相干扰,可能会引起一些小问题,但是对于轻度浏览来说,通常情况下是可以的。

To find the MAC addresses of other devices using the network, first you need to connect to the network. You don’t need to have Internet access, just a connection. First, on Mac OS run the command sudo chmod o+r /dev/bpf* once to make sure you can sniff wireless data (you need to do this again if you restart your computer).

要查找使用网络的其他设备的MAC地址,首先需要连接到网络。 您无需连接互联网,只需连接即可。 首先,在Mac OS上,运行一次命令sudo chmod o+r /dev/bpf* ,以确保可以嗅探无线数据(如果重新启动计算机,则需要再次执行此操作)。

Then in your terminal, run the command python wifi-users.py. You should see a progress bar immediately:

然后在您的终端中,运行命令python wifi-users.py 。 您应该立即看到一个进度条:

SSID: nonoinflightGateway: 00:e0:4b:22:96:d9100%|██████████████████████████| 1000/1000 [00:46<00:00, 21.46it/s]Total of 5 user(s):27:35:96:a8:66:7f   6359 bytes36:fe:83:9c:35:eb   9605 bytes65:01:3c:cc:20:e8   17306 bytes8c:6f:11:2c:f0:ee   20515 bytes0a:4f:b2:b8:e8:56   71541 bytes

If there isn’t much traffic on the network, it might take longer. If it’s taking too long, type CTRL-C to cancel the sniffing and print whatever results are available. Finally, we want to spoof one of these MAC addresses. For example, in this case we would enter sudo spoof-mac set 0a:4f:b2:b8:e8:56 Wi-Fi to try spoofing the address with the most traffic (they probably have a connection).

如果网络上没有太多流量,则可能需要更长的时间。 如果花费的时间太长,请键入CTRL-C来取消嗅探并打印任何可用的结果。 最后,我们要欺骗这些MAC地址之一。 例如,在这种情况下,我们将输入sudo spoof-mac set 0a:4f:b2:b8:e8:56 Wi-Fi尝试对流量最多的地址(它们可能有连接)进行欺骗。

After running this command, try to access the Internet. If you don't have a connection, try the next MAC in the list. If your Internet connection drops out while using this MAC address, try disconnecting and reconnecting to the wireless network. Note that the original user of the MAC you copied may experience these same connection drop outs if you are both actively using the network.

运行此命令后,尝试访问Internet。 如果没有连接,请尝试列表中的下一个MAC。 如果使用此MAC地址时Internet连接断开,请尝试断开连接并重新连接到无线网络。 请注意,如果您都同时使用网络,则复制的MAC的原始用户可能会遇到相同的连接中断。

这个怎么运作 (How it works)

wifi-users.py uses tcpdump to collect wireless packets. Then we look through these packets for any hints of the MAC address (BSSID) of our wireless network. Finally, we look for data packets that mention a user's MAC as well as the network BSSID (or the network gateway), and take note of that MAC using some amount of data. Then we sort the user's MACs by the total amount of data and print them out.

wifi-users.py使用tcpdump收集无线数据包。 然后,我们在这些数据包中查找无线网络的MAC地址(BSSID)的任何提示。 最后,我们寻找提及用户MAC以及网络BSSID(或网络网关)的数据包,并使用一些数据记录该MAC。 然后,我们根据数据总量对用户的MAC进行排序并打印出来。

Instead of sniffing wireless traffic, in some situations you can also use the command arp -a to get a list of MAC addresses of devices on the wireless network. Then you can either use spoof-mac to copy the address, or use ifconfig directly on Linux and OSX. For the specifics of using ifconfig look at the implementations of set_interface_mac inside SpoofMac's interfaces.py.

在某些情况下,您也可以使用命令arp -a来获取无线网络上设备的MAC地址列表,而不是嗅探无线流量。 然后,您可以使用spoof-mac复制地址,或直接在Linux和OSX上使用ifconfig 。 对于使用的具体ifconfig看的实现set_interface_mac内SpoofMac的interfaces.py 。

This post is dedicated to Lauren McCarthy, who has taught me the most about the art of getting a good deal.

这篇文章是献给劳伦·麦卡锡(Lauren McCarthy)的,他教会了我有关如何达成一笔交易的最大知识。

翻译自: https://www.freecodecamp.org/news/free-wifi-on-public-networks-daf716cebc80/

公共wifi做家用

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/395616.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

python学习之旅

一、入门 1.Python 面向对象编程 2.jquery入门 3.HTMLCSS基础入门 4.Javascript初步 5.Python语言编程基础 二、初级阶段 1.Git 与 GitHub 2.Python 爬虫基础 3.django进阶 4.django项目部署 5.ajax入门 6.django基础 7.Mysql基础 三、中级阶段 1.Linux基础 2.Python :socket a…

c/c++ 重载运算符 函数调用运算符

重载运算符 函数调用运算符 把一个类的对象a&#xff0c;当成函数来使用&#xff0c;比如a()&#xff0c;所以需要重载operator()方法。重载了函数调用运算符的类的对象&#xff0c;就是函数对象了。 还有什么是函数对象呢&#xff1f;&#xff1f;&#xff1f; lambda是函数对…

matlab 万能,matlab 万能实用的线性曲线拟合方法

在科学计算和工程应用中&#xff0c;经常会遇到需要拟合一系列的离散数据&#xff0c;最近找了很多相关的文章方法&#xff0c;在这里进行总结一下其中最完整、几乎能解决所有离散参数线性拟合的方法第一步&#xff1a;得到散点数据根据你的实际问题得到一系列的散点例如&#…

socket websocket

1.websocket客户端 websocket允许通过JavaScript建立与远程服务器的连接&#xff0c;从而实现客户端与服务器间双向的通信。在websocket中有两个方法&#xff1a;      1、send() 向远程服务器发送数据    2、close() 关闭该websocket链接  websocket同时还定义了几…

javascript原型_JavaScript的原型:古怪,但这是它的工作原理

javascript原型by Pranav Jindal通过普拉纳夫金达尔 JavaScript的原型&#xff1a;古怪&#xff0c;但这是它的工作原理 (Prototype in JavaScript: it’s quirky, but here’s how it works) The following four lines are enough to confuse most JavaScript developers:以下…

mysql函数之SUBSTRING_INDEX(str,/,-1)

SUBSTRING_INDEX的用法&#xff1a; •SUBSTRING_INDEX(str,delim,count) 在定界符 delim 以及count 出现前&#xff0c;从字符串str返回自字符串。若count为正值,则返回最终定界符(从左边开始) 若为-1则是从后往前截取 SELECT substring_index(Hn_P00001, P, -1) -- 结果是…

mysql8.0主从配置,MySQL 8.0主从服务器(Master-Slave)配置

一、介绍MySQL 主从复制的方式有多种&#xff0c;本文主要演示基于基于日志(binlog)的主从复制方式。MySQL 主从复制(也称 A/B 复制) 的原理&#xff1a;Master将数据改变记录到二进制日志(binary log)中&#xff0c;也就是配置文件log-bin指定的文件&#xff0c; 这些记录叫做…

第十二章 Shell脚本编写及常见面试题(三)

本章目录&#xff1a;12.21 FTP下载文件#!/bin/bash if [ $# -ne 1 ]; thenecho "Usage: $0 filename" fi dir$(dirname $1) file$(basename $1) ftp -n -v << EOF # -n 自动登录 open 192.168.1.10 user admin adminpass binary # 设置ftp传输模式为二进制…

亚马逊面试有几轮_经过几个月的Google面试准备,我被亚马逊录用

亚马逊面试有几轮by Googley as Heck由Googley饰演Heck 经过几个月的Google面试准备&#xff0c;我被亚马逊录用 (After months of preparing for the Google interview, I got hired by Amazon) As you may know, the last 11 months have been very difficult for me. As a …

省选前的考试记录

日拱一卒功不唐捐 什么沙雕玩意儿 2018.12.24 T1 如果对 \(A\) 数组求出来高度递减的单调栈的话&#xff0c;会发现只有单调栈里的元素是有用的。因为如果有 \(A[i]<A[j] \And i<j\)&#xff0c;那电梯就可以在带 \(j\) 上楼的时候顺便把 \(i\) 带上并不会影响结果。所以…

软件工程课设-----日程管理系统

这学期进行了软件工程课设&#xff0c;题目是&#xff1a;日程管理系统&#xff08;JavaWeb&#xff09;&#xff0c;为期3周。这三周只有前两天是企业老师讲解是企业老师讲解相关的基础知识(老师讲的水平实在是不可恭维。。。。。。)。 多的不多说。直接进行对相关项目的介绍。…

matlab中的神经网络训练,MATLAB中的神经网络训练

我试图向前馈送反向传播&#xff0c;但是在网络训练之后&#xff0c;当模拟和打印模拟输出时&#xff0c;我看不到任何靠近目标的值&#xff0c;但它只是一个数字。代码如下。什么是错&#xff0c;什么是问题&#xff1f;前馈反向传播&#xff1a;>> load(E:/Inputdata.t…

Spring For All 顶级Spring综合社区服务平台

Spring For All 玩最纯粹的技术&#xff01;做最专业的 Spring 民间组织~ 欢迎加入&#xff1a;http://spring4all.com/ image.png

chromium 桌面_如何使用Chromium和PyInstaller将Web应用程序转换为桌面应用程序

chromium 桌面Packaging and distributing your app sounds simple in principle. It’s just software. But in practice, it’s quite challenging.打包和分发应用程序在原理上听起来很简单。 这只是软件。 但是在实践中&#xff0c;这非常具有挑战性。 I’ve been working …

PHP面向对象(三)

一、继承概念 继承性也是面向对象程序设计中的重要特性之一。它是指建立一个新的派生类&#xff0c;从一个先前定义的类中继承数据和函数&#xff0c;而且可以重新定义新的数据类型和函数&#xff0c;从而建立累的层次或等级关系。 格式&#xff1a;     [修饰符] class 子…

python数据结构的应用场景不包括,Python 数据结构学习

Python 数据结构学习列表list.append(x)在列表的末尾添加一个元素。相当于 a[len(a):] [x] 。list.extend(iterable)使用可迭代对象中的所有元素来扩展列表。相当于 a[len(a):] iterable 。list.insert(i, x)在给定的位置插入一个元素。第一个参数是要插入的元素的索引&#…

[Jinkey 原创]震惊!iOS 系统居然自带悬浮窗口调试工具

原文链接 : 震惊&#xff01;iOS 系统居然自带悬浮窗口调试工具 —— Jinkey 原创原文作者 : Jinkey1 背景 英文原文&#xff1a;http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformationoverlay/ 我写得这个并不是翻译而是用自己的理解重新表述这个功能&…

盲人编程_盲人如何编码

盲人编程About one out of every 200 software developers is blind. We know this because Stack Overflow asked 64,000 developers about this a few months ago.每200名软件开发人员中大约有1名是盲人。 我们之所以知道这一点&#xff0c;是因为几个月前 Stack Overflow 向…

hadoop环境搭建笔记

一、配置Linux &#xff08;1&#xff09;cat /etc/networks &#xff08;2&#xff09;cat /etc/sysconfig/network &#xff08;3&#xff09;vi /etc/udev/rules.d/70-persistent-net.rules eth1 改为eth0 &#xff08;4&#xff09;vi /etc/sysconfig/network-scripts/ifc…