Projects STRLCPY metabigor Commits fa055612
🤬
  • ■ ■ ■ ■ ■
    cmd/scan.go
    skipped 1 lines
    2 2   
    3 3  import (
    4 4   "fmt"
    5  - "github.com/j3ssie/osmedeus/utils"
    6 5   "io/ioutil"
    7 6   "os"
    8 7   "strings"
    skipped 67 lines
    76 75   if options.Scan.ZmapOverview {
    77 76   inputFile := StoreTmpInput(inputs, options)
    78 77   ports := core.GenPorts(options.Scan.Ports)
    79  - utils.DebugF("Store temp input in: %v", inputFile)
    80  - utils.DebugF("Run port scan with: %v", ports)
     78 + core.DebugF("Store temp input in: %v", inputFile)
     79 + core.DebugF("Run port scan with: %v", ports)
    81 80   if inputFile == "" || len(ports) == 0 {
    82 81   core.ErrorF("Error gen input or ports")
    83 82   return nil
    skipped 177 lines
Please wait...
Page is in error, reload to recover