Skip to content

Commit 2ea0d4e

Browse files
author
PadishahIII
committed
1.4
1 parent 7b8ccdb commit 2ea0d4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ secretscraper -u https://scrapeme.live/shop/ -m 2
128128
secretscraper -u https://scrapeme.live/shop/ -o result.csv
129129
```
130130

131+
#### Domain White/Black List
132+
Support wildcard(*), white list:
133+
```bash
134+
secretscraper -u https://scrapeme.live/shop/ -d *scrapeme*
135+
```
136+
Black list:
137+
```bash
138+
secretscraper -u https://scrapeme.live/shop/ -D *.gov
139+
```
140+
131141
#### Hide Regex Result
132142
Use `-H` option to hide regex-matching results. Only found links will be displayed.
133143
```bash

0 commit comments

Comments
 (0)