How To Install b374k on Kali Linux

In this tutorial we learn how to install b374k on Kali Linux. b374k is Remote management tool

Introduction

In this tutorial we learn how to install b374k on Kali Linux.

What is b374k

b374k is:

This package contains PHP Shell is a useful tool for system or web administrator to do remote management without using cpanel, connecting using ssh, ftp etc. All actions take place within a web browser

Features :

  • File manager (view, edit, rename, delete, upload, download, archiver, etc)
  • Search file, file content, folder (also using regex)
  • Command execution
  • Script execution (php, perl, Python, ruby, java, node.js, c)
  • Give you shell via bind/reverse shell connect
  • Simple packet crafter
  • Connect to DBMS (MySQL, mssql, oracle, sqlite, PostgreSQL, and many more using ODBC or PDO)
  • SQL Explorer
  • Process list/Task manager
  • Send mail with attachment (you can attach local file on server)
  • String conversion
  • All of that only in 1 file, no installation needed

There are three methods to install b374k on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install b374k Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install b374k using apt-get by running the following command:

sudo apt-get -y install b374k

Install b374k Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install b374k using apt by running the following command:

sudo apt -y install b374k

Install b374k Using aptitude

If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install b374k using aptitude by running the following command:

sudo aptitude -y install b374k

How To Uninstall b374k on Kali Linux

To uninstall only the b374k package we can use the following command:

sudo apt-get remove b374k

Uninstall b374k And Its Dependencies

To uninstall b374k and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove b374k

Remove b374k Configurations and Data

To remove b374k configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge b374k

Remove b374k configuration, data, and all of its dependencies

We can use the following command to remove b374k configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge b374k

Dependencies

b374k have the following dependencies:

References

Summary

In this tutorial we learn how to install b374k package on Kali Linux using different package management tools: apt, apt-get and aptitude.