You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags that describe the module's behavior. Must include at least one safety flag (`safe` or `aggressive`) and one activity flag (`passive` or `active`).
278
+
Tags that describe the module's behavior. Must include at least one activity flag (`passive` or `active`). Must also include `safe`, `loud`, or `invasive` (or a combination of `loud` and `invasive`).
279
279
280
280
Common flags:
281
281
-`passive` / `active` - whether the module touches the target directly
282
-
-`safe` / `aggressive` - risk level
282
+
-`safe` - non-intrusive and non-destructive
283
+
-`loud` - generates a large amount of network traffic
284
+
-`invasive` - intrusive or potentially destructive
283
285
-`subdomain-enum` - participates in subdomain enumeration
284
-
-`web-basic` - basic web scanning
286
+
-`web` - basic web scanning
285
287
-`email-enum` - email discovery
286
288
287
289
```python
288
290
# crt.py - queries a third-party API, never touches the target
0 commit comments