Skip to content

Commit a02f95e

Browse files
committed
first commit
0 parents  commit a02f95e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# MalPython: Malicious Python
2+
3+
Demonstrating common tricks by threat actor to execute malicious code. In simple term: backdooring python.
4+
5+
Attacker often used the tricks for two purposes:
6+
- gaining foothold
7+
- install persistence access
8+
9+
This repository exploring three backdoor types:
10+
- Packages/Libraries
11+
- Modules
12+
- Interpreter
13+
14+
This repository is used for PyCon APAC 2024 talk.

0 commit comments

Comments
 (0)