menu SHERRY.COOL
分类 Python 下的文章
Python------斐波那契数列
2023-02-02 |0 条评论
# -*- coding: UTF-8 -*- # Filename : test.py # Python 斐波那契数列实现 # 获取用户输入数据 nterms = int(input(&qu...
Python------IP FRAG网络渗透测试
2023-02-02 |0 条评论
from scapy.all import * def ip_fragment(packet): sendp(packet) eth = Ether() ip = IP() ip....
Python------斐波那契数列(多线程)
2023-02-02 |0 条评论
import threading a = 1 b = 1 def con(i): try: print(a) except: pass fo...
Python------水仙花数列(多线程)
2023-02-02 |0 条评论
import threading def con(i): try: if i==a*a*a+b*b*b+c*c*c: print(i) ...
CtfShow------sql注入
2023-02-02 |0 条评论
WEB-171//拼接sql语句查找指定ID用户 $sql = "select username,password from user where username !='flag' ...
加载中... 到底了啦
加载更多
歌曲封面
0:00