Skip to content

f0rc3ps/ub1nu11

Repository files navigation

ub1nu11: all that you need by OPSEC

In development

ub1nu11 is a strong IT security analytics and multi-management platform containing many instruments and techniques. This system is compatible with Debian and Ubuntu servers - the latest versions! For more information, please contact us.


  • tools

  • information

WARNING: YOU NEED TO BE A ROOT USER


system requirements:

The ub1nu11 installation needs at least:

| 8-16 GB RAM | 128 GB free disk space | as well as a working (outgoing non-filtered) internet connection.

Install

env bash -c "$(curl -sL https://raw.githubusercontent.com/f0rc3ps/ub1nu11/master/installUB.sh)"

Update:

  • NOTE: When you move your machine on the other network you must use updateUB1nu11docker-only.sh
env bash -c "$(curl -sL https://raw.githubusercontent.com/f0rc3ps/ub1nu11/master/updateUB1nu11docker-only.sh)"

Uninstall:

env bash -c "$(curl -sL https://raw.githubusercontent.com/f0rc3ps/ub1nu11/master/uninstallUB.sh)"

      • Manual run, and shell access & generate the other tools
git clone https://github.com/f0rc3ps/ub1nu11.git
cd ub1nu11
docker-compose up -d
# Web testing
http://localhost:8080/
http://localhost:8080/info.php
# Shell
cd ub1nu11/
docker exec -it ub1nu11 /bin/bash
docker-compose exec ub1nu11 /bin/bash
  • Pull
docker pull f0rc3ps/ub1nu11:latest
docker images
docker run -d -p 8080:80 <Image:ID>
      • default user and password:
user: opsec
password: Pr#d@TEL#ten#sAd0brEd06l#

Starting the ub1nu11 dirrectly

docker run -d -p 80:80 --name ub1nu11 f0rc3ps/ub1nu11

MySQL management

bash logininside.sh
/etc/init.d/mysql start
/etc/init.d/mysql status
mysql -uroot -ppassword
  • Note You can use your IP!

Build your image

  • Getting a source
git clone https://github.com/f0rc3ps/ub1nu11.git
  • Building a docker ub1nu11
docker build -t f0rc3ps/ub1nu11 .

Building application

bash startsamurai.sh

Testing ub1nu11

  • Apache
http://localhost:8080/

Stop ub1nu11

bash stopsamurai.sh

Removing of the already composed ub1nu11 images

docker system prune
docker system prune -a

Tools

Have fun engineers ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors