Coder Social home page Coder Social logo

Comments (7)

arthepsy avatar arthepsy commented on August 23, 2024
  • find all related CVE's
    • OpenSSH
    • DropbearSSH
  • go through ChangeLog for security issues, which doesn't have assigned CVE
    • OpenSSH
    • DropbearSSH
  • double check with some security scanners to not miss anything
  • extract banner components (protocol, software, comments)
  • extract vendor/version from banner software component
  • version comparison functionality
    • OpenSSH
    • DropBearSSH
  • match against database

from ssh-audit.

blindfuzzy avatar blindfuzzy commented on August 23, 2024

Might be possible to use searchsploit for the CVE stuff. I use it here: https://github.com/blindfuzzy/LHF/blob/master/Modules/recon.py ; works out pretty well.

from ssh-audit.

arthepsy avatar arthepsy commented on August 23, 2024

Good tip, @blindfuzzy . As I don't want to rely on external modules/scripts/dependencies, I could use this for double-checking (as existing database). Also, maybe I could add it as optional dependency. Will have to research how useful it is when I'm done with historical CVE's.

P.S. LHF looks interesting.

from ssh-audit.

blindfuzzy avatar blindfuzzy commented on August 23, 2024

I understand. Thanks :D Hoping to continue making it better.

from ssh-audit.

arthepsy avatar arthepsy commented on August 23, 2024

Dropbear SSH CVE's: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=dropbear
Correspond exactly to ChangeLog: https://matt.ucc.asn.au/dropbear/CHANGES

cve-search is missing CVE-2006-0225 (probably, due to being attributed to OpenSSH).

from ssh-audit.

arthepsy avatar arthepsy commented on August 23, 2024

Security sections for Dropbear SSH (already released) and libssh are done (release next week). Only OpenSSH is left as TODO.

from ssh-audit.

egberts avatar egberts commented on August 23, 2024

Perhaps a simple output of encountered SSH versions can be written to a file for a second script tool to interactively read then consult via-API to retrieve CVE?

from ssh-audit.

Related Issues (20)

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.