Git Product home page Git Product logo

jiyu_udp_attack's Issues

建议支持IPv6,无法通过你的IP验证,建议使用广播地址!

直接从CSDN上扒的,直接局域网广播就不需要一个一个发了...

ipv4_addr = "192.168.1.1"
ipv4_netmask = "255.255.255.0"

# 求IP广播地址
ip = ipv4_addr.split('.')
netmask = ipv4_netmask.split('.')
ip = [int(bin(int(octet)),2) for octet in ip]
netmask = [int(bin(int(octet)),2) for octet in netmask]
# 使用异或方法最终获得广播地址
broadcast = [(ioctet | (moctet^0xff))  for ioctet, moctet in zip(ip, netmask)]

为指定 IP 脱离/恢复屏幕控制

这两个命令似乎只对本机生效,加 -ip 还是会对本机操作。

python Jiyu_udp_attack.py -e break
python Jiyu_udp_attack.py -e continue

希望增加为指定 IP 脱离/恢复屏幕控制的功能。

运行错误

[-] error 请使用 -h 以获取命令帮助

Jiyu_udp_attack.py -e g
SyntaxError: invalid syntax

這個abc是用來幹啥的?

发送

def send(send_list):
if len(send_list) == 0:
print("[-] error 请使用 -h 以获取命令帮助")
sys.exit(0)
client = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
target_host = get_ip(args.ip)
for times in range(args.l):
for i in target_host:
for abc in send_list:
payload = pack("%dB" % (len(》》》abc)), *》》》abc)

做了特殊设置的机房是不是用这个不管用?

我上次在机房成功使用这个程序控制了全班,但老师发现后做了一些设置,导致现在无法正常使用此程序
我使用wireshark抓包发现数据包是一样的没有改变,是不是还要ip欺骗?

添加功能

添加黑屏安静,收发文件和获取屏幕截图功能

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.