Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasco0x4/ubuntucommontools


https://github.com/vasco0x4/ubuntucommontools

auto installer-script ubuntu

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## UbuntuCommonTools

This Bash script automates the installation of various packages and tools useful for Ubuntu, including penetration testing tools. It is designed to streamline the initial setup of an Ubuntu system by installing commonly used items in software development and security testing.

### Features

- Install useful packages for software development, such as build-essential, curl, git, etc.
- Install commonly used development libraries.
- Install applications such as Visual Studio Code, Discord, Telegram, and Remmina.
- Install Node.js, npm, Java (OpenJDK), and VirtualBox.
- Install penetration testing tools like Nmap, Wireshark, Metasploit, etc.

### Usage

To use this script, simply clone the repository and run the script as follows:

``` bash
git clone https://github.com/Vasco0x4/UbuntuCommonTools.git
```
```bash
cd UbuntuCommonTools
```

```bash
chmod +x install.sh
```