摘要: elf文件直接./xxx执行 StegHide steghide extract -sf xxx.jpg vmdk文件 7z可以解压虚拟机文件 终端 7z x xxx.vmdk -o./ OOK代码 在线工具 ook代码 Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. 阅读全文
posted @ 2023-10-03 22:07 willingyut 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 基础小知识 hex(m)[2:] #m为十进制,hex(m)将十进制转成十六进制,用[2:]截去0x bytes.fromhex(m) #m为十六进制,十六进制转字符串 t=open("data.txt","r").readlines() result=[] for i in t: i=i.stri 阅读全文
posted @ 2023-09-30 21:18 willingyut 阅读(31) 评论(0) 推荐(0) 编辑
摘要: FUZZ字典 #思路 $sql = "insert into comment set category = '$category', content = '$content', bo_id = '$bo_id'"; 可以构造成 $sql = "insert into comment set cate 阅读全文
posted @ 2023-08-30 00:40 willingyut 阅读(87) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-08-29 22:38 willingyut 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 在线工具 拼图网站 Unicode转emoji emoji解码 gif拆分 jwt 查询本地IP 字符串转Unicode(不保留) base64转图片 md5 php在线整理 瑞士军刀 可以选择版本的在线运行工具 离线工具 dirsearch GitHack 其他 jwt爆破工具c-jwt-crac 阅读全文
posted @ 2023-08-26 17:47 willingyut 阅读(54) 评论(0) 推荐(0) 编辑
摘要: \s* 匹配零个或多个空白字符。\d*匹配并捕获零个或多个数字(\d 表示数字)。\d+匹配一个或多个数字 阅读全文
posted @ 2023-09-21 16:30 willingyut 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1.字符串拼接绕过【PHP>=7】 适合绕过具体关键字 payload: (sy.(st).em)(who.ami); 2.字符串转义绕过【PHP>=7】 字符串转十六进制、八进制、unicode脚本 # -*- coding:utf-8 -*- def hex_payload(payload): 阅读全文
posted @ 2023-09-08 21:14 willingyut 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 将abc写入xxx.txt nmap "abc" -oG xxx.txt 阅读全文
posted @ 2023-09-04 18:35 willingyut 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ` ~ ! @ # $ % ^ & * ( ) - _ = + [ ] { } | \ ; : ' " , . < > / ? -- --+ /**/ && || <> !(<>) and or xor if not select sleep union from where order by co 阅读全文
posted @ 2023-09-03 22:48 willingyut 阅读(105) 评论(0) 推荐(0) 编辑
摘要: hint.txt格式 (255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)(255,255,255)... from PIL import Image x = 280 #x坐标 通过对txt里的行 阅读全文
posted @ 2023-08-29 18:17 willingyut 阅读(172) 评论(0) 推荐(0) 编辑
摘要: import subprocess with open("pwd.txt","w") as f:#1000-1301是爆破范围 for i in range(1000,1301): f.write(str(i)+"\n") g=open("pwd.txt","r")#有其他字典可以放上去 for j 阅读全文
posted @ 2023-08-29 18:09 willingyut 阅读(299) 评论(0) 推荐(0) 编辑