Skip to content

基于scapy的scutclient,使用python实现,适用于原来的翼起来客户端

License

Notifications You must be signed in to change notification settings

scutclient/pyscutclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyscutclient

用Python+scapy把scutclient重写了,主要是为了方便调试,只带有基本的认证功能,仅供测试使用。

首先下载两个.py文件,保存到同一个目录下。 用法:

sudo python pyscutclient.py --username USERNAME [--password PASSWORD] [--iface IFACE]

其中iface如eth0、eth1。省略则默认为eth0。

在使用前需要先安装scapy的依赖包

再安装scapy:

sudo apt-get install python-pip

sudo pip install scapy

在Python 2.7 + 64bit Debian/Ubuntu 测试成功。如果不是,则可能需要手动打开pyscutclient.py,修改MY_IP等常量,方可成功认证。

About

基于scapy的scutclient,使用python实现,适用于原来的翼起来客户端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages