All Projects → vanpersiexp → Chongding

vanpersiexp / Chongding

冲顶大会/百万赢家/头脑王者/UC疯狂夺金:抓包获取题目(不用图像识别),并搜索答案

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Chongding

Go Mitmproxy
mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。
Stars: ✭ 61 (-46.02%)
Mutual labels:  mitmproxy
Instaburst
Brute force Instagram
Stars: ✭ 76 (-32.74%)
Mutual labels:  kali-linux
Linsetmv1 2
Linset is a WPA/WPA2 phishing tool (evil twin)
Stars: ✭ 105 (-7.08%)
Mutual labels:  kali-linux
Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+901.77%)
Mutual labels:  kali-linux
Sandmap
Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
Stars: ✭ 1,180 (+944.25%)
Mutual labels:  kali-linux
One Lin3r
Gives you one-liners that aids in penetration testing operations, privilege escalation and more
Stars: ✭ 1,259 (+1014.16%)
Mutual labels:  kali-linux
Pentest
⛔️ offsec batteries included
Stars: ✭ 1,063 (+840.71%)
Mutual labels:  kali-linux
Catnip
Cat-Nip Automated Basic Pentest Tool - Designed For Kali Linux
Stars: ✭ 108 (-4.42%)
Mutual labels:  kali-linux
Hassio Addons
The repository for my Home Assistant Supervisor Add-ons.
Stars: ✭ 71 (-37.17%)
Mutual labels:  mitmproxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+1042.48%)
Mutual labels:  mitmproxy
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (+920.35%)
Mutual labels:  mitmproxy
Sqlinator
Automatically forward HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS
Stars: ✭ 70 (-38.05%)
Mutual labels:  mitmproxy
Thoron
Thoron Framework is a Linux post-exploitation framework that exploits Linux TCP vulnerability to provide a shell-like connection. Thoron Framework has the ability to create simple payloads to provide Linux TCP attack.
Stars: ✭ 87 (-23.01%)
Mutual labels:  kali-linux
Garbevents
This is a python toolkit for real-time capture, analysis, cleaning and report generation of embedded points based on the development of mitmproxy.
Stars: ✭ 62 (-45.13%)
Mutual labels:  mitmproxy
Hyprpulse
Brute force multiple accounts at once
Stars: ✭ 105 (-7.08%)
Mutual labels:  kali-linux
Lyricpass
Password wordlist generator using song lyrics for targeted bruteforce audits / attacks. Useful for penetration testing or security research.
Stars: ✭ 58 (-48.67%)
Mutual labels:  kali-linux
Unfollow Plus
Automated Instagram Unfollower Bot
Stars: ✭ 79 (-30.09%)
Mutual labels:  kali-linux
Mitm Scripts
🔄 A collection of mitmproxy inline scripts
Stars: ✭ 109 (-3.54%)
Mutual labels:  mitmproxy
Owtf
Offensive Web Testing Framework (OWTF), is a framework which tries to unite great tools and make pen testing more efficient http://owtf.org https://twitter.com/owtfp
Stars: ✭ 1,516 (+1241.59%)
Mutual labels:  kali-linux
Devil
Devil is a tool that is basically made for facebook to Hack target accounts , BruteForce Attack , grab friendlist accounts , yahoo chacker , Facbook Friend information gathering tool , auto likes reactions & much more i hope you enjoy this tool i'm not responsible if you use this tool for any illegal purpose
Stars: ✭ 88 (-22.12%)
Mutual labels:  kali-linux

冲顶大会/百万赢家/头脑王者/UC疯狂夺金答题辅助:抓包获取题目并搜索答案

冲顶大会/百万赢家/头脑王者/UC疯狂夺金:抓包获取题目,不用图像识别:)

测试环境:Kali Linux,Python3,Android

需要的抓包工具:mitmdump

mitmdump官方文档

使用方法

mitmproxy安装方法

首次运行mitmdumpmitmproxy,在.mitmproxy/中获取证书mitmproxy-ca-cert.cer

在Android手机中安装证书(iPhone无法抓到数据包),与电脑处于同一wifi下,手动设置代理为电脑ip地址:192.168.1.100,端口(默认):8080

git clone https://github.com/vanpersiexp/chongding.git
cd chongding/
pip3 install -r related.txt
mitmdump -s get_question.py
python3 search_question.py -h

usage: search_question.py [-h] [-b {1,2,3,4}]

冲顶大会/百万赢家/头脑王者/UC疯狂夺金:抓包获取题目并搜索答案。

optional arguments:
-h, --help            		show this help message and exit
-b {1,2,3,4}, --brand {1,2,3,4}		
				选择APP,1:冲顶大会;2:百万赢家;3:头脑王者;4:UC疯狂夺金

抓包结果

冲顶大会抓包结果: 冲顶大会

头脑王者抓包结果: 头脑王者

UC疯狂夺金抓包结果: 疯狂夺金

运行效果

可以使用example/中的抓取的数据包模拟测试程序

search_question.py中的main函数,使用tailer模块循环读取最新的/tmp/raw_data.txt文件

tailer模块的使用说明参考:传送门

测试方法(以冲顶大会为例,问题选取自example/chongdingdahui.txt):

第一个终端运行:python3 search_question.py -b 1

第二个终端运行:echo '42["showQuestion",{"answerTime":10,"desc":"10.汉字“趸(dǔn)”的词性不包括以下哪个?","displayOrder":9,"liveId":164,"options":"[\"动词\",\"名词\",\"副词\"]","questionId":1910,"showTime":16910135117165,"status":0,"type":"showQuestion"}]' >> /tmp/raw_data.txt

实时运行效果如图:

冲顶大会:

冲顶大会

百万赢家:

百万赢家

头脑王者: 头脑王者

UC疯狂夺金: 疯狂夺金

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].