├── LICENSE ├── Pipfile ├── Pipfile.lock ├── c2profile_template_awsyun.jinja ├── c2profile_template_cdn.jinja ├── c2profile_template_crossC2.jinja ├── c2profile_template_normal.jinja ├── c2profile_template_tenyun.jinja ├── core ├── __pycache__ │ ├── functions.cpython-310.pyc │ └── variables.cpython-310.pyc ├── action-wordlist.txt ├── functions.py ├── object-wordlist.txt └── variables.py ├── output ├── yun_SDXPDEZS.c └── yun_SDXPDEZS.profile ├── random_c2profile.py ├── readme.md └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/LICENSE -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /c2profile_template_awsyun.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/c2profile_template_awsyun.jinja -------------------------------------------------------------------------------- /c2profile_template_cdn.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/c2profile_template_cdn.jinja -------------------------------------------------------------------------------- /c2profile_template_crossC2.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/c2profile_template_crossC2.jinja -------------------------------------------------------------------------------- /c2profile_template_normal.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/c2profile_template_normal.jinja -------------------------------------------------------------------------------- /c2profile_template_tenyun.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/c2profile_template_tenyun.jinja -------------------------------------------------------------------------------- /core/__pycache__/functions.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/__pycache__/functions.cpython-310.pyc -------------------------------------------------------------------------------- /core/__pycache__/variables.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/__pycache__/variables.cpython-310.pyc -------------------------------------------------------------------------------- /core/action-wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/action-wordlist.txt -------------------------------------------------------------------------------- /core/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/functions.py -------------------------------------------------------------------------------- /core/object-wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/object-wordlist.txt -------------------------------------------------------------------------------- /core/variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/core/variables.py -------------------------------------------------------------------------------- /output/yun_SDXPDEZS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/output/yun_SDXPDEZS.c -------------------------------------------------------------------------------- /output/yun_SDXPDEZS.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/output/yun_SDXPDEZS.profile -------------------------------------------------------------------------------- /random_c2profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/random_c2profile.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dido1960/random_c2_profile/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Jinja2==2.11.3 2 | Random-User-Agent==1.0.1 --------------------------------------------------------------------------------