├── LICENSE ├── README.md └── tools ├── CVE └── CVE-2022-26134 │ ├── README.md │ └── confluenceRCE.py ├── LICENSE ├── README.md ├── exchangy ├── LICENSE ├── README.md └── exchangy.py └── shellEX ├── LICENSE ├── README.md └── shellEX.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/README.md -------------------------------------------------------------------------------- /tools/CVE/CVE-2022-26134/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/CVE/CVE-2022-26134/README.md -------------------------------------------------------------------------------- /tools/CVE/CVE-2022-26134/confluenceRCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/CVE/CVE-2022-26134/confluenceRCE.py -------------------------------------------------------------------------------- /tools/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/LICENSE -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/exchangy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/exchangy/LICENSE -------------------------------------------------------------------------------- /tools/exchangy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/exchangy/README.md -------------------------------------------------------------------------------- /tools/exchangy/exchangy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/exchangy/exchangy.py -------------------------------------------------------------------------------- /tools/shellEX/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/shellEX/LICENSE -------------------------------------------------------------------------------- /tools/shellEX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/shellEX/README.md -------------------------------------------------------------------------------- /tools/shellEX/shellEX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haxel0rd/haxel0rds/HEAD/tools/shellEX/shellEX.py --------------------------------------------------------------------------------