├── LICENSE ├── README.md ├── css ├── searchicon.png └── style.css ├── index.html ├── js └── funcs.js ├── logo.png ├── lolbins ├── jsoncrack │ ├── bitsadmin.json │ ├── certutil.json │ ├── mshta.json │ ├── psexec.json │ ├── reg.json │ ├── regsvr32.json │ ├── rundll32.json │ └── schtasks.json └── stix2 │ ├── bitsadmin.json │ ├── certutil.json │ ├── mshta.json │ ├── psexec.json │ ├── reg.json │ ├── regsvr32.json │ ├── rundll32.json │ └── schtasks.json ├── screenshots ├── aide.png ├── jsoncrack.png ├── stix2.png ├── video.png └── workflow.png └── template ├── jsoncrack.json └── stix.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/README.md -------------------------------------------------------------------------------- /css/searchicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/css/searchicon.png -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/index.html -------------------------------------------------------------------------------- /js/funcs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/js/funcs.js -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/logo.png -------------------------------------------------------------------------------- /lolbins/jsoncrack/bitsadmin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/bitsadmin.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/certutil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/certutil.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/mshta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/mshta.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/psexec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/psexec.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/reg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/reg.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/regsvr32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/regsvr32.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/rundll32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/rundll32.json -------------------------------------------------------------------------------- /lolbins/jsoncrack/schtasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/jsoncrack/schtasks.json -------------------------------------------------------------------------------- /lolbins/stix2/bitsadmin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/bitsadmin.json -------------------------------------------------------------------------------- /lolbins/stix2/certutil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/certutil.json -------------------------------------------------------------------------------- /lolbins/stix2/mshta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/mshta.json -------------------------------------------------------------------------------- /lolbins/stix2/psexec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/psexec.json -------------------------------------------------------------------------------- /lolbins/stix2/reg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/reg.json -------------------------------------------------------------------------------- /lolbins/stix2/regsvr32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/regsvr32.json -------------------------------------------------------------------------------- /lolbins/stix2/rundll32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/rundll32.json -------------------------------------------------------------------------------- /lolbins/stix2/schtasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/lolbins/stix2/schtasks.json -------------------------------------------------------------------------------- /screenshots/aide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/screenshots/aide.png -------------------------------------------------------------------------------- /screenshots/jsoncrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/screenshots/jsoncrack.png -------------------------------------------------------------------------------- /screenshots/stix2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/screenshots/stix2.png -------------------------------------------------------------------------------- /screenshots/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/screenshots/video.png -------------------------------------------------------------------------------- /screenshots/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/screenshots/workflow.png -------------------------------------------------------------------------------- /template/jsoncrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/template/jsoncrack.json -------------------------------------------------------------------------------- /template/stix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CTI-Driven/LOLBins/HEAD/template/stix.json --------------------------------------------------------------------------------