Create New Scope
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
- Enter a domain, IP address, CIDR, URL, or mobile app path according to the selected type.
- Press Enter add multiple targets. Each entry will be saved as a separate scope item.
- Examples:
- Domain: example.com
- IP: 192.168.1.1
- CIDR: 192.168.1.0/24
- URL: https://example.com/path
- Mobile App: [HUNT_AREA]/path/to/app.apk
- Make sure the target is properly formatted to avoid errors when creating the scope.