Skip to content

Files

Latest commit

a02f95e · Oct 7, 2024

History

History
14 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 380 Bytes

MalPython: Malicious Python

Demonstrating common tricks by threat actor to execute malicious code. In simple term: backdooring python.

Attacker often used the tricks for two purposes:

  • gaining foothold
  • install persistence access

This repository exploring three backdoor types:

  • Packages/Libraries
  • Modules
  • Interpreter

This repository is used for PyCon APAC 2024 talk.