Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Target Formats

byt3bl33d3r edited this page Jun 5, 2016 · 9 revisions

Target Formats

You can specify targets by CIDR notation, IP address, IP range, hostname or a file containing a list of targets:

crackmapexec ms.evilcorp.org
crackmapexec 192.168.1.0
crackmapexec 192.168.1.0 192.168.0.2
crackmapexec 192.168.1.0/24
crackmapexec 192.168.1.0/24 10.0.0.1/24
crackmapexec 192.168.1.0-28
crackmapexec 192.168.1.0-28 10.0.0.1-67
crackmapexec 192.168.0.1 10.0.0.1-28 192.168.2.0/24 ms.evilcorp.org
~# cat ~/targets.txt
192.168.1.0
10.0.0.1-28
192.168.2.0/24
~# crackmapexec ~/targets.txt