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
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ You can also use the `subfinder -ls` command to display all the available source
127
127
These values are stored in the `$HOME/.config/subfinder/provider-config.yaml` file which will be created when you run the tool for the first time. The configuration file uses the YAML format. Multiple API keys
128
128
can be specified for each of these services from which one of them will be used for enumeration.
129
129
130
-
Composite keys for sources like, `Censys`, `PassiveTotal`, `Fofa`, `Intellix` and `ZoomEye`, need to be separated with a colon (`:`).
130
+
Composite keys for sources like, `Censys`, `PassiveTotal`, `Fofa`, `Intellix`, `360quake` and `ZoomEye`, need to be separated with a colon (`:`).
131
131
132
132
An example provider config file:
133
133
@@ -148,6 +148,8 @@ github:
148
148
- ghp_gkUuhkIYdQPj13ifH4KA3cXRn8JD2lqir2d4
149
149
zoomeye:
150
150
- zoomeye_username:zoomeye_password
151
+
quake:
152
+
- 0cb9030c-0a40-48a3-b8c4-fca28e466ba3
151
153
```
152
154
153
155
# Running Subfinder
@@ -293,6 +295,6 @@ func main() {
293
295
# License
294
296
295
297
`subfinder` is made with 🖤 by the [projectdiscovery](https://projectdiscovery.io) team. Community contributions have made the project what it is. See
296
-
the **[THANKS.md](https://github.com/projectdiscovery/subfinder/blob/master/THANKS.md)** file for more details.
298
+
the **[THANKS.md](https://github.com/projectdiscovery/subfinder/blob/main/THANKS.md)** file for more details.
297
299
298
-
Read the usage disclaimer at [DISCLAIMER.md](https://github.com/projectdiscovery/subfinder/blob/master/DISCLAIMER.md) and [contact us](mailto:[email protected]) for any API removal.
300
+
Read the usage disclaimer at [DISCLAIMER.md](https://github.com/projectdiscovery/subfinder/blob/main/DISCLAIMER.md) and [contact us](mailto:[email protected]) for any API removal.
0 commit comments