Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/nu11secur1ty/ub1nu11
OSINT (Open Source Intelligence)Penetration Testing FrameworksVulnerability ScannersContainer SecurityInformation GatheringWeb SecurityDevSecOpsThreat IntelligenceIntrusion DetectionLearning & EducationCurated ResourcesLog Analysis
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
ub1nu11 | Kitploit
GitHubnu11secur1ty/ub1nu11

ub1nu11

View Repository

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

root@kitploit:~
env bash -c "$(curl -sL https://raw.githubusercontent.com/nu11secur1ty/ub1nu11/master/installUB.sh)"

Update:

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

Uninstall:

root@kitploit:~
env bash -c "$(curl -sL https://raw.githubusercontent.com/nu11secur1ty/ub1nu11/master/uninstallUB.sh)"

      • Manual run, and shell access & generate the other tools
root@kitploit:~
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
root@kitploit:~
docker pull f0rc3ps/ub1nu11:latest
docker images
docker run -d -p 8080:80 <Image:ID>
      • default user and password:
root@kitploit:~
user: opsec
password: Pr#d@TEL#ten#sAd0brEd06l#

Starting the ub1nu11 dirrectly

root@kitploit:~
docker run -d -p 80:80 --name ub1nu11 nu11secur1ty/ub1nu11

MySQL management

root@kitploit:~
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
root@kitploit:~
git clone https://github.com/nu11secur1ty/ub1nu11.git
  • Building a docker ub1nu11
root@kitploit:~
docker build -t nu11secur1ty/ub1nu11 .

Building application

root@kitploit:~
bash startsamurai.sh

Testing ub1nu11

  • Apache
root@kitploit:~
http://localhost:8080/

Stop ub1nu11

root@kitploit:~
bash stopsamurai.sh

Removing of the already composed ub1nu11 images

root@kitploit:~
docker system prune
docker system prune -a

Tools

  • Grafana
  • Hive
  • OWASP-Calculator
    • GitHub
  • Cortex
  • Spiderfoot
  • Wazuh

Have fun engineers ;)

Download Tool