This commit is contained in:
crusader
2018-04-23 19:23:29 +09:00
parent 9c9bb88c91
commit 3efa746c76
24 changed files with 24 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ func (c *SSHCrawler) String() string {
return "SSH Crawler"
}
func (c *SSHCrawler) Auth(auth map[string]string) error {
func (c *SSHCrawler) Auth(auth map[string]interface{}) error {
return nil
}