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
Compose Aperisite — Docker Compose wrapper to deploy AperiSite, a curated platform hosting CTF writeups, security challenges, and educational resources covering web, forensic, reverse engineering, and steganography topics. | Kitploit
Tools/GitLabGitLab/aperikube/compose-aperisite
Web SecurityCTFLearning & EducationCurated Resources
GitLabaperikube/compose-aperisite

Compose Aperisite

Docker Compose wrapper to deploy AperiSite, a curated platform hosting CTF writeups, security challenges, and educational resources covering web, forensic, reverse engineering, and steganography topics.

View Repository
15 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
Website

AperiSite

Requirements

  • Docker;
  • Docker Compose;
  • Less time to prepare environment, more time to compose.

Download

root@kitploit:~
git clone https://gitlab.com/AperiKube/compose-aperisite aperisite
pushd aperisite/
git submodule update --init --recursive
git submodule foreach --recursive git checkout master

Prepare containers

Pull containers based on docker-compose.yml:

root@kitploit:~
docker-compose pull

Start

To get it up, please consider using:

root@kitploit:~
docker-compose up -d

Browse your applications

When done, turn on your web browser and crawl your web server (e.g., http://127.0.0.1/).

Live display of logs

root@kitploit:~
docker-compose logs --follow

Run command on container

Template:

root@kitploit:~
docker-compose exec SERVICE COMMAND

Example:

root@kitploit:~
docker-compose exec hugo sh

Then you will be able to manage your configuration files, debug daemons and much more...

Edit Aperi'Site

root@kitploit:~
pushd data/

Commit and push your update:

root@kitploit:~
git add [file]
git commit -m "description"
git push -u origin master

Update Compose Aperi'Site projet

root@kitploit:~
popd
git add data/
git commit -m "description"
git push -u origin master

You're done!

Download Tool