|
1 | 1 | package runner
|
2 | 2 |
|
3 | 3 | import (
|
4 |
| - "github.com/projectdiscovery/fileutil" |
5 |
| - "github.com/projectdiscovery/goconfig" |
6 |
| - "github.com/projectdiscovery/goflags" |
7 |
| - "github.com/projectdiscovery/gologger" |
8 |
| - "github.com/projectdiscovery/gologger/formatter" |
9 |
| - "github.com/projectdiscovery/gologger/levels" |
10 | 4 | "github.com/hktalent/scan4all/pkg/httpx/common/customheader"
|
11 | 5 | "github.com/hktalent/scan4all/pkg/httpx/common/customlist"
|
12 | 6 | customport "github.com/hktalent/scan4all/pkg/httpx/common/customports"
|
13 | 7 | fileutilz "github.com/hktalent/scan4all/pkg/httpx/common/fileutil"
|
14 | 8 | "github.com/hktalent/scan4all/pkg/httpx/common/slice"
|
15 | 9 | "github.com/hktalent/scan4all/pkg/httpx/common/stringz"
|
| 10 | + "github.com/projectdiscovery/fileutil" |
| 11 | + "github.com/projectdiscovery/goconfig" |
| 12 | + "github.com/projectdiscovery/goflags" |
| 13 | + "github.com/projectdiscovery/gologger" |
| 14 | + "github.com/projectdiscovery/gologger/formatter" |
| 15 | + "github.com/projectdiscovery/gologger/levels" |
16 | 16 | "math"
|
17 | 17 | "os"
|
18 | 18 | "regexp"
|
@@ -249,18 +249,18 @@ func ParseOptions() *Options {
|
249 | 249 | options.ContentLength = false
|
250 | 250 | options.OutputContentType = false
|
251 | 251 | options.Location = false
|
252 |
| - options.Favicon = false |
| 252 | + options.Favicon = true |
253 | 253 | options.Hashes = ""
|
254 | 254 | options.Jarm = false
|
255 | 255 | options.OutputResponseTime = false
|
256 | 256 | options.OutputLinesCount = false
|
257 |
| - options.OutputWordsCount = true |
| 257 | + options.OutputWordsCount = false |
258 | 258 | options.ExtractTitle = true
|
259 |
| - options.OutputServerHeader = false |
| 259 | + options.OutputServerHeader = true |
260 | 260 | options.TechDetect = true
|
261 |
| - options.OutputMethod = false |
262 |
| - options.OutputWebSocket = false |
263 |
| - options.OutputIP = false |
| 261 | + options.OutputMethod = true |
| 262 | + options.OutputWebSocket = true |
| 263 | + options.OutputIP = true |
264 | 264 | options.OutputCName = false
|
265 | 265 | options.Asn = false
|
266 | 266 | options.OutputCDN = false
|
|
0 commit comments