etwithin commited on
Commit
f52726c
·
verified ·
1 Parent(s): f0b586d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # PyTorch Mobile Scanner Bypass PoC
2
+
3
+ Malicious `.ptl` file with marshal+FunctionType+importlib chain.
4
+ Bypasses picklescan 1.0.4 and modelscan 0.8.8.
5
+
6
+ ```python
7
+ import torch
8
+ torch.jit.load('malicious_model.ptl')
9
+ ```