google/google-ctfPublic NotificationsYou must be signed in to change notification settings Fork572 Star4.6k Code Issues Actions Insights main 19Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit erikvarga ...
log_level = "debug" libc = ELF('/lib/x86_64-linux-gnu/libc.so.6') elf = ELF(pc) if local == 1: #p = process(pc,aslr=aslr,env={'LD_PRELOAD': './libc.so.6'}) p = process(pc,aslr=aslr) else: remote_addr = ['wfw3.2023.ctfcompetition.com', 1337] p = remote(remote_...
googlectf2023 gradebook 复现(TOCTOU) Gradebook 结构 根据函数 sub_2247 开头的部分可以推测出 gradebook 的结构 0x4 year 0x8 grade book name (32 bytes) 0x28 student name (32 bytes) 0x48 size of this gradebook (uint) 0x50 first grade structure offset 0x58 new grade structure offset 每一...
Google CTF 2018是由Google举办的全球性比赛,全球有2000多支队伍参赛,历时2天,最后只有220支队伍上榜。 我司ISEC团队首次参加Google CTF 大赛,虽在总分榜上的名次还有待提升,但可喜的是,我司在逆向工程解题部分以优异成绩领先同行,充分彰显我司在逆向工程领域的国际水平!
Google CTF GATEKEEPER逆向 //使用ltrace跟踪程序 简介 开始 直接运行程序后,它会提醒你输入用户名和密码 我们随意输入几个字符串 程序提示用户名输入错误 这里我不打算用常规的方法来逆向这个程序,这题我打算使用ltrace工具来跟踪程序的运行 ltrace 这个工具是用来跟踪进程调用库函数的情况...
参考:https://github.com/EvilBunnyWrote/Write-ups/tree/main/Google-CTF-2021/misc/raiders_of_corruption 1|0做题过程 解压题目后是这样10个文件 用file看一下 file disk* 1|1关于RAID 独立硬盘冗余阵列(RAID, Redundant Array of Independent Disks),简称磁盘阵列。利用虚拟化存储技术把多个硬盘组合起来,成为...
http://b2p.web.ctfcompetition.com/?url=http://google.com/%2F&d=1&m=01&y=%7B%7Ba%3DtoString().constructor.prototype;a.charAt%3Da.trim;$eval(%27a,ale rt(1),a%27)%7D%7D&reported=1 当我们点击了 back 按钮时,Chrome 竟然弹窗了!现在,我们要编写 exp 了。我们先来看看跳转到webarchive...
第一步先定位到library.so的Java_com_google_ctf_game_Checker_nativeCheck函数,可以看到该函数先检查了数组长度是否为 32(这符合了之前 Java 代码中的定义,共有 32 个 holder 可以放 egg),之后将数组传入了函数C: int__fastcallJava_com_google_ctf_game_Checker_nativeCheck(JNIEnv *a1,inta2,inta3){ ...
无论是上面的OOB、还是基于错误的方式,无一例外都需要引入外部DTD文件。而为什么要引入外部DTD文件,很多文章在这里都是稍稍一笔带过。这篇文章将详细分析这两种Blind XXE的原理和为啥需要引入外部DTD文件,最后也发现一些情况不用引入外部DTD文件也能直接做的情况(今年google ctf 就可以) ...
google/google-ctfPublic NotificationsYou must be signed in to change notification settings Fork569 Star4.6k main BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. ...