(int)v11, v10);sub_DD1118((int)Str, (int)v11, v10);for( i =0; i <24; ++i ){if( Str[i] != v14[i] ){printf("you are wrong\n", v8);exit(0);}}printf("right\n", v8);v4 = system("pause");sub_DD125D(1);v6 = v4;sub_DD11F9((int)&savedregs, ...
0xfffffa80010f2b30 VBoxService.ex 708 520 13 132 0 0 2022-03-29 14:08:01 UTC+0000 0xfffffa800110db30 svchost.exe 776 520 8 234 0 0 2022-03-29 14:08:01 UTC+0000 0xfffffa8001149b30 svchost.exe 868 520 20 396 0 0 2022-03-29 14:08:01 UTC+0000 0xfffffa800116c400 svchost....
include('level2.php'); if (isset($_GET['md5_1']) && isset($_GET['md5_2'])) { if ((string)$_GET['md5_1'] !== (string)$_GET['md5_2'] && md5($_GET['md5_1']) === md5($_GET['md5_2'])) { if (isset($_POST['md5_3'])&&md5($_POST['md5_3']) == md5($_...
round#16的web wp hello ,今天带来的是最近的nssctf的round#16的web wp [NSSRound#16 Basic]RCE但是没有完全RCE 第一关思路 if ((string)$_GET['md5_1'] !== (string)$_GET['md5_2'] && md5($_GET['md5_1']) === md5($_GET['md5_2'])) php d3 3d 原创 精选 K1t0 2024-01-...
简介:NSSCTF Round#12 Basic—Bulbasaur NSSCTF平台:https://www.nssctf.cn/ PS:记得所有的flag都改为NSSCTF Bulbasaur: 文件给了一个妙蛙种子图,和一个压缩包 把所有的方法基本都试了 才发现是盲水印(题目做太少了,一时半会没想到) 使用吾爱破解工具WaterMark提取,可以去吾爱破解下 这里我就甩个工具链接吧...
[nss个人赛]basic_check(复现) (83条消息) Nikto安装和使用_半砖的博客-CSDN博客_nikto安装 参考:https://blog.51cto.com/dearch/2053703 单纯复现比较简单 [nssctf个人赛]sql_for_sql 站点功能是: 登录 注册 改密码 登录和注册均没有注入点 考虑改密码的时候会二次注入 ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} nlrvana / nlrvana.github.io Public Notifications You must be signed in to change notification settings Fork 2 Star 5 ...
#真签到题 from Crypto.Util.number import bytes_to_long, getPrime from secret import getflag p = getPrime(1024) q = getPrime(1024) n = p * q m = bytes_to_long(getflag().encode()) c1 = pow(m, p, n) c2 = pow(m, q, n) print(n) print(c1) print(c2) print(p) print(q)...
[NSSRound#11 Basic]MyMessage from Crypto.Util.number import * import os flag = os.getenv('FLAG') e = 127 def sign(): msg = input("Input message:") p = getPrime(512) q = getPrime(512) n = p*q c = pow(bytes_to_long((msg + flag).encode()), e, n) print(f"n: {n}"...
[nss个人赛]basic_check(复现) (83条消息) Nikto安装和使用_半砖的博客-CSDN博客_nikto安装 参考:https://blog.51cto.com/dearch/2053703 单纯复现比较简单 [nssctf个人赛]sql_for_sql 站点功能是: 登录 注册 改密码 登录和注册均没有注入点 考虑改密码的时候会二次注入 ...