All Projects → MZCretin → Wifitransfer Master

MZCretin / Wifitransfer Master

Android下WIFI隔空apk安装

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Wifitransfer Master

Dingding
免root远程钉钉打卡,支持wifi和gps定位,仅支持android系统。本项目出于学习目的,仅用于学习玩耍,请于24小时后自行删除。xposed, crack,package,dingtalk,remote control
Stars: ✭ 116 (-79.29%)
Mutual labels:  apk, wifi
Opengapps
The main repository of the Open GApps Project
Stars: ✭ 4,986 (+790.36%)
Mutual labels:  apk
Mobly
E2E test framework for tests with complex environment requirements.
Stars: ✭ 424 (-24.29%)
Mutual labels:  wifi
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (-17.14%)
Mutual labels:  apk
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-24.29%)
Mutual labels:  apk
Cnp3
Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
Stars: ✭ 471 (-15.89%)
Mutual labels:  wifi
Deauthdetector
Detect deauthentication frames using an ESP8266
Stars: ✭ 406 (-27.5%)
Mutual labels:  wifi
Apkgolf
The smallest Android APK in the world
Stars: ✭ 528 (-5.71%)
Mutual labels:  apk
Packer Ng Plugin
下一代Android打包工具,100个渠道包只需要10秒钟
Stars: ✭ 4,732 (+745%)
Mutual labels:  apk
Obfuscapk
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
Stars: ✭ 456 (-18.57%)
Mutual labels:  apk
Networkevents
Android library listening network connection state and change of the WiFi signal strength with event bus
Stars: ✭ 452 (-19.29%)
Mutual labels:  wifi
Find3
High-precision indoor positioning framework, version 3.
Stars: ✭ 4,256 (+660%)
Mutual labels:  wifi
Gr Ieee802 11
IEEE 802.11 a/g/p Transceiver
Stars: ✭ 492 (-12.14%)
Mutual labels:  wifi
Create ap
[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
Stars: ✭ 4,142 (+639.64%)
Mutual labels:  wifi
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-8.57%)
Mutual labels:  apk
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-25.18%)
Mutual labels:  apk
Wifiutils
Easily Connect to WiFi Networks
Stars: ✭ 449 (-19.82%)
Mutual labels:  wifi
Remotedebug
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Stars: ✭ 467 (-16.61%)
Mutual labels:  wifi
Android Getapkinfo
获取Android应用基本信息的工具集
Stars: ✭ 535 (-4.46%)
Mutual labels:  apk
Sparrow Wifi
Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux
Stars: ✭ 525 (-6.25%)
Mutual labels:  wifi

Android下WIFI隔空apk安装

今天打包了一个apk,然后要安装到手机上,然后数据线可能是被蹂躏久了,有点接触不良,然后就折腾了好久才装上。然后又想到我们平时打包好apk之后都是发送在QQ群里面,然后测试小妹妹会插上数据线一个一个的个测试机安装,然而现在数据线不是通用的,有的数据线是平常用的那种,还有一种是圆角的那种,所以还要插几根线在主机上,实在不方便,所以就有了WIFI 隔空安装APK的想法。

主要就是手机作为服务器,网页上通过WIFI传输数据提交APK到手机上,然后手机端实现对APK的安装和卸载。


需求解决系列之-【系列工具概览】

此系列是大道至简的起始,将一系列简单恶心的操作封装起来,框架么,可以败絮其中,但一定要金絮其外!

手机端截图

网页端截图

Apk下载体验

Apk下载

版权声明

有了这个想法之后,就去找了下资料,真巧,发现了一个网友的博客,正好实现的功能跟我的差不多,多看Android版本WIFI传书的实现 ,实现的是WIFI传书的 功能,主要是Server模块和网页端都写好了,跟我的需求差不了多少,所以花了几小时把他的项目Clone下来改了改

原作者的版权声明:本项目参考《多看》实现的,网页端的资源于《多看》并稍作修改,不得用于任何商业用途,仅供学习研究使用,否则后果自负。

博客原文地址链接

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].