mirror of
https://github.com/nettitude/PoshC2
synced 2026-06-08 16:22:47 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
#!/usr/bin/env python3
|
|
|
|
from poshc2 import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|