mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
7 lines
123 B
Python
7 lines
123 B
Python
#!/usr/bin/env python3
|
|
from typing import Optional
|
|
|
|
from pwncat import db
|
|
|
|
victim: Optional["pwncat.remote.Victim"] = None
|