We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f56dd4 commit cb9c1d2Copy full SHA for cb9c1d2
1 file changed
main.go
@@ -67,10 +67,10 @@ Options (appear after domain):
67
-o, --output <file> Export deduplicated assets to file
68
69
Examples:
70
- ./netrixrecon example.com
71
- ./netrixrecon --dns example.com
72
- ./netrixrecon example.com -s -o results.txt
73
- echo example.com | ./netrixrecon`)
+ netrixrecon example.com
+ netrixrecon --dns example.com
+ netrixrecon example.com -s -o results.txt
+ echo example.com | netrixrecon`)
74
}
75
76
flag.Parse()
0 commit comments