changed package
config
This commit is contained in:
parent
62259b54ca
commit
dd431cf8b9
|
@ -5,7 +5,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
"log"
|
"log"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Internal interface {
|
type Internal interface {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/activedirectory"
|
"loafle.com/overflow/commons_go/matcher/activedirectory"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ActiveDirectoryHealthCrawler struct {
|
type ActiveDirectoryHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/cassandra"
|
"loafle.com/overflow/commons_go/matcher/cassandra"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CassandraHealthCrawler struct {
|
type CassandraHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/dns"
|
"loafle.com/overflow/commons_go/matcher/dns"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type DNSHealthCrawler struct {
|
type DNSHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ package ftp_protocol_crawler_go
|
||||||
import (
|
import (
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FTPHealthCrawler struct {
|
type FTPHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/ftp"
|
"loafle.com/overflow/commons_go/matcher/ftp"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FTPSHealthCrawler struct {
|
type FTPSHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/http"
|
"loafle.com/overflow/commons_go/matcher/http"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HTTPHealthCrawler struct {
|
type HTTPHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/imap"
|
"loafle.com/overflow/commons_go/matcher/imap"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type IMAPHealthCrawler struct {
|
type IMAPHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/ldap"
|
"loafle.com/overflow/commons_go/matcher/ldap"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type LDAPHealthCrawler struct {
|
type LDAPHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/mongodb"
|
"loafle.com/overflow/commons_go/matcher/mongodb"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MongoDBHealthCrawler struct {
|
type MongoDBHealthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/mssql"
|
"loafle.com/overflow/commons_go/matcher/mssql"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MSSqlHeahthCrawler struct {
|
type MSSqlHeahthCrawler struct {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/mysql"
|
"loafle.com/overflow/commons_go/matcher/mysql"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MysqlHeahthCrawler struct {
|
type MysqlHeahthCrawler struct {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/netbios"
|
"loafle.com/overflow/commons_go/matcher/netbios"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type NetbiosHeahthCrawler struct {
|
type NetbiosHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/oracle"
|
"loafle.com/overflow/commons_go/matcher/oracle"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type OracleHeahthCrawler struct {
|
type OracleHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/pgsql"
|
"loafle.com/overflow/commons_go/matcher/pgsql"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type PGSqlHeahthCrawler struct {
|
type PGSqlHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/pop"
|
"loafle.com/overflow/commons_go/matcher/pop"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type POP3HeahthCrawler struct {
|
type POP3HeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/redis"
|
"loafle.com/overflow/commons_go/matcher/redis"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RedisHeahthCrawler struct {
|
type RedisHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/rmi"
|
"loafle.com/overflow/commons_go/matcher/rmi"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RMIHeahthCrawler struct {
|
type RMIHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/smb"
|
"loafle.com/overflow/commons_go/matcher/smb"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SMBHeahthCrawler struct {
|
type SMBHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/smtp"
|
"loafle.com/overflow/commons_go/matcher/smtp"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SMTPHeahthCrawler struct {
|
type SMTPHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/snmp"
|
"loafle.com/overflow/commons_go/matcher/snmp"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SNMPV2CHeahthCrawler struct {
|
type SNMPV2CHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/snmp"
|
"loafle.com/overflow/commons_go/matcher/snmp"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SNMPV3HeahthCrawler struct {
|
type SNMPV3HeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/ssh"
|
"loafle.com/overflow/commons_go/matcher/ssh"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SSHHeahthCrawler struct {
|
type SSHHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/telnet"
|
"loafle.com/overflow/commons_go/matcher/telnet"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TelnetHeahthCrawler struct {
|
type TelnetHeahthCrawler struct {
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/overflow/commons_go/matcher/wmi"
|
"loafle.com/overflow/commons_go/matcher/wmi"
|
||||||
"loafle.com/overflow/crawler_go"
|
"loafle.com/overflow/crawler_go"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type WMIHeahthCrawler struct {
|
type WMIHeahthCrawler struct {
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"loafle.com/overflow/commons_go/matcher/packet"
|
"loafle.com/overflow/commons_go/matcher/packet"
|
||||||
"net"
|
"net"
|
||||||
"loafle.com/overflow/commons_go/model/scaninfo"
|
"loafle.com/overflow/commons_go/model/scaninfo"
|
||||||
"loafle.com/overflow/crawler_go/config"
|
config "loafle.com/overflow/agent_api/config_manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SocketHeahthCrawler struct {
|
type SocketHeahthCrawler struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user