Giter Club home page Giter Club logo

ssh-auditor's Issues

Reset Credential Interval

  • I would like to be able to reset the check interval for all credentials
  • I would like to be able to drop the whole credentials table
  • I would like to be able to set a new interval value for all credentials at once

Many thanks

Scan false negative

I was testing the version 0.6 installed from rpm packages on a specific target, I've found out the scan return a false negative:

[root@com01 ~]# ssh-auditor discover 10.200.200.206/32 --debug
INFO[11-18|08:53:32] discovering hosts                        include=10.200.200.206/32 exclude= total=1 ports=22
INFO[11-18|08:53:32] current known hosts                      count=0
INFO[11-18|08:53:32] discovered new host                      host=10.200.200.206:22 version=SSH-2.0-OpenSSH_7.2 fp=SHA256:LNhTGE5pmDRfWmM15aF49hUrUz/NCI5cIoxqMfjSfJ4
INFO[11-18|08:53:32] discovery report                         total=1 new=1 updated=0
INFO[11-18|08:53:32] brute force queue size                   new=0 total=0

[root@com01 ~]# ssh-auditor addcredential root zaq12wsx --debug
INFO[11-18|08:53:53] added credential                         user=root password=zaq12wsx interval=14

[root@com01 ~]# ssh-auditor scan --debug
INFO[11-18|08:54:19] brute force queue size                   new=1 total=1
DBUG[11-18|08:54:19] negative brute force result              host=10.200.200.206:22 user=root password=zaq12wsx result=
INFO[11-18|08:54:19] brute force scan report                  total=1 neg=1 pos=0 err=0

[root@com01 ~]# sshpass -p zaq12wsx ssh [email protected] hostname
com07
[root@com01 ~]# 

The target is a linux server running opensuse 42.3 with ldap authentication

Unable to clear hosts that went offline before being fixed

We have some old entries that need to be cleared out. The vulnerable hosts went offline rather than being fixed.

Currently I can't just use the CentOS sqlite3 tool because of the partial index, which isn't supported in version 3.7. (CREATE INDEX host_creds_vulnerable ON host_creds (result) where result != '';)

It would be great if there was a command to reset hosts.

the link has losed when make static

go get -t -v ./...
Fetching https://golang.org/x/crypto/ssh?go-get=1
https fetch failed: Get https://golang.org/x/crypto/ssh?go-get=1: dial tcp 216.239.37.1:443: i/o timeout
package golang.org/x/crypto/ssh: unrecognized import path "golang.org/x/crypto/ssh" (https fetch: Get https://golang.org/x/crypto/ssh?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
Fetching https://golang.org/x/crypto/ssh/terminal?go-get=1
https fetch failed: Get https://golang.org/x/crypto/ssh/terminal?go-get=1: dial tcp 216.239.37.1:443: i/o timeout
package golang.org/x/crypto/ssh/terminal: unrecognized import path "golang.org/x/crypto/ssh/terminal" (https fetch: Get https://golang.org/x/crypto/ssh/terminal?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
make: *** [static] Error 1

Blank password

Is it possible to test for a username/blank password combination?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.