5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
#!/usr/bin/env python
|
||
|
from libmproxy.main import mitmweb
|
||
|
|
||
|
mitmweb()
|