├── LICENSE ├── README.md ├── agent.py ├── c2.py └── client2.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/PhantomPipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/PhantomPipe/HEAD/README.md -------------------------------------------------------------------------------- /agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/PhantomPipe/HEAD/agent.py -------------------------------------------------------------------------------- /c2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/PhantomPipe/HEAD/c2.py -------------------------------------------------------------------------------- /client2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbhatt1/PhantomPipe/HEAD/client2.py --------------------------------------------------------------------------------