Goeland is an open-source tool for performing security audits of web applications. It runs on a variety of platforms, including Kali Linux Latest. In this tutorial, we'll walk through the steps required to install Goeland on Kali Linux.
Before installing Goeland, ensure that you have the following prerequisites:
Clone the Goeland repository using Git:
git clone https://github.com/slurdge/goeland.git
Navigate to the directory where Goeland was cloned:
cd goeland
Install the required dependencies using pip:
pip install -r requirements.txt
Generate a new Flask application secret key:
python -c "import os; print(os.urandom(16))"
Copy the output of the previous command and set it as your Flask application secret key in config.py
.
Optionally, edit config.py
to configure other settings, such as the database location and port number.
Start Goeland by running the following command:
python app.py
Open a web browser and navigate to http://localhost:5000
to access Goeland.
In this tutorial, we have walked through the steps required to install Goeland on Kali Linux Latest. With Goeland installed, you can now perform security audits of web applications and identify any vulnerabilities that may be present.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!