owt

Update Version 3.1 added free SMS messaging.
授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 徐星阑
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Offensive Wifi Toolkit (owt) created by Brennan Mccown (clu3bot)

This tool compiles some necessary tools for wifi auditing in a unix bash script with a user friendly interface. The goal of owt is to have the smallest file size possible while still functioning at maximum proficiency.

Installation & Running the script

~ $ git clone https://github.com/clu3bot/OWT.git
~ $ cd owt
~ $ sudo bash owt.sh

Note: owt requires root privileges

Make sure to allow updates regularly

Usage

Detailed How-to of owt can be found here

Troubleshooting

Troubleshoot.sh will detect possible problems you may have with owt

~ $ cd owt
~ $ sudo bash troubleshoot.sh

Recent Additions

  • Added SMS messages. One free sms message per day using Textbelt.

Dependencies

  • aircrack-ng
  • mdk3
  • xterm
  • macchanger
  • owt tool will prompt the user to download these dependencies if they arent installed

In The Works

  • Expanding owt from being just for wireless network attacking. More information below.
  • Adding more advanced functionality to owt such as NTP amplification attacks to screw with NTP servers for dosing websites.
  • Adding AP tracking functionality and ability to save lists of common saved networks that devices have in the area. I.E if there is a starbucks near by you can track if starbucks is a common AP that phones in the area have as a saved network. This is useful for knowing which APs to spoof.
  • Adding a method of saving text or csv files of device names and mac-addresses on a newtwork.
  • Making a windows version of owt.
  • Major U.I changes
  • Fixing the "issue" where owt doesn't support use within Virtual Machines. Not priority as this is a pain in the ass but has been requested :)

History

owt Version History can be found here

Stable Releases Source Code can be found here

All Resources

  • Contact me here
  • Tutorial for owt here
  • owt wiki here
  • Updates/Versions history here
  • Help and Troubleshooting here

Legal Notice

This script is intended to be used on networks you own. Don't use this script maliciously. You are responsible for your own actions.

  • owt概览一 https://blog.csdn.net/liuhongxiangm/article/details/106923734 owt-server 的集群管理者、集群工作站、消息队列(一) https://www.jianshu.com/p/9f2fb27062cb https://www.jianshu.com/u/e978e5624a8c https://www.jianshu.c

  • 最近做mcu相关业务,原项目利用owt-server开发。 management_api 1个或者多个实例,owt服务的入口,保存所有房间的配置,产生和认证tokens,部署多个实例可以实现负载均衡,用户接入可见 cluster-manager 1个或者多个实例,控制集群中所有的workers,检查保活,按照配置去调度workers,如果设定一个是master,则提供服务,其他的作为备用,用户不可

  • Add an end to end test for P2PClient. #595 提交几乎是目前main的最新代码上的,因此 直接下载,没有再遇到这里: 【P2P】OWT P2P Server前、后端及环境搭建: webrtc vs2017构建 对 https://github.com/jojo13572001/owt-client-native/tree/m88 分支构建, 遇到的D盘放vs

  • 注意: 需要node10 需要cnpm 运行过程有各种坑 构建过程C++部分比较容易,nodejs 部分各种依赖无法解决。 国内网络环境问题。 官方教程 In the root of the repository: // 构建native部分 scripts/build.js -t all --check // 打包构建组件和js 文件: scripts/pack.js -t all --inst

  • 构建是个麻烦事 构建后实际跑起来,需要各种js 包 没代理,加载不了。 官方client js sdk https://github.com/open-webrtc-toolkit/owt-client-javascript 官方指南 Run npm install -g grunt-cli to install grunt. (You may need to chown -R $USER /us

  • owt 的sfu 基于erzio实现 erzio的实现与客户端webrtc的源码有些区别 大体一致 muwesky 对于m79的分析 大神的分析非常细致,可以对比着看。 大神的分析 1 首先在cricket::WebRtcVideoChannel中的OnPacketReceived函数中,我们会收到RTP包。这个是通过ICE 建立的UDP链接传来的数据。 2 RTP数据包一直走到webrtc::R

  • 没公司vpn用了,很遗憾。 在家里电脑又重整了一遍,使用代理,似乎也能行。 修复了2019年没有解决的构建问题,在文末 遇到了新的问题。 intel mediasdk 2020 mediasdk C:\Program Files (x86)\IntelSWTools\Intel® Media SDK 2020 R1 C:\Program Files (x86)\IntelSWTools\Intel

  • 一,本文目的 帮助理解OWT-client-android是如何使用webrtc 代码库的; 帮助理解OWT-client-android如何与OWT Server交互,接口协议的功能实现; 二,功能概述和模块关系 编译OWT android客户端,涉及https://github.com/open-webrtc-toolkit 的3个目录,刚开始容易让人不明白。 owt-deps-webrtc