├── Awvs2xlsx ├── README.md └── converter.py ├── README.md ├── SQLPS-Backup ├── PowerShellTools-x64.MSI ├── PowerShellTools-x86.MSI └── README.md ├── YongYou-NC └── Nuclei │ └── YongYou.yaml ├── addcomputer-dpersist ├── README.md └── addcomputer.py ├── ecshop ├── README.md ├── exp.py └── nuclei │ ├── README.md │ ├── ecshop-sqli-4-1.yaml │ ├── ecshop-sqli-4.yaml │ └── eschop-sqli-2.x-3.x.yaml ├── gitlab-RCE ├── Nuclei │ └── CVE-2021-22205.yaml ├── README.md └── gitlab-dnslog.py ├── power-monitor ├── README.md └── monitor.ps1 ├── sunlogin-fuzz ├── README.md └── fuzz.py └── wmi-PS ├── README.md └── wmi-PS.py /Awvs2xlsx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/Awvs2xlsx/README.md -------------------------------------------------------------------------------- /Awvs2xlsx/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/Awvs2xlsx/converter.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/README.md -------------------------------------------------------------------------------- /SQLPS-Backup/PowerShellTools-x64.MSI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/SQLPS-Backup/PowerShellTools-x64.MSI -------------------------------------------------------------------------------- /SQLPS-Backup/PowerShellTools-x86.MSI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/SQLPS-Backup/PowerShellTools-x86.MSI -------------------------------------------------------------------------------- /SQLPS-Backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/SQLPS-Backup/README.md -------------------------------------------------------------------------------- /YongYou-NC/Nuclei/YongYou.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/YongYou-NC/Nuclei/YongYou.yaml -------------------------------------------------------------------------------- /addcomputer-dpersist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/addcomputer-dpersist/README.md -------------------------------------------------------------------------------- /addcomputer-dpersist/addcomputer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/addcomputer-dpersist/addcomputer.py -------------------------------------------------------------------------------- /ecshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/README.md -------------------------------------------------------------------------------- /ecshop/exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/exp.py -------------------------------------------------------------------------------- /ecshop/nuclei/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/nuclei/README.md -------------------------------------------------------------------------------- /ecshop/nuclei/ecshop-sqli-4-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/nuclei/ecshop-sqli-4-1.yaml -------------------------------------------------------------------------------- /ecshop/nuclei/ecshop-sqli-4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/nuclei/ecshop-sqli-4.yaml -------------------------------------------------------------------------------- /ecshop/nuclei/eschop-sqli-2.x-3.x.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/ecshop/nuclei/eschop-sqli-2.x-3.x.yaml -------------------------------------------------------------------------------- /gitlab-RCE/Nuclei/CVE-2021-22205.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/gitlab-RCE/Nuclei/CVE-2021-22205.yaml -------------------------------------------------------------------------------- /gitlab-RCE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/gitlab-RCE/README.md -------------------------------------------------------------------------------- /gitlab-RCE/gitlab-dnslog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/gitlab-RCE/gitlab-dnslog.py -------------------------------------------------------------------------------- /power-monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/power-monitor/README.md -------------------------------------------------------------------------------- /power-monitor/monitor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/power-monitor/monitor.ps1 -------------------------------------------------------------------------------- /sunlogin-fuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/sunlogin-fuzz/README.md -------------------------------------------------------------------------------- /sunlogin-fuzz/fuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/sunlogin-fuzz/fuzz.py -------------------------------------------------------------------------------- /wmi-PS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/wmi-PS/README.md -------------------------------------------------------------------------------- /wmi-PS/wmi-PS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaoliChan/Xiaoli-Tools/HEAD/wmi-PS/wmi-PS.py --------------------------------------------------------------------------------