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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,22 @@ $ ./GooFuzz -h
58
58
59
59
## Lists directories and files by specifying paths, words or file names.
60
60

61
+
62
+
## Exclusion of subdomains in your searches (separated by commas or by a list)
63
+
### Example 1:
64
+
In this example we remove the subdomain "*mars.nasa.gov*" from the search.
65
+
66
+

67
+
68
+
### Example 2:
69
+
We perform a normal file search by three extensions and locate subdomains that we want to exclude.
70
+
71
+

72
+
73
+
We create a file called "*exclusion_list.txt*" and insert the three subdomains to exclude, we perform the same search again, but passing the list of excluded targets.
74
+
75
+

76
+
61
77
62
78
# Disclaimer
63
79
- I am not responsible for the misuse of the tool.
0 commit comments