We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit a02f95eCopy full SHA for a02f95e
README.md
@@ -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