Jump to content

Title: ARL Enhanced Renovation of Asset Scan Artifact

Featured Replies

Posted

Pull Item

First clone it from GitHub to the server.

git clone https://github.com/ki9mu/ARL-plus-docker/file

Modify the configuration file

Because ARL has a blacklist in the configuration file, sometimes the project is GOV or EDU or the like cannot be scanned, so modifying the configuration file here can lift the restrictions.

cd ARL-plus-docker/

vi config-docker.yaml just delete a few items in the blacklist here

file

After modification:

file

Add and modify Riskiq and fofa APIs

1049983-20221208103845056-23542144.png

The Oneforall module is added in the enhanced version, so it needs to be opened in the configuration file, because the default code in the clone is Flase, and you can replace the switch you want to turn on here with Ttue.

vi oneforall-config/setting.py file

After modification:

file

After modifying it to the configuration file, start docker. First add a volume, and then docker-compose up -d can be started directly. If it is very slow when pulling the image, you can change the docker source.

docker volume create --name=arl_db

docker-compose up -d file

When you see a row of done, it means that it is successful. At this time, you need to enter the container to modify the python code, because there is also a blacklist in the python script. First use docker ps to check the container ID, then enter this container for modification, and use vi for editing.

docker ps #View container ID

docker exec -it corresponding ID bash

vi app/config.py before modification:

file

file

Add fingerprint

After successful installation, add a fingerprint to give your lighthouse a stronger fingerprint.

Address: https://vps:5003/![file](http://www.a10ng.top/wp-content/uploads/2022/09/2022090213085544.png)

Default account secret: admin\arlpass

git clone https://github.com/loecho-sec/ARL-Finger-ADD

cd ARL-Finger-ADD

python ARL-Finger-ADD.py -O https://vps:5003/admin arlpassCOPY file

Installation successfully

Log in with the default password, and then modify the default password in the upper right corner to use it happily.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Important Information

HackTeam Cookie PolicyWe have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.