Coder Social home page Coder Social logo

Comments (3)

secfb avatar secfb commented on July 19, 2024

https://github.com/InfosecMatter/default-http-login-hunter

from nndefaccts.

nnposter avatar nnposter commented on July 19, 2024

NNdefaccts is a fingerprint dataset, which represents the expertise of recognizing various applications and devices and the logic of testing them for default credentials. It is designed to be used together with Nmap. On the other hand, default-http-login-hunter is a simple shell wrapper around these two core components, written by another party.

If you would like a different output from this wrapper then you should place the ask with that project. If you are instead asking how to obtain the results from Nmap in a machine-parsed format then you should consider using option -oX, which allows you to get the data structured as XML. The output would contain structures like this:

<table key="Cacti">
  <elem key="cpe">cpe:/a:cacti:cacti</elem>
  <elem key="path">/</elem>
  <table key="credentials">
    <table>
      <elem key="username">admin</elem>
      <elem key="password">admin</elem>
    </table>
  </table>
</table>
<table key="Nagios">
  <elem key="cpe">cpe:/a:nagios:nagios</elem>
  <elem key="path">/nagios/</elem>
  <table key="credentials">
    <table>
      <elem key="username">nagiosadmin</elem>
      <elem key="password">CactiEZ</elem>
    </table>
  </table>
</table>

It then takes only a few lines of script to convert the XML to CSV or other formats as needed.

from nndefaccts.

secfb avatar secfb commented on July 19, 2024

Thank you for the information. I will try to write my own script.

from nndefaccts.

Related Issues (4)

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.