Giter Club home page Giter Club logo

kintun's Introduction

Kintun: Restful Vulnerability Scanner

=============

AUR Python 3

API Restful for search vulnerabilities over networks and export results to a chosen system.

Related Projects:

  • NGEN

Requires:



How to install Perl Modules: (but I recomend use apt install shelldap)

```
#perl -MCPAN -e shell
cpan> install Term::ReadKey
cpan> install Term::Shell
```

or: perl -MCPAN -e 'install +Term::ReadKey' perl -MCPAN -e 'install +Term::ReadLine' perl -MCPAN -e 'install +Term::Shell' perl -MCPAN -e 'install +Net::LDAP' perl -MCPAN -e 'install +YAML::Syck' sudo apt-get install libterm-readline-gnu-perl


Install on Linux (simplified):

  1. System dependencies.

    $ sudo apt-get install python3 python3-pip python3-setuptools mongodb python3-dev libssl-dev libffi-dev expect shelldap
    
  2. Install Python3 requirements.

    $ sudo pip3 install -r requirements.txt
    
  3. Then set up your certificate and key at ssl directory with python3.

    $ python3
    >>> from werkzeug.serving import make_ssl_devcert
    >>> make_ssl_devcert('ssl/key', host='localhost')
    
  4. Copy and modify "config.json.example" to "config.json".

Install on Linux (detailed):

  1. You may have python3, pip3 and setuptools.

    $ sudo apt-get install python3 python3-pip python3-setuptools
    
  2. Install MongoDB and install only for localhost access without user (by now). Documentation.

    $ sudo apt-get install mongodb
    
  3. Install SSL dependencies.

    $ sudo apt-get install python3-dev libssl-dev libffi-dev
    
  4. Install specific scan utilities.

    $ sudo apt-get install expect
    $ sudo apt-get install shelldap
    
  5. Install Python3 requirements.

    $ sudo pip3 install -r requirements.txt
    
  6. Then set up your certificate and key at ssl directory with python3.

    $ python3
    >>> from werkzeug.serving import make_ssl_devcert
    >>> make_ssl_devcert('ssl/key', host='localhost')
    
  7. Copy and modify "config.json.example" to "config.json".

Run on Linux:

$ sudo python3 startserver.py

License

This application is under the GPL v3.0 license. See the complete license in the application: LICENSE

kintun's People

Contributors

mateodurante avatar

Stargazers

TcherBer avatar Nicolás Macia avatar Adrian Tarver avatar Vinicius Fagundes avatar Jeremías Pretto avatar

Watchers

 avatar James Cloos avatar Damián Rubio avatar Einar Felipe Lanfranco avatar Cristian Barbaro avatar Gaston Bezzi avatar

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.