├── .gitignore ├── README.md ├── httpsprofile.py ├── requirements.txt └── src └── c2profiles.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tw1sm/HTTPS-MalleableC2-Config/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tw1sm/HTTPS-MalleableC2-Config/HEAD/README.md -------------------------------------------------------------------------------- /httpsprofile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tw1sm/HTTPS-MalleableC2-Config/HEAD/httpsprofile.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | texttable -------------------------------------------------------------------------------- /src/c2profiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tw1sm/HTTPS-MalleableC2-Config/HEAD/src/c2profiles.py --------------------------------------------------------------------------------