Vulnerability Analysis

Artemis – A Modular Vulnerability Scanner For Enhanced Website Security

Artemis is a modular vulnerability scanner. It’s the tool that powers CERT PL scanning activities by checking various aspects of website security and building easy-to-read messages ready to be sent to the scanned organizations.

Quick Start 🔨 | Docs 📚

If you want to use additional modules that weren’t included here due to non-BSD-compatible licenses, browse to the Artemis-modules-extra repository.

If you want to modify/develop Artemis, read Development first.

Artemis is experimental software, under active development – use at your own risk.

To chat about Artemis, join the Discord server:

Features

For an up-to-date list of features, please refer to the documentation. The most important one is the possibility to easily export reports such as:

The following addresses contain version control system data

Making a code repository public may allow an attacker to learn the inner workings of a system, and if it contains passwords or API keys – also gain unauthorized access. Such data shouldn’t be publicly available.

The following addresses contain old Joomla versions

If a site is no longer used, we recommend shutting it down to eliminate the risk of exploitation of known vulnerabilities in older Joomla versions. Otherwise, we recommend regular Joomla core and plugin updates.

The possibility to automatically prepare such reports enabled us to notify entities in our constituency about hundreds of thousands of vulnerabilities.

Development

To start a locally modified version of Artemis, run:

 ./scripts/start_dev

This script automatically copies the example environment file (env.example) to .env if it doesn’t exist. You can then configure the settings in the .env file according to your needs.

This includes customizing the user-agent by setting the CUSTOM_USER_AGENT variable, as well as other relevant parameters.

For a complete list of configuration variables and their descriptions, please refer to the Configuration section in the documentation.

The Artemis image is then built locally (from the code you are developing) not downloaded from Docker Hub.

For web, you will also be able to see the results of code modifications on the page without reloading the entire container.

For more information click here.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

10 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

10 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

2 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

3 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago