├── README.md ├── history.txt ├── lemons.txt ├── octo └── repo.py ├── octoc2t.py ├── requirements.txt ├── srv └── README.md └── util ├── colors.py └── constants.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/README.md -------------------------------------------------------------------------------- /history.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /lemons.txt: -------------------------------------------------------------------------------- 1 | cmd whoami /all 2 | -------------------------------------------------------------------------------- /octo/repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/octo/repo.py -------------------------------------------------------------------------------- /octoc2t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/octoc2t.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/requirements.txt -------------------------------------------------------------------------------- /srv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/srv/README.md -------------------------------------------------------------------------------- /util/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/util/colors.py -------------------------------------------------------------------------------- /util/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deletehead/OctoC2t/HEAD/util/constants.py --------------------------------------------------------------------------------