projects
2 posts
[KR]Vulnerability analysis of commercial metaverse-based virtual office platform

MetaVersPloit Vulnerability analysis of commercial metaverse-based virtual office platform Author 김재기 멘토 (주), 정광운 멘토 (부) 강우원 PL 김영운 PM, 김두영, 김용식, 안희성, 조준희, 전예찬 Goal 🚀 근 미래 메타버스는 현재의 모바일 시장을 넘어서 시공간 제약 없이 사용할 수 있어 기업, 민간, 정부 등 다양한 인프라가 구축되어 인간과 밀접한 관계성이 생성되기 때문에 물리적인 위협이 아닌 보안에 대한 위협이 증가하게 되어 안정성이 떨어질 수 있습니다. 이번 프로젝트의 목적은 메타버스 플랫폼의 급격한 성장 속에 파고드는 보안 위협을 새싹부터 자르기 위해 메타버스 기반 가상오피스 플랫폼 서비스를 시작하는 스타트 업부터 시작해서 현재 Meta 회사 사명을 바꾼 Facebook의 Horizon 취약점 연구를 진행하였습니다. 메타버스 가상오피스 플랫폼의 공통적인 기능, 공격 벡터를 산출하고…

December 24, 2021
projects
Development of window GUI binary fuzzing using the dump fuzzing theory.

Fuzz Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks. Typically, fuzzers are used to test programs that take structured inputs. This structure is specified, e.g., in a file format or protocol and distinguishes valid from invalid input. An effective fuzzer generates…

December 20, 2020
projects