Git Product home page Git Product logo

kali-linux-tools-interface's Introduction

GitHub repo size GitHub issues GitHub closed issues GitHub

Logo

Kali Linux Tools Interface

A graphical interface to use information security tools by the browser.
Explore the docs »
(Available only in Portuguese 🇧🇷)


Feedback · Report Bug · Request Feature

⚠️ ALERT 🚧

As I am involved in other projects, I am no longer supporting this project. However, the code remains open to anyone who wants to download, test and modify. Thanks to everyone for your support! Enjoy 😉

Getting Started

Kali Linux Tools Interface is a graphical interface to use information security tools by the browser. The project uses the Kali Linux tools as a reference because it is the distribution that has the largest package of native tools.

Prerequisites

  • A Debian-based distribution (preferably Kali Linux)
  • The information security tools installed
  • Apache / Nginx service running
  • SSH Service running
  • Shell In A Box (if you want to use the Terminal)
    • To install Shell In A Box, use the following command: sudo apt-get install shellinabox

Installation

  1. Extract the contents to the folder of your web server.
  2. Create a database called kali in MySQL and import the file assets/database.sql.
  3. Edit the file assets/includes/config.php and set yours settings.
  4. Enjoy!

Screenshots

Dashboard

Tools list

Choose and use!

More screenshots:

Check the documentation for more screenshots!

Built With

Contributing

Contributions are always welcome! If you would like to contribute to the project, please use the Google Forms to send me your Feedback.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Lucas Fraga - [email protected]

Project Link: https://github.com/lucasfrag/Kali-Linux-Tools-Interface

kali-linux-tools-interface's People

Contributors

lucasfrag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kali-linux-tools-interface's Issues

PDOException

[Sun Jul 26 00:01:14.874623 2020] [php7:error] [pid 10474] [client 192.168.0.102:51825] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' in /var/www/html/kaligui/assets/includes/config.php:6\nStack trace:\n#0 /var/www/html/kaligui/assets/includes/config.php(6): PDO->__construct('mysql:host=127....', 'root', 'toor', Array)\n#1 /var/www/html/kaligui/index.php(35): getConnectionDB()\n#2 {main}\n thrown in /var/www/html/kaligui/assets/includes/config.php on line 6, referer: http://192.168.0.101/kaligui/terminal.php

my config.php

?php

    // Functions
    function getConnectionDB() {
            $username = "root"; $password = "toor";
            $con = new PDO('mysql:host=127.0.0.1;dbname=kali', $username, $password, array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES 'utf8'"));
    return $con;
    }

    session_start(); 
     
    // Verifica se existe os dados da sessão de login 
    if (!isset($_SESSION["host"]) || !isset($_SESSION["user"]) || !isset($_SESSION["password"])) { 
            header("Location: login.php"); 
    } else {
            $name = $_SESSION["user"];
            $avatar = "assets/img/profile.jpg";
            $background = "assets/img/background.jpg";
    }

?>

Terminal [Output ouput]

If you are trying to run a tool, instead of displaying the scan result, it appears [Output ouput], this is an error that occurs due to your settings on the web server.

Dont Display Tools

Hello is an amazing proyect.
I now want to put in a Ubuntu server the Web and DB, and connect to my raspberry with kali linux.

I create the DB and export the sql file, then i modify the config.php and mount an apache server an try to connect to my Raspberry via ssh and connect, but I can see nothing in Dashboard,Terminal and Tool List.

Im doing something wrong or the server need to be installed in the kali linux machine?

EDIT

I put to check the code, but seems is a problem to connect with the database. (I try with root user and other users full permissions)
I think is a problem from php version and the PDO Conection?

Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'user'@'localhost' (using password: YES) in /var/www/html/gui/assets/includes/config.php:6 Stack trace: #0 /var/www/html/gui/assets/includes/config.php(6): PDO->__construct('mysql:host=loca...', 'user', 'pass', Array) #1 /var/www/html/gui/index.php(35): getConnectionDB() #2 {main} thrown in /var/www/html/gui/assets/includes/config.php on line 6

bug

first of all thanks for this amazing project

i have a small problem after installing it. when i open the dashboard i dont see anything inside the tool list.

i have also installed the shellinthebox but it says unable to connect

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.