fixed
address
This commit is contained in:
parent
ce43ef3550
commit
456cd0b7d2
|
@ -4,8 +4,8 @@ import (
|
|||
"bytes"
|
||||
"encoding/binary"
|
||||
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package cassandra
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package dns
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
type Dns_frame_header struct {
|
||||
|
|
|
@ -2,8 +2,8 @@ package ftp
|
|||
|
||||
import (
|
||||
log "github.com/cihub/seelog"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
// FTP Status codes, defined in RFC 959
|
||||
|
|
|
@ -5,9 +5,9 @@ import (
|
|||
"testing"
|
||||
|
||||
log "github.com/cihub/seelog"
|
||||
"loafle.com/overflow/collector/discovery/scan/matcher/packet"
|
||||
"loafle.com/overflow/collector/discovery/scan/matcher/scaninfo"
|
||||
"loafle.com/overflow/collector/discovery/types"
|
||||
"git.loafle.net/overflow/collector/discovery/scan/matcher/packet"
|
||||
"git.loafle.net/overflow/collector/discovery/scan/matcher/scaninfo"
|
||||
"git.loafle.net/overflow/collector/discovery/types"
|
||||
"net"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package http
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package imap
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package ldap
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
type LDAPMatcher struct {
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
package matcher
|
||||
|
||||
import (
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/activedirectory"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/cassandra"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/dns"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/ftp"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/http"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/imap"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/ldap"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/mongodb"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/mssql"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/mysql"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/netbios"
|
||||
"loafle.com/overflow/commons_go/matcher/oracle"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/pop"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/redis"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/rmi"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/smb"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/smtp"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/snmp"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/ssh"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/telnet"
|
||||
//"loafle.com/overflow/collector/core/scan/service/matcher/wmi"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/activedirectory"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/cassandra"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/dns"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/ftp"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/http"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/imap"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/ldap"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/mongodb"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/mssql"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/mysql"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/netbios"
|
||||
"git.loafle.net/overflow/commons_go/matcher/oracle"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/pop"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/redis"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/rmi"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/smb"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/smtp"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/snmp"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/ssh"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/telnet"
|
||||
//"git.loafle.net/overflow/collector/core/scan/service/matcher/wmi"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"encoding/binary"
|
||||
"math/rand"
|
||||
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package mssql
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"bytes"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
@ -3,8 +3,8 @@ package netbios
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package oracle
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
type OracleMatcher struct {
|
||||
|
|
|
@ -3,8 +3,8 @@ package pgsql
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package pgsql
|
|||
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"net"
|
||||
"testing"
|
||||
"crypto/tls"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package pop
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package redis
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package redis
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package rmi
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package smb
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package smtp
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ package snmp
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package snmp
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
type snmpv3GlobalData struct {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package ssh
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package telnet
|
||||
|
||||
import (
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,8 +3,8 @@ package wmi
|
|||
import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"loafle.com/overflow/commons_go/matcher/packet"
|
||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||
"git.loafle.net/overflow/commons_go/matcher/packet"
|
||||
"git.loafle.net/overflow/commons_go/model/scaninfo"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue
Block a user